-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Make wiki/note page headings more minimal, based on the new style guide #5956
Comments
I seem to miss out this. |
We have been using ellipses in all cards too.Instead of ellipses, row of buttons and menu buttons looks much better. |
We have been using ellipsis for text over-riding. Like in extra long tags. We ca keep it to ellipsis and display the full text on hover. What do you think @CleverFool77 ? |
Hover could be an issue for smartphones, but I like the idea -- maybe on click? So, the first button would be a |
Now we have a very minimal set of sidebar buttons which can contain LOTS of extra stuff, we can get back to making the wiki/note page headings more minimal as in the style guide: https://publiclab.org/notes/Bronwen/09-20-2019/online-live-builds-make-magazine-in-october is an example page. Here's what it looks like now: The mockup is here: The We'd love help with this! |
Here's the current wiki page header: So for note pages, it could say:
For wiki pages, it could say:
The notes header code is here (it could maybe be broken into a partial template?): plots2/app/views/notes/show.html.erb Lines 27 to 60 in f7683ee
The wiki page header code is here: plots2/app/views/wiki/_header.html.erb Lines 30 to 108 in f7683ee
|
@joyofsoy, check out this issue which comprehensively redesigns the header on notes and wikis -- that redundant line "read more: publiclab.org/n/######" will definitely be removed. |
I would like to work on the issue @jywarren |
@gautamig54 @CleverFool77 I was working in the style guide draft, and have been trying to see how we can keep a minimum of extra stuff in the heading, as it's currently so overloaded:
So I tried putting everything in a
...
menu just under the title. But then i thought, it's bit too hidden maybe? So I tried a row of buttons in the sidebar:Any thoughts? Ideas? Preferences?
The text was updated successfully, but these errors were encountered: