-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
feat(core): Hide header in PWA #54138
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
Conversation
skjnldsv
left a comment
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.
One comment otherwise good
cf6d548 to
09fcfc3
Compare
szaimen
left a comment
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.
|
Good catch, I saw this as well, but somehow dismissed it as "normal". |
09fcfc3 to
434c5ce
Compare
|
Enough CSS adventures for me today :D |
szaimen
left a comment
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 again and seems to work as intended now :)
But did not review the code
|
/compile rebase |
Ah lol, it does not solve conflicts in css folders :p |
Signed-off-by: provokateurin <kate@provokateurin.de>
434c5ce to
4c7e85e
Compare
|
FYI @pulsejet |
|
@provokateurin somehow this breaks Talk after the update to nc32 rc1 on c.nc.c: |
|
Talk adds custom styles conflicting with server styles. cc @Antreesy
|
| } | ||
|
|
||
| #content, #content-vue { | ||
| margin-top: var(--body-container-margin); |
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.
Styles collide, but they're not from Talk, it's all server styles imported at different order
| Files | Talk |
|---|---|
![]() |
![]() |
As you're using id and not class, it's by default less important, and should be forced
| margin-top: var(--body-container-margin); | |
| margin-top: var(--body-container-margin) !important; |
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.
See #55027
|
User account details are not accessible in the per app PWA, when forcing the PWA to be the root of Nextcloud instance all apps loaded properly and full admin and user access in the PWA worked. |
|
This was reverted with #55397 |






Summary
We have one PWA per app, so the navigation bar doesn't make sense and takes up unnecessary space. The users can still use the navigation bar in the browser and open the settings and other non-app pages like that.
Checklist