-
Notifications
You must be signed in to change notification settings - Fork 319
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
Redesign nav bar, GlobalSearch, and dropdowns #3155
Open
taneliang
wants to merge
57
commits into
master
Choose a base branch
from
eliang/new-nav
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jan 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 89cf04f - Browse repository at this point
Copy the full SHA 89cf04fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcafd89 - Browse repository at this point
Copy the full SHA bcafd89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2477848 - Browse repository at this point
Copy the full SHA 2477848View commit details -
Make nav bar white with bottom border
White background allows more colors to be used in the nav bar. Feels like there are too many horizontal lines in the app, but just playing around for now. We can try fixing this later.
Configuration menu - View commit details
-
Copy full SHA for 804f20a - Browse repository at this point
Copy the full SHA 804f20aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8983465 - Browse repository at this point
Copy the full SHA 8983465View commit details -
Configuration menu - View commit details
-
Copy full SHA for a08cbed - Browse repository at this point
Copy the full SHA a08cbedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26c7bfc - Browse repository at this point
Copy the full SHA 26c7bfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaaaa29 - Browse repository at this point
Copy the full SHA eaaaa29View commit details
Commits on Jan 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a9b08e4 - Browse repository at this point
Copy the full SHA a9b08e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2dd72 - Browse repository at this point
Copy the full SHA ee2dd72View commit details -
Replace top/bottomBar with flex layouts
bottomBar was position:relative, which caused it to float above the page regardless of where its parent nav bar was. This causes the tabs to stick to the top of the screen when you rubberband-scroll on iOS. To fix this, this commit brings the tabs inline, laying out the nav bar using flex magic instead. This also allows us to easily prevent the search box or other nav bar components from overlapping with the tabs. Global search is now much less buggy than before.
Configuration menu - View commit details
-
Copy full SHA for fd56f0f - Browse repository at this point
Copy the full SHA fd56f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 376e410 - Browse repository at this point
Copy the full SHA 376e410View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a4448f - Browse repository at this point
Copy the full SHA 9a4448fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3628673 - Browse repository at this point
Copy the full SHA 3628673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84800f4 - Browse repository at this point
Copy the full SHA 84800f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f677c - Browse repository at this point
Copy the full SHA 79f677cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3166ff2 - Browse repository at this point
Copy the full SHA 3166ff2View commit details
Commits on Jan 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bc5d1e6 - Browse repository at this point
Copy the full SHA bc5d1e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3026230 - Browse repository at this point
Copy the full SHA 3026230View commit details -
Configuration menu - View commit details
-
Copy full SHA for a68a79a - Browse repository at this point
Copy the full SHA a68a79aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e2b6d8 - Browse repository at this point
Copy the full SHA 2e2b6d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1481aa2 - Browse repository at this point
Copy the full SHA 1481aa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 789007a - Browse repository at this point
Copy the full SHA 789007aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a634ca6 - Browse repository at this point
Copy the full SHA a634ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c5736e - Browse repository at this point
Copy the full SHA 7c5736eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb43958 - Browse repository at this point
Copy the full SHA cb43958View commit details
Commits on Jan 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2fc54dd - Browse repository at this point
Copy the full SHA 2fc54ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 740bda5 - Browse repository at this point
Copy the full SHA 740bda5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4261ec - Browse repository at this point
Copy the full SHA b4261ecView commit details
Commits on Jan 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 44e6104 - Browse repository at this point
Copy the full SHA 44e6104View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f8d13 - Browse repository at this point
Copy the full SHA c1f8d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for f773176 - Browse repository at this point
Copy the full SHA f773176View commit details -
Make GlobalSearch always opened
Single commit so that this can hopefully be reverted easily if we prefer collapsing.
Configuration menu - View commit details
-
Copy full SHA for 328bd15 - Browse repository at this point
Copy the full SHA 328bd15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d8d1d9 - Browse repository at this point
Copy the full SHA 9d8d1d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcd9bba - Browse repository at this point
Copy the full SHA dcd9bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f739d05 - Browse repository at this point
Copy the full SHA f739d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a636e - Browse repository at this point
Copy the full SHA 15a636eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb13e7 - Browse repository at this point
Copy the full SHA fbb13e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ca80d7 - Browse repository at this point
Copy the full SHA 9ca80d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f3034 - Browse repository at this point
Copy the full SHA c7f3034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c889b0 - Browse repository at this point
Copy the full SHA 9c889b0View commit details
Commits on Jan 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fdd8a8c - Browse repository at this point
Copy the full SHA fdd8a8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8605446 - Browse repository at this point
Copy the full SHA 8605446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60e3c3c - Browse repository at this point
Copy the full SHA 60e3c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba7c51 - Browse repository at this point
Copy the full SHA 2ba7c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for f44ad5a - Browse repository at this point
Copy the full SHA f44ad5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2004359 - Browse repository at this point
Copy the full SHA 2004359View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9248e7 - Browse repository at this point
Copy the full SHA c9248e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdf171d - Browse repository at this point
Copy the full SHA cdf171dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 101bfc1 - Browse repository at this point
Copy the full SHA 101bfc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed28932 - Browse repository at this point
Copy the full SHA ed28932View commit details
Commits on Jan 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ea3eaba - Browse repository at this point
Copy the full SHA ea3eabaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4536c3c - Browse repository at this point
Copy the full SHA 4536c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc64c8 - Browse repository at this point
Copy the full SHA 8cc64c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 066ef8d - Browse repository at this point
Copy the full SHA 066ef8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3d9ae - Browse repository at this point
Copy the full SHA 3f3d9aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27ec54c - Browse repository at this point
Copy the full SHA 27ec54cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.