-
Notifications
You must be signed in to change notification settings - Fork 240
Open
Labels
P2Time permissiveTime permissiveUXCosmetic or flow efficiency enhancements for improved User ExperienceCosmetic or flow efficiency enhancements for improved User ExperienceenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
This is the about and version view in legacy desktop, which was useful for filing bug reports.
Recently a related PR was pushed at https://github.com/KomodoPlatform/komodo-wallet/pull/2796/files which would have this app looking like
Describe the solution you'd like
For alignment with legacy, I propose the following items be added into the settings page.
- PeerId https://komodoplatform.com/en/docs/komodo-defi-framework/api/legacy/get_my_peer_id/
- KDF version https://komodoplatform.com/en/docs/komodo-defi-framework/api/legacy/version/
- Flutter version https://github.com/KomodoPlatform/komodo-wallet/blob/main/pubspec.yaml#L25 or https://github.com/KomodoPlatform/komodo-wallet/blob/main/docs/FLUTTER_VERSION.md
- RPC Port (if RPC password is configurable or retrievable, users can augment GUI with custom scripts/tooling. Unsure how feasible this is on web, but is very handy on desktop)
- RPC password: This should be within the same page as the user's seed phrase and private keys to keep it behind a password
-
Use static RPC Passwordtoggle: rpc_pass is randomly generated each login, which can be inconvenient for power users running custom tools on the side. Allowing it to persist between logins means less time updating tool variables on each launch.
It would be nice to include a copy button alongside some of these items, but its not essential if the text can be selected and copied via context menu or keyboard shortcuts.
Additional context
All of the above was existing in Legacy desktop and migrating users may expect their preservation.
Metadata
Metadata
Assignees
Labels
P2Time permissiveTime permissiveUXCosmetic or flow efficiency enhancements for improved User ExperienceCosmetic or flow efficiency enhancements for improved User ExperienceenhancementNew feature or requestNew feature or request

