-
Notifications
You must be signed in to change notification settings - Fork 1
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
146 navigation webapp #147
Conversation
Woah, looks awesome! I don't think we should show two footers at the same page, this would be very unintuitive. Another hint: Could you use bootstrap-select for the status choice? It's an extenal library but quite simple to use and would look much more better than the current plain HTML solution IMHO. What do you think? :) |
This is indeed unintuitive, but the whole dashboard has to be redesigned anyway. Right now there is just an example text. I'll ask if someone is already doing this and ask them if they could integrate my solution to their dashboard. The ticket just said it wanted to have a header and a footer, so I guess it editing the dashboard would be out of scope
AFIK I don't use a select dropdown menu in this design because it wasn't in the scoop adding a status choice or anything, so there's no need for bootstrap select. Or what do you mean? |
# Conflicts: # app/assets/stylesheets/mobile.scss # app/views/layouts/_navbar.html.erb # spec/features/navbar_spec.rb
Because the dashboard will be redesigned anyway, we leave it as-is for the moment. |
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.
@rheaSPK Only a few formal things, UX is fine :-)
@rheaSPK The ubuntu image is still in the repository. Apart from this, looks perfect now :-) |
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.
provided that you will remove the ubuntu log file before merging :)
@rheaSPK Thank you for your effort! I think the navigation can still be improved.
|
@frcroth Interesting ideas, could you create a new issue for them? |
OK #160 |
Closes #146
Since the dashboard page has it's own footer and doesn't provide independent routes for chatting and dashboard, the current dashboard page looks like this:
Note, that chat and dashboard have the exact same routes, that's why the footer shows both be clicked. I expect that the dashboard will be redesigned eventually, that's why I don't see an issue with that right now.
Also there is no real settings page, I've put
edit_user_path
for the current user instead. If there's a settings page eventually, this has to be replaced.Since we have no history page at all, this link isn't linking anywhere.