-
Notifications
You must be signed in to change notification settings - Fork 51
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
enhancement: streamline and redesign entry page layout #3090
Comments
LOVE this @nakedfool. some rough notes, and glad to talk it out more:
Agreed -- let's put it at top, and would also include the "previous entry" "next entry" buttons next to it (on either side of it?) since this is the master control section
|
Here is the rough idea of how would entry page look redesigned for the desktop, please bear in mind that all of the stuff in here is not polished to the max, every element should be enhanced, i just wanna give a layout structure.
I have envisioned that every element in the modal should be visible from the start and only scrollable area should be the entry content itself and let's go one by one here:
1. Entry page header
In the header we can place:
Additionally, there is space for an entry title, which we can now effectively extract from the metadata. The title may show up above the author name in a larger font size.
2. Entry page sidebar
I really like this one since it has a sidebar that can be collapsed if the user wants to (you can see the arrow on the left). It's also useful because the user may choose to ignore this info, but it's still important. Therefore, i think it makes perfect sense to combine those two into a collapsable sidebar. Again, this is only a rough sketch; the final design will enhance all of this.
3. Entry page content
This is the only scrollable piece of the modal and it really makes sense for the one to be scrollable, since we can't resolve maximum height but can always set a minimum height for it. Another good approach to make this better would be to add a shadow to the end of the text when the user is going to scroll. This way, they will always know there is more to scroll (which is a great visual effect, imo).
4. Entry page voting widget
We might consider how we would like to represent the voting widget below; i was thinking that we could probably put all of the info in the input box. This is another crucial component of the modal that should always be visible. see uniswap voting widget for example:
Rather than using separate paragraphs for the wallet balance and total charge, we could include them in the input, with the wallet balance on the right and the predicted amount to be spent (total charge) on the left.
FINAL NOTE:
I'm open to hear feedback on this redesign, i really love the structure here and i'm open for any design changes, i believe this can be sharpened more and more.
The text was updated successfully, but these errors were encountered: