Skip to content

Commit bd259e0

Browse files
nabim777saw-jan
andauthored
fix: UI colors too light in Nextcloud 32 (#911)
* update nextcloud-vue package Signed-off-by: nabim777 <nabinalemagar019@gmail.com> * using custom property in css for color Signed-off-by: nabim777 <nabinalemagar019@gmail.com> * test: fix l10n mock Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use shallowMount Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * fix the reset button text color Signed-off-by: nabim777 <nabinalemagar019@gmail.com> * add change log Signed-off-by: nabim777 <nabinalemagar019@gmail.com> --------- Signed-off-by: nabim777 <nabinalemagar019@gmail.com> Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> Co-authored-by: Saw-jan <saw.jan.grg3e@gmail.com>
1 parent f946754 commit bd259e0

31 files changed

Lines changed: 987 additions & 1411 deletions

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2626
### Added
2727
- Support Nextcloud 32 [#901](https://github.com/nextcloud/integration_openproject/pull/901)
2828

29+
### Fixed
30+
- Fix: UI colors too Light in Nextcloud 32 [#911](https://github.com/nextcloud/integration_openproject/pull/911)
31+
2932
## 2.10.0 - 2025-09-26
3033

3134
### ⚠️ Upgrade Notice

jest.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
55

6-
const path = require('path')
7-
const rootDir = path.resolve(__dirname, '../../../')
8-
96
module.exports = {
107
testMatch: ['**/tests/**/*.spec.{js,ts}'],
118
moduleNameMapper: {
129
'\\.(scss)$': '<rootDir>/tests/jest/stubs/empty.js',
13-
'@nextcloud/l10n/gettext': require.resolve('@nextcloud/l10n/gettext'),
10+
'@nextcloud/l10n/gettext': '<rootDir>/tests/jest/__mocks__/@nextcloud/l10n.js',
11+
'@nextcloud/router': '<rootDir>/tests/jest/__mocks__/@nextcloud/router.js',
1412
},
1513
transform: {
1614
// process *.vue files with vue-jest

0 commit comments

Comments
 (0)