aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* fix(theming): Invert filter should be based on primary-elementFerdinand Thiessen2023-12-221-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Add adjusted color versions of default background for better ↵Ferdinand Thiessen2023-12-212-0/+0
| | | | | | app-menu contrast Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Adjust `color-error` and `color-success` to work for input ↵Ferdinand Thiessen2023-12-193-12/+12
| | | | | | border colors Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrastFerdinand Thiessen2023-12-195-15/+203
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Make dark theme accessible and add unit testFerdinand Thiessen2023-12-182-12/+156
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Adjust status colors to be also accessible on blurry backgroundFerdinand Thiessen2023-12-183-16/+51
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-182-0/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-162-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(theming): Adjust primary text color calculation to also work with high ↵Ferdinand Thiessen2023-12-153-8/+15
| | | | | | contrast themes Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Adjust hover color to be accessibleFerdinand Thiessen2023-12-154-18/+131
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(theming): Adjust color utils to work as specified by WCAG (color ↵Ferdinand Thiessen2023-12-153-10/+76
| | | | | | contrast and luma calculation) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-152-0/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-122-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Update openapi-extractorjld31032023-12-081-1/+2
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Merge pull request #41948 from nextcloud/fix/accessibility-dark-modeFerdinand Thiessen2023-12-064-137/+9
|\ | | | | fix(theming): Adjust dark theme to be accessible adjust cypress tests
| * fix(theming): Adjust dark theme to be accessible adjust cypress testsFerdinand Thiessen2023-12-014-137/+9
| | | | | | | | | | | | Also fix warning text color for bright / default theme on blurry background Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-052-0/+92
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-012-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(theming): Fix color inverted icons based on theming and dark modeJoas Schilling2023-11-292-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-272-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-262-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-2482-1344/+166
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #41678 from nextcloud/branchoff/master-is-now-29Arthur Schiwon2023-11-231-2/+2
|\ | | | | Master is now 29
| * feat(branchoff): Bump versions and requirements in appsJoas Schilling2023-11-231-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2332-110/+107
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix(theming): Adjust config listener to validate `apporder` configFerdinand Thiessen2023-11-211-6/+10
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-152-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix apporder when an application has several menu itemsCôme Chilliet2023-11-141-4/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(theming): Adjust app order settings for backend changesFerdinand Thiessen2023-11-142-8/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-132-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-112-0/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-102-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #41059 from nextcloud/fix/theming/capabilitiesKate2023-11-062-10/+48
|\ | | | | fix(theming): Correctly expose user and admin theming
| * fix(theming): Correctly expose user and admin themingjld31032023-11-032-10/+48
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-062-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | add descriptions for background picturesSimon L2023-11-032-1/+20
|/ | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-032-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(theming): Make sure the footer is hidden if not content is renderedFerdinand Thiessen2023-11-021-5/+10
| | | | | | | Previously the footer was empty, but the backdrop was still shown. This hides the footer if no text content was defined. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0210-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(theming): Add accessible information for screen readers to the app order ↵Ferdinand Thiessen2023-10-312-13/+80
| | | | | | selector Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): App order selector should keep the focus on clickFerdinand Thiessen2023-10-302-5/+24
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-292-8/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-284-0/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(theming): Make changes on primary color less invasivFerdinand Thiessen2023-10-273-12/+12
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Ensure all text colors have enough contrast for accessibilityFerdinand Thiessen2023-10-276-62/+78
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Make it clearer that color-text-light and -lighter are deprecatedFerdinand Thiessen2023-10-273-6/+8
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* tests: Add accessibility tests for CSS color variablesFerdinand Thiessen2023-10-271-0/+116
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Ensure that maxcontrast text has always a contrast of 4.5:1 ↵Ferdinand Thiessen2023-10-272-6/+7
| | | | | | even on hover Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-274-0/+160
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-264-0/+64
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>