Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(desktop-app): initial tauri setup #1160

Draft
wants to merge 40 commits into
base: master
Choose a base branch
from
Draft

Conversation

dr-leevsey
Copy link
Member

yarn tauri dev to start development mode
yarn tauri build produces APP bundle and DMG under src-tauri/target/release folder

Copy link

netlify bot commented May 13, 2024

Deploy Preview for cyb-xp ready!

Name Link
🔨 Latest commit 3ad90ac
🔍 Latest deploy log https://app.netlify.com/sites/cyb-xp/deploys/66f12d1d8422670008891488
😎 Deploy Preview https://deploy-preview-1160--cyb-xp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented May 13, 2024

Deploy Preview for rebyc ready!

Name Link
🔨 Latest commit 3ad90ac
🔍 Latest deploy log https://app.netlify.com/sites/rebyc/deploys/66f12d1dad0384000802b99d
😎 Deploy Preview https://deploy-preview-1160--rebyc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@happylolonly happylolonly added feature Atomic function which can be described epic Set of features which add significant value labels Jun 30, 2024
@happylolonly happylolonly marked this pull request as draft July 10, 2024 05:25
@happylolonly happylolonly changed the title feat(tauri-app): initial tauri setup feat(desktop-app): initial tauri setup Sep 3, 2024
@@ -0,0 +1,21 @@
import { CSSProperties } from 'react';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we using .scss styles


return (
<Modal isOpen onPaste={onMnemonicsPaste}>
<div>
Copy link
Member

@happylolonly happylolonly Sep 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<form> would be better

@@ -0,0 +1,118 @@
import { ClipboardEventHandler, useCallback, useEffect, useState } from 'react';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not part of action bar

Copy link
Member

@happylolonly happylolonly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't confirm untill:

  1. decide with redux/action bars
  2. web could be tested

@cyborgshead
Copy link
Member

cyborgshead commented Sep 24, 2024

@dr-leevsey please, enable internal signer as experimntal feature for web build, put option to enable signer in settings
This will able to use internal signer in VR build and beta users in web build
Disable internal signer option by default in web version and enable by default in desktop version

@cyborgshead
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Set of features which add significant value feature Atomic function which can be described
Projects
Status: in progress
Development

Successfully merging this pull request may close these issues.

4 participants