-
Notifications
You must be signed in to change notification settings - Fork 55
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
ui: Settings screen according to figma #296
Conversation
text has been centered on mobile screens for long texts, e.g. in french
4101616
to
69d2541
Compare
the Logout is for the whole app, not on wallet level. it should go over Wallet category please :) maybe even "Log out from Jam" |
Hmm.. I am not sure I know what this means. Currently "logging out" is just forgetting the session key. What should happen, when someone "logs out"? |
its should bring you to "login page" https://www.figma.com/file/kfejZJFlwBywvLEnPEmJo1/?node-id=3994%3A73345 but I think we do not have that yet |
I think these are equivalent things at this time (as @theborakompanioni mentioned) right? Edit: You are right, in the future when we have a "single wallet flow" and a central, wallet-independent login page, it should go there of course. |
@@ -1,5 +1,6 @@ | |||
export const routes = { | |||
home: '/', |
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.
Is home
still needed?
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.
Thought about this myself. Opted for keeping it, as e.g. the navbar does not need to know what the actual route is (and using "/" hardcoded for this feels inconsistent). Is this reasonable?
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.
No but I mean routes.home
and routes.walletList
are duplicates, right?
I think that "log out" from Wallet, because its now used differently, is misleading. logout should be only used when the user logged in somewhere, if that's not the case, we need to rethink what's actually happening. I would move logout back up again and hide it as long as we don't have login implemented. why would a user logout aka "lock" the wallet and not just close the window? what happens when we just close the window? ~ so we have:
|
Removed it for now.
You are right, the (now removed) "Log out" action, by forgetting the auth token, would have been the same as closing the window.
The auth token is removed (as
Maybe something like "Leave wallet", "Exit wallet" or "Close wallet" (although the term "Closing" might be confused by "Locking")? In any case, I have just removed it for now and will support anything that you think makes most sense from an UI/UX perspective. |
Yeah, did not change that, as I supposed it was intentional. Any improvements are very welcome! Feel free to just push to this branch! |
Good point! :D Will push an update. |
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.
hidden is ok for me, I sketched already something for the next call, and yeah: its confusing :P
@theborakompanioni, I was taking inspiration for |
I am not quite sure what you are referring to.. can you elaborate? |
Confirm modal wants you to confirm that you really want to do this. But there's no modal opening up here. |
Sorry @0xSaksham, I still do not understand. What is it you want to work on or which change do you have in mind in the context of this issue? |
@theborakompanioni let's discuss this in tomorrow's meeting. If there's no meeting, we'll discuss this in one-on-one call. |
Adapt
Settings
screen according to Figma.Differences:
Question:
📸 Before
📸 After