]> zoso.dev Git - nemo-wallet.git/log
nemo-wallet.git
7 weeks agoExplicitly define character set. Improve error handling for page navigation.
Chris Duncan [Sun, 20 Oct 2024 06:09:34 +0000 (23:09 -0700)]
Explicitly define character set. Improve error handling for page navigation.

7 weeks agoAdjust some variable names to align wallet creation and import a little better and...
Chris Duncan [Sun, 20 Oct 2024 05:41:16 +0000 (22:41 -0700)]
Adjust some variable names to align wallet creation and import a little better and reuse some code. Create handler for closing dialog forms.

7 weeks agoFix tsconfig.
Chris Duncan [Sat, 19 Oct 2024 16:18:53 +0000 (09:18 -0700)]
Fix tsconfig.

7 weeks agoAdd comments for section legibility.
Chris Duncan [Sat, 19 Oct 2024 16:18:42 +0000 (09:18 -0700)]
Add comments for section legibility.

7 weeks agox-button is usable in x-menu, so start refactoring wallet and account x-select elemen...
Chris Duncan [Sat, 19 Oct 2024 09:47:42 +0000 (02:47 -0700)]
x-button is usable in x-menu, so start refactoring wallet and account x-select elements to use this technique.

7 weeks agoTo avoid selector bugs caused by the difference in parameters between getElementById...
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.

7 weeks agoMove notifications container out of header proper.
Chris Duncan [Sat, 19 Oct 2024 08:50:05 +0000 (01:50 -0700)]
Move notifications container out of header proper.

7 weeks agoBegin overhaul of wallet and account selection system.
Chris Duncan [Fri, 18 Oct 2024 07:27:24 +0000 (00:27 -0700)]
Begin overhaul of wallet and account selection system.

7 weeks agoReplace xel notifications with custom ones from xel cards instead.
Chris Duncan [Thu, 17 Oct 2024 21:59:28 +0000 (14:59 -0700)]
Replace xel notifications with custom ones from xel cards instead.

7 weeks agoFix nav icon scaling. Fill X button with xel accent color. Revert icon href being...
Chris Duncan [Thu, 17 Oct 2024 20:44:56 +0000 (13:44 -0700)]
Fix nav icon scaling. Fill X button with xel accent color. Revert icon href being modified for testing.

7 weeks agoAdd page switching from nav bar. Start switching to bootstrap icons. Refactor CSS...
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.

8 weeks agoAdd bottom tab navigation. Add viewport meta tag to zoom properly on mobile devices.
Chris Duncan [Wed, 16 Oct 2024 18:29:01 +0000 (11:29 -0700)]
Add bottom tab navigation. Add viewport meta tag to zoom properly on mobile devices.

8 weeks agoGeneralize wallet creation. Start adding wallet form dialog.
Chris Duncan [Wed, 16 Oct 2024 05:53:05 +0000 (22:53 -0700)]
Generalize wallet creation. Start adding wallet form dialog.

8 weeks agoAdd some emojis to notifications for visual accessibility.
Chris Duncan [Tue, 15 Oct 2024 07:59:33 +0000 (00:59 -0700)]
Add some emojis to notifications for visual accessibility.

8 weeks agoRemove some now unused debugging statements.
Chris Duncan [Tue, 15 Oct 2024 07:42:18 +0000 (00:42 -0700)]
Remove some now unused debugging statements.

8 weeks agoShow multiple notifications in single bubble using child label nodes. Observe animati...
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.

8 weeks agoAdd try-catch when storing wallet IDs. Update notification colors and messages.
Chris Duncan [Mon, 14 Oct 2024 21:38:32 +0000 (14:38 -0700)]
Add try-catch when storing wallet IDs. Update notification colors and messages.

8 weeks agoAdd lots of features to test out in reference page.
Chris Duncan [Mon, 14 Oct 2024 21:19:40 +0000 (14:19 -0700)]
Add lots of features to test out in reference page.

8 weeks agoUpdate libnemo dependency.
Chris Duncan [Mon, 14 Oct 2024 10:57:41 +0000 (03:57 -0700)]
Update libnemo dependency.

8 weeks agoRefactor wallet function to save wallet IDs for later. Fix weird function naming...
Chris Duncan [Mon, 14 Oct 2024 10:51:17 +0000 (03:51 -0700)]
Refactor wallet function to save wallet IDs for later. Fix weird function naming conflict with clear().

8 weeks agoUpdate libnemo dependency.
Chris Duncan [Mon, 14 Oct 2024 10:46:25 +0000 (03:46 -0700)]
Update libnemo dependency.

8 weeks agoGet rid of IndexedDB since libnemo will just use sessionStorage.
Chris Duncan [Sun, 13 Oct 2024 09:20:13 +0000 (02:20 -0700)]
Get rid of IndexedDB since libnemo will just use sessionStorage.

8 weeks agoUpdate libnemo dependency.
Chris Duncan [Sun, 13 Oct 2024 03:40:39 +0000 (20:40 -0700)]
Update libnemo dependency.

2 months agoSave proof-of-concept HTML page to repo as a reference.
Chris Duncan [Sat, 12 Oct 2024 07:28:46 +0000 (00:28 -0700)]
Save proof-of-concept HTML page to repo as a reference.

2 months agoSimplify list item naming convention.
Chris Duncan [Fri, 11 Oct 2024 08:11:18 +0000 (01:11 -0700)]
Simplify list item naming convention.

2 months agoConvert rolodex entry labels to inputs.
Chris Duncan [Fri, 11 Oct 2024 06:06:21 +0000 (23:06 -0700)]
Convert rolodex entry labels to inputs.

2 months agoUpdate libnemo dependency.
Chris Duncan [Fri, 11 Oct 2024 00:08:27 +0000 (17:08 -0700)]
Update libnemo dependency.

2 months agoMove shared Item interface up to app root.
Chris Duncan [Thu, 10 Oct 2024 21:52:47 +0000 (14:52 -0700)]
Move shared Item interface up to app root.

2 months agoOrganize pages into their own directory.
Chris Duncan [Thu, 10 Oct 2024 21:44:34 +0000 (14:44 -0700)]
Organize pages into their own directory.

2 months agoExtend Settings page to feature each setting item details on a separate page.
Chris Duncan [Thu, 10 Oct 2024 21:41:31 +0000 (14:41 -0700)]
Extend Settings page to feature each setting item details on a separate page.

2 months agoUpdate placeholder icons.
Chris Duncan [Thu, 10 Oct 2024 09:49:50 +0000 (02:49 -0700)]
Update placeholder icons.

2 months agoFix paths. Update placeholder texts.
Chris Duncan [Thu, 10 Oct 2024 09:36:57 +0000 (02:36 -0700)]
Fix paths. Update placeholder texts.

2 months agoFix package type. Add Android support.
Chris Duncan [Thu, 10 Oct 2024 09:20:22 +0000 (02:20 -0700)]
Fix package type. Add Android support.

2 months agoUpdate used dependencies, remove unused dependencies, and fix included files in packa...
Chris Duncan [Thu, 10 Oct 2024 09:05:56 +0000 (02:05 -0700)]
Update used dependencies, remove unused dependencies, and fix included files in package file.

2 months agoInitial commit.
Chris Duncan [Thu, 10 Oct 2024 08:54:36 +0000 (01:54 -0700)]
Initial commit.