-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add account detail pages header #2538
feat: add account detail pages header #2538
Conversation
@reneaaron please have a look. Not sure if you addressed all desired pages.
|
🚀 Thanks for the pull request! Here are the current build files for testing: Download and unzip the file for your browser. Refer to the readme for detailed install instructions. Don't forget: keep earning sats! |
@lujakob Thanks for the PR, I refactored it to use subroutes / layouts instead of implementing the same things over and over on different pages.
Cool, thanks.
I don't think we need to handle that and removed it. Please have a look 😊 |
Looks good, thanks for helping out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed review comments and improved "back" navigation.
I propose changes to the accounts header to make it smaller and take less space and move "export" ino settings as an item (now known as "Connect to mobile wallet" Zeus links to: https://zeusln.app/ This would require some copy changes:
|
@reneaaron why did this get marked as a draft? is it still planned to be worked on? |
@rolznz I noticed some problems during the final tests: When you change your account name it's not updated in the account header (but it is updated in the account dropdown). Let me know if you have any ideas how to fix that. Need to take another look at that... |
I see the name displayed in the It is updated in the account header only when the account name being changed is the currently selected account. Which makes sense. The parent |
I saw you found a good solution, Rene, perfect. |
Describe the changes you have made in this PR
Add header with account name to account detail pages.
Link this PR to an issue [optional]
Fixes #2521
Type of change
feat
: New feature (non-breaking change which adds functionality)Screenshots of the changes [optional]
How has this been tested?
Manually
Checklist