Uh oh!
There was an error while loading. Please reload this page.
fix(core): Do not invert app menu text color - #38776
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
36986e3 to
bc98d2cCompareUh oh!
There was an error while loading. Please reload this page.
szaimen
left a comment
There was a problem hiding this comment.
Seems to fix the linked problem in my testing
2388f91 to
d88bea8Compareszaimen
commented
Jun 13, 2023
/compile / |
mejo-
commented
Jun 13, 2023
The cypress tests need to be fixed first, I think @Hephi2 will do so later. |
6db2603 to
3244f95Compare3244f95 to
85db409CompareHephi2
commented
Jun 14, 2023
/compile |
1632803 to
ce9c17aComparece9c17a to
8e9a000CompareHephi2
commented
Jun 14, 2023
/compile |
8e9a000 to
c8de6c4Comparesusnux
commented
Jun 14, 2023
It is most of the time faster to compile and commit it locally :) |
mejo-
commented
Jun 14, 2023
Thanks @susnux! But for the sake of easier backports its still better to keep source changes and compiled asset changes in separate commits, no? |
mejo-
commented
Jun 14, 2023
I don't understand why the Cypress Tests fail here 🤔 |
c8de6c4 to
6b00aceComparejuliusknorr
commented
Jun 15, 2023
Restarted. |
6b00ace to
b964a48Comparesusnux
commented
Jun 15, 2023
Locally it works. Cypress seems currently broken on CI (server master) (see all other CI runs) |
b964a48 to
165d089Compare165d089 to
e9d0463Compare* Also fixes other cypress test * Build assets Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Jonas <jonas@freesources.org>
e9d0463 to
0397e9dComparemejo-
commented
Jun 19, 2023
I splitted the PR between source code changes and compiled JS assets and rebased. Cypress CI test issues seem to have solved themselves 🪄 |
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
Hephi2
commented
Jun 19, 2023
/backport 7f86198 to stable27 |
The backport to stable27 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
Fixes[Bug]: Inverted app label color for light background color #38759
Summary
Instead of inverting the color of the whole app entry in the menubar when using a light background, only the color of the app icon is inverted. The invertion of the label color already happens here:
server/apps/theming/lib/Themes/CommonThemeTrait.php
Line 68 in 63bf207
##Screenshots

Before:
After:

Tested on Chrome, Edge, Firefox and Opera Browser