-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Breadcrumbs refactor #7051
Breadcrumbs refactor #7051
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7051 +/- ##
============================================
+ Coverage 50.72% 50.74% +0.01%
Complexity 24478 24478
============================================
Files 1581 1581
Lines 93578 93560 -18
Branches 1359 1353 -6
============================================
+ Hits 47471 47475 +4
+ Misses 46107 46085 -22
|
@jancborchardt @juliushaertl @nextcloud/javascript |
Pretty much the same for the resize function! 😕 |
e4902df
to
5b26a4e
Compare
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
b92b9fb
to
2348d14
Compare
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
d99eaf1
to
fdd7918
Compare
@rullzer, @MorrisJobke, @juliushaertl, @jancborchardt, @ChristophWurst, please help and test it. 😭 |
Even with the latest changes the popup does not show up in Chrome nor in Safari and there is nothing in the console :/ |
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.
Tested and works now (after disabling the gallery app) 👍
.drone.yml
Outdated
- JAVA_OPTS=-Dselenium.LOGGER.level=WARNING | ||
when: | ||
matrix: | ||
TESTS: acceptance |
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.
Please revert this.
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.
Of course, it was for testing purposes only! :)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
fdd7918
to
8c2dbeb
Compare
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.
With the Gallery fix nextcloud/gallery#325 it seems good now! :) Great work!
@skjnldsv Is this ready for merge or not? (because the label says something different ;)) |
It is, I was waiting for other tests to be sure if this was a pr issue or something from @blizzz dev environnement. :) |
Still broken from me, also pristine from git -.- Ill open issues |
Summary here: #7051 (comment)
Fix #5431, fix #6756
Closes #5229
Rebuilding the breadcrumbs design and calculation system for a better result:
Animation ?There are multiple calls forBreadCrumb.setDirectoryInfo
&BreadCrumb.setDirectory
which force re-rendersThere are at least 3BreadCrumb._resize
execution on init, only one is needed