Chris Duncan [Sun, 3 Nov 2024 08:10:24 +0000 (01:10 -0700)]
Fix dynamic visibility page content when selecting wallets and mnemonic/seed value when selecting import type. Remove hr styling added for testing. Reset QR code when reloading to no account. Add id for label elements in forms.
Chris Duncan [Sun, 3 Nov 2024 07:47:02 +0000 (00:47 -0700)]
Switch to zxing-wasm from barcode-detector so we can generate them as well as detect them. Replace QR test function with real one. Fix selectAccount event-triggered function by checking for blank value for account. Load QR code for account when it is selected. Add default placeholder QR and styling. Get rid of redundant 'show' class and just use 'hide'.
Chris Duncan [Fri, 1 Nov 2024 05:51:28 +0000 (22:51 -0700)]
Move file to top of directory. Add local reference to libnemo for testing changes without having to publish new versions every time. Fix LedgerWallet instantiation. Remove libnemo loading since it is done through global namespace import now.
Chris Duncan [Wed, 30 Oct 2024 05:19:52 +0000 (22:19 -0700)]
Fix form cancellation function call. Start building history loader, although iframe probably won't work but at least we got a single account loader out of it. Fix account creation and add address to session storage.
Chris Duncan [Sun, 27 Oct 2024 05:09:59 +0000 (22:09 -0700)]
Rename some variables and functions for clarity of usage. Convert dialogs to forms and start converting them to full content pages that display on top of other main pages so that URL hash doesn't need to change when creating wallets and accounts.
Chris Duncan [Sat, 26 Oct 2024 03:47:21 +0000 (20:47 -0700)]
Update libnemo to fix issue with skipped account indexes. Fix account JSON parsing. Issue now is that accounts are being duplicated when creating or loading a new wallet.
Chris Duncan [Sun, 20 Oct 2024 06:54:55 +0000 (23:54 -0700)]
x-select is getting overly complicated and does not comply in general with HTML specs on select options, so start converting to native browser elements with the goal of possibly just eliminating Xel entirely. Also start building out data loading from session storage and account updating.
Chris Duncan [Sat, 19 Oct 2024 08:51:05 +0000 (01:51 -0700)]
To avoid selector bugs caused by the difference in parameters between getElementById and querySelector, change all instances of the former to the latter.
Chris Duncan [Thu, 17 Oct 2024 08:54:46 +0000 (01:54 -0700)]
Add page switching from nav bar. Start switching to bootstrap icons. Refactor CSS. Start replacing some xel elements. Embed Nano X symbol directly in nav bar as a button.
Chris Duncan [Tue, 15 Oct 2024 07:40:49 +0000 (00:40 -0700)]
Show multiple notifications in single bubble using child label nodes. Observe animation attribute of notification to determine how to remove final child label.