-
Notifications
You must be signed in to change notification settings - Fork 45
feat(navigation): restyle navigation sizing - I276 #313
feat(navigation): restyle navigation sizing - I276 #313
Conversation
@jerrybuks Could you add some screenshots/GIFs of the changes made? |
But that can be found, under files changed |
Looks promising at first glance, will test this more on Monday. |
@jerrybuks can you provide a gif or video of the truncation in practice? Possible showing different screen widths and how it affects the navigation sizing? I recommend using https://www.loom.com or Quicktime to record |
okay |
|
I think this means you can remove |
okay, will do that |
Done, supposed to be action.js(deleted), though and I've also removed the tests for It |
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.
LGTM
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.
⚡️
@jerrybuks could you just rebase with the latest master and I'll merge? |
36eb721
to
73c7baa
Compare
Okay, I think I've done that, by running " git rebase upstream/master" and then pushing, I this what you meant? or please do you mean pulling and merging from upstream/master |
Looks like you're in a fork. Go with: git checkout master
git fetch --all --prune
git rebase upstream/master
git push origin master
git checkout jerrybuks-issue276-restyling-navigation-sizing
git rebase master
git push origin jerrybuks-issue276-restyling-navigation-sizing -f |
Signed-off-by: jerrybuks <[email protected]>
Signed-off-by: jerrybuks <[email protected]>
Signed-off-by: jerrybuks <[email protected]>
73c7baa
to
86ccd03
Compare
Done @irmerk |
Signed-off-by: jerrybuks [email protected]
Issue #
Made the width of the navigation component adjust based on screen size and used CSS to determine when to truncate & add the ellipsis.### Changes
Flags
-Headings in navigation can appear to be truncated prematurely, especially on larger screens
Related Issues