Uh oh!
There was an error while loading. Please reload this page.
Cleanup structure - #9982
Conversation
stefan-niedermann
commented
Jun 25, 2018
May i ask why no |
skjnldsv
commented
Jun 25, 2018
@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 :) |
rullzer
commented
Jun 26, 2018
conflicts and failing tests |
skjnldsv
commented
Jun 26, 2018
@juliushaertl Ah damn, it make sense. |
38b9aec to
8ed58d9CompareCodecov 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
57ac7f2Compareskjnldsv
commented
Jun 29, 2018
@juliushaertl hum, strange, I don't have this. What browser and did you cleaned the cache? |
juliusknorr
commented
Jun 29, 2018
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 👍 |
skjnldsv
commented
Jun 29, 2018
@juliushaertl yep, I have this to fix! |
252734c to
8e346aaCompare
|
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-wrapperheaderanddiv#headerto follow html5 guidelinesDeprecated and guidelines
#content-wrapperanymore#contentelement, make sure to keep the#contentidapp-content-liststandard, make sure to hide theapp-content-detailsdiv when the list is visible in mobile mode (full screen) and hide theapp-content-listwhen the details is visibleapp-content-detailsand NOTapp-content-detailOverall structure