-
-
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
Cleanup structure #9982
Cleanup structure #9982
Conversation
May i ask why no |
@stefan-niedermann We use a nav now in the app list server/core/templates/layout.user.php Line 73 in 625bdf0
But not on the app navigation, which we should, you're completely right :) |
conflicts and failing tests |
@juliushaertl Ah damn, it make sense. |
38b9aec
to
8ed58d9
Compare
Codecov Report
@@ Coverage Diff @@
## master #9982 +/- ##
============================================
- Coverage 31.87% 29.42% -2.45%
+ Complexity 26208 26007 -201
============================================
Files 1673 1595 -78
Lines 96874 88869 -8005
Branches 1290 0 -1290
============================================
- Hits 30874 26152 -4722
+ Misses 66000 62717 -3283
|
8ed58d9
to
57ac7f2
Compare
@juliushaertl hum, strange, I don't have this. What browser and did you cleaned the cache? |
Ah ok, seems that was a caching issue. But #9982 (comment) still exists and the breadcrumbs are not sticky anymore in the files app. Besides that I really like it. It's a lot cleaner than before 👍 |
@juliushaertl yep, I have this to fix! |
252734c
to
8e346aa
Compare
|
The app content must live in #app-content, not #app anymore. See nextcloud/server#9982 Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
Fix #4047
@nextcloud/designers
This is a much cleaner structure for our software
Done
div#content-wrapper
header
anddiv#header
to follow html5 guidelinesDeprecated and guidelines
#content-wrapper
anymore#content
element, make sure to keep the#content
idapp-content-list
standard, make sure to hide theapp-content-details
div when the list is visible in mobile mode (full screen) and hide theapp-content-list
when the details is visibleapp-content-details
and NOTapp-content-detail
Overall structure