NiceNode / nice-node

Run a node — just press start
https://www.nicenode.xyz
MIT License
187 stars 28 forks source link

Enhanced Tray icon #526

Open jgresham opened 5 months ago

jgresham commented 5 months ago

Feature details

The current tray icon is a minimal implementation. Enhancing it with additional functionality describe in comment https://github.com/NiceNode/nice-node/pull/520#issuecomment-2014890322

jgresham commented 1 month ago

Notes remaining after merging PR #597

Notes:

currently not a react component but javascript creating html nodes in the custom window; had difficulty and will need more time to figure that out couldn't get colored notification icon to work need more time to figure out a better way to handle granular node statuses such as "Initializing", "Syncing", etc so it can be used the same way in Tray, NodePackageScreen, etc.