-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
App navigation flex #6399
Merged
+375
−225
Merged
App navigation flex #6399
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
d9770a1
Simplification and reorganisation
skjnldsv f11b36d
Removed unused old vars and reorganize
skjnldsv 4d2a7fe
Icon auto-padding fix
skjnldsv d85781d
Allow counter inside a to be clickable
skjnldsv 0a67e0e
Navigation flex magic
skjnldsv a93bbae
Second menu padding and ellipsis fix
skjnldsv fb968a3
Fix counter inside link and highlight submenu as well
skjnldsv 37d3310
Fix app navigation positionning
skjnldsv f5ae444
Fixed collapsible and Folders
skjnldsv 4e245ae
Animate hide/show collapsible menus
skjnldsv 6978420
Organize app-navigation menu types
skjnldsv adffaff
Fix typo
skjnldsv 0492964
Removed animation breaking things and open submenu which arent .colla…
skjnldsv da232d4
Fix editable entry design and flex
skjnldsv 76f055d
Delete and edit animation
skjnldsv d0013b1
merge animation into same prop
skjnldsv 82986ba
Cleanup
skjnldsv 4a3efdc
Add inline style padding
skjnldsv b0f7ad1
Finally force the menu to be a first-child of app-navigation
skjnldsv ef41a55
Cleanup 2
skjnldsv c6ac46f
Fix menu submenu after eec58ae32b0adf35af3aa550c1b1fe21bc2e963a
skjnldsv c9719ca
Syntax fix and collapse button padding if no icon on link
skjnldsv 43f3fad
Icon fix for sub-items
skjnldsv a8df5c2
Removed collapsible button requirements, and animate submenu deletion
skjnldsv 6ff81cd
Animation fix
skjnldsv 54bdec8
Fixed comment
skjnldsv 9510d88
Retro compatibility collapse button hide
skjnldsv 681a4ba
Improve collapse animation
skjnldsv e2c65cf
no need for overflow, let the opacity trick the user and the animatio…
skjnldsv ce36b13
Max height to 9999
skjnldsv bd520cb
Added bullet class and fixed comments
skjnldsv 97b6148
Fix deletion/edit supperposition
skjnldsv 63bcd47
Finally removed old legacy code
skjnldsv 04a0c3c
Hide bullet & icons if menu has loading icon
skjnldsv e9d5960
Loading position fix
skjnldsv 728e00b
Fix github color highlighter
skjnldsv 085d963
Icon shifting and unification of padding
skjnldsv ee051b5
Removed unused props
skjnldsv f2f0685
Loader fix on main entry
skjnldsv 99598d3
Padding for deleted and editing entries
skjnldsv f43b832
Align edit input with its corresponding link text and fix animation
skjnldsv f721cc5
Fix entry edit buttons borders
skjnldsv 9b47202
Flex to menu items
skjnldsv edc9f17
Allow custom classes on nav entries
skjnldsv 3e25dcf
Add pinned class to trashbin
skjnldsv 02db24d
Add possibility to pin nav entries at the bottom
skjnldsv 3cdfd21
Removed unwanted css and add quota icon
skjnldsv 46dcf3e
Unwanted css for trashbin
skjnldsv 151c0cb
Unwanted css for trashbin
skjnldsv 2010c13
Quota order
skjnldsv 11023aa
Fix quota order
skjnldsv 05c48da
hack first class occurence .pinned
skjnldsv 231e475
Quota.svg
skjnldsv 3ff60c3
create special class forst first pinned class occurrence
skjnldsv 4b57f68
Fix unit tests
MorrisJobke 85300ab
Quota icon by @jancborchardt
skjnldsv c66f16a
Relative positionning to li
skjnldsv 3e6b93e
Fix editing field animation
skjnldsv 8ac8773
damn you firefox default values
skjnldsv 0e17b65
Avoid error undefined index classes in log
skjnldsv eb00dbb
Fix tests
rullzer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,5 +36,6 @@ | |
'script' => 'list.php', | ||
'order' => 50, | ||
'name' => $l->t('Deleted files'), | ||
'classes' => 'pinned', | ||
]; | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
only 3 declarations left in this file - can we move them somewhere else?