| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815 | Monzero Build System | 6 hours | 27 | -262/+262 |
| | | |||||
| * | Merge pull request #4615 | tobtoht | 2026-06-30 | 1 | -4/+4 |
| |\ | | | | | | | | | | | 0d37ac6 Fix "Quick Layouts recursive rearrange" spam on startup (plowsof) ACKs: plowsof | ||||
| | * | Fix "Quick Layouts recursive rearrange" spam on startup | plowsof | 2026-06-25 | 1 | -4/+4 |
| | | | |||||
| * | | wizard: check wallet file directory is writeable | plowsof | 2026-06-25 | 1 | -0/+4 |
| |/ | |||||
| * | WizardController: set password before storing wallet | selsta | 2026-03-02 | 1 | -3/+1 |
| | | |||||
| * | WizardController: set password for temp wallet | selsta | 2026-01-19 | 1 | -2/+2 |
| | | |||||
| * | wallet: add new ledger nano gen5 | plowsof | 2025-12-03 | 1 | -0/+3 |
| | | |||||
| * | wizard: add new Ledger Flex | selsta | 2025-08-31 | 1 | -0/+3 |
| | | |||||
| * | chore: remove redundant words in comment | xihuwenhua | 2025-08-22 | 1 | -1/+1 |
| | | | | | Signed-off-by: xihuwenhua <xihuwenhua@outlook.com> | ||||
| * | Merge pull request #4418 | tobtoht | 2025-04-06 | 2 | -2/+1 |
| |\ | | | | | | | da71a00b Remove unused JS variables (b4n6-b4n6) | ||||
| | * | Remove unused JS variables | b4n6-b4n6 | 2025-03-03 | 2 | -2/+1 |
| | | | |||||
| * | | wizardRestore: blindly (re)enable create wallet button | plowsof | 2024-09-10 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #4320 | luigi1111 | 2024-08-14 | 1 | -1/+1 |
| |\ | | | | | | | 923f77a WizardModeSelection: enable pruning by default (selsta) | ||||
| | * | WizardModeSelection: enable pruning by default | selsta | 2024-05-24 | 1 | -1/+1 |
| | | | |||||
| * | | wizard: add new Trezor Safe 5 | selsta | 2024-08-08 | 1 | -0/+3 |
| |/ | |||||
| * | Update year in Cypyright | inson1 | 2024-01-27 | 25 | -25/+25 |
| | | |||||
| * | wizard: add Trezor Safe 3 to hardware wallets | selsta | 2023-12-25 | 1 | -1/+7 |
| | | |||||
| * | Merge pull request #4177 | luigi1111 | 2023-08-17 | 1 | -1/+2 |
| |\ | | | | | | | fa2241f WizardSummary: fix seed language and hide during restore (selsta) | ||||
| | * | WizardSummary: fix seed language and hide during restore | selsta | 2023-05-16 | 1 | -1/+2 |
| | | | |||||
| * | | wizard: add Ledger Stax image | selsta | 2023-04-07 | 1 | -0/+2 |
| |/ | |||||
| * | wizard: add Ledger Stax | selsta | 2023-03-17 | 1 | -0/+1 |
| | | |||||
| * | wizard: redesign seed page | rating89us | 2023-02-12 | 16 | -324/+24426 |
| | | | | | | | | | | - move mnemonic seed - restore height into a separate page - pdf template - seed verification - responsive UI - accessibility | ||||
| * | open-wallet: set network type when using file browser | plowsof | 2022-12-28 | 1 | -1/+3 |
| | | | | | Co-authored-by: selsta <selsta@users.noreply.github.com> | ||||
| * | Android: disable simple mode | malinero | 2022-10-02 | 1 | -1/+1 |
| | | |||||
| * | WizardRestoreWallet1: trim whitespaces from seed | selsta | 2022-07-04 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #3903 | luigi1111 | 2022-06-09 | 1 | -1/+15 |
| |\ | | | | | | | 434ac21 WizardCreateDevice1: add Ledger Nano S Plus (selsta) | ||||
| | * | WizardCreateDevice1: add Ledger Nano S Plus | selsta | 2022-04-30 | 1 | -1/+15 |
| | | | |||||
| * | | Merge pull request #3902 | luigi1111 | 2022-06-09 | 1 | -3/+3 |
| |\ \ | | | | | | | | | | 1f5b221 WizardCreateDevice1: set default restore height to 1 (selsta) | ||||
| | * | | WizardCreateDevice1: set default restore height to 1 | selsta | 2022-04-30 | 1 | -3/+3 |
| | |/ | | | | | | | | | | | | | Due to API reasons height 0 means to approximate the current block height during hardware device restore. That's not what we want by default. Until this gets changed upstream we will set the default to 1. | ||||
| * | | Merge pull request #3483 | luigi1111 | 2022-06-09 | 1 | -10/+19 |
| |\ \ | |/ |/| | | | 04c2d84 WizardModeSelection: disable simple mode on Tails (selsta) | ||||
| | * | WizardModeSelection: disable simple mode on Tails | selsta | 2022-04-30 | 1 | -10/+19 |
| | | | |||||
| * | | Merge pull request #3831 | luigi1111 | 2022-03-02 | 1 | -0/+1 |
| |\ \ | | | | | | | | | | bf324ec bug: reset wallet path on network change (reemuru) | ||||
| | * | | bug: reset wallet path on network change | reemuru | 2022-01-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When changing network type without changing wallet path the gui will attempt to open the most recently used wallet path and network type even if they don't match. This commit forces the user back to wallet setup under this condition. As long as network type and wallet path are both updated before closing the issue will no longer occur. | ||||
| * | | | Merge pull request #3825 | luigi1111 | 2022-03-02 | 3 | -0/+10 |
| |\ \ \ | |/ / |/| | | | | | 5990338 WizardRestoreWallet4, WizardCreateWallet4: disable double-click on 'Create wallet' button (rating89us) | ||||
| | * | | WizardRestoreWallet4, WizardCreateWallet4: disable double-click on "Create ↵ | rating89us | 2022-01-17 | 3 | -0/+10 |
| | | | | | | | | | | | | | wallet" button | ||||
| * | | | Merge pull request #3822 | luigi1111 | 2022-01-24 | 1 | -5/+0 |
| |\ \ \ | | | | | | | | | | | | | de49ddc WizardRestoreWallet3: remove unused code (rating89us) | ||||
| | * | | | WizardRestoreWallet3: remove unused code | rating89us | 2022-01-16 | 1 | -5/+0 |
| | |/ / | |||||
| * | | | Merge pull request #3817 | luigi1111 | 2022-01-24 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | | | | | d752117 WizardHome: restore binding of networkTypeDropdown.currentIndex when selecting an item; display networkTypeDropdown if stagenet or testnet is selected (rating89us) | ||||
| | * | | | WizardHome: restore binding of networkTypeDropdown.currentIndex when ↵ | rating89us | 2022-01-13 | 1 | -0/+4 |
| | |/ / | | | | | | | | | | selecting an item; display networkTypeDropdown if stagenet or testnet is selected | ||||
| * | | | Merge pull request #3764 | luigi1111 | 2022-01-24 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | 23b74a3 WizardSummary: use 'Mnemonic seed language' instead of 'Language' (rating89us) | ||||
| | * | | | WizardSummary: use "Mnemonic seed language" instead of "Language" | rating89us | 2021-11-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Wizard: display selected network (testnet/stagenet) on "Create a new wallet" ↵ | rating89us | 2022-01-13 | 3 | -4/+24 |
| | |/ / |/| | | | | | | | | header | ||||
| * | | | Merge pull request #3795 | luigi1111 | 2022-01-01 | 7 | -8/+13 |
| |\ \ \ | | | | | | | | | | | | | 2566f44 wizard: clear password field after wallet creation (selsta) | ||||
| | * | | | wizard: clear password field after wallet creation | selsta | 2021-12-26 | 7 | -8/+13 |
| | | | | | |||||
| * | | | | Merge pull request #3769 | luigi1111 | 2022-01-01 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / |/| | | | | | | | 3e159e0 WizardCreateDevice1: Use 'Restore wallet' instead of 'Create wallet' on Next button when restoring (rating89us) | ||||
| | * | | | WizardCreateDevice1: Use "Restore wallet" instead of "Create wallet" on Next ↵ | rating89us | 2021-12-01 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | button when restoring | ||||
| * | | | Merge pull request #3761 | luigi1111 | 2021-12-02 | 1 | -4/+11 |
| |\ \ \ | | | | | | | | | | | | | 6e24930 WizardOpenWallet1: new wallet icons; hide 'Mainnet' label in simple mode (rating89us) | ||||
| | * | | | WizardOpenWallet1: new wallet icons; hide "Mainnet" label in simple mode | rating89us | 2021-11-29 | 1 | -4/+11 |
| | |/ / | |||||
| * | | | Merge pull request #3758 | luigi1111 | 2021-12-02 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | | | a4b907a WizardCreateDevice1: hide advanced options in simple mode (rating89us) | ||||
| | * | | | WizardCreateDevice1: hide advanced options in simple mode | rating89us | 2021-11-28 | 1 | -0/+1 |
| | |/ / | |||||
