Commit Graph

14 Commits

Author SHA1 Message Date
Phillip Rak 447a656552 Use resolve method for hover and main filters
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2025-09-29 15:23:08 -07:00
Phillip Rak 04cb6cdd89 Add new filter for active color
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2025-09-29 15:22:26 -07:00
Phillip Rak 0249d9ec9e Create new method `resolveColorFilter()`
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2025-09-29 15:21:40 -07:00
Phillip Rak 699f2e24c0 Fix colors for classic secondary and tertiary buttons
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2025-09-09 13:30:21 -07:00
Phillip Rak 2d6fd4f756 Update colors for installed apps
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2025-09-08 14:24:43 -07:00
Alexandre Alves faa7fe3b60
A11y report fixes (#14530)
* fix item 2: All page content should be contained by landmarks

* fix item 4. Elements must only use permitted ARIA attributes

* fix item 6. ARIA attributes must conform to valid values

* fix bug on item 6. and fix item 7. <ul> and <ol> must only directly contain <li>, <script> or <template> elements

* fix item 8. Interactive controls must not be nested

* fix item 10. ARIA toggle fields must have an accessible name

* fix item 11. autocomplete attribute must be used correctly

* fix item 12. Form elements must have labels

* fix item 14. ARIA input fields must have an accessible name

* fix item 15. Buttons must have discernible text

* fix item 16. Images must have alternative text

* working on item 17

* finish fix item 17. ARIA role should be appropriate for the element

* fix wrong role in hidden inputs

* address pr comments
2025-07-10 10:09:09 +01:00
Alexandre Alves ff12e4a6cf
fix problem with dark mode and primary color type + bump shell version (#14390)
* fix problem with dark mode and primary color type + bump shell version

* update

* update again
2025-06-17 12:10:16 +01:00
cnotv ff08d80e0e Lint: Manually fixed issues related to vueApp variable added by the script 2024-08-22 16:07:03 -07:00
Cody Jackson 9b829c55ea Ran `yarn lint --fix` 2024-08-22 16:05:36 -07:00
Cody Jackson d5ce4fff2e Run the vue3 migration script
Commands run:

➤ yarn migrate
➤ git clean -fdx
➤ nvm use 20
➤ yarn
2024-08-22 16:05:36 -07:00
Alexandre Alves 1dbba9ef6f
fix bug with color utils (#10199)
Co-authored-by: Alexandre Alves <aalves@Alexandres-MacBook-Pro.local>
2023-12-22 15:42:58 +00:00
Alexandre Alves fe8b75e816
fix bug with svg icon in header action extension point where colors for icon were being grabbed incorrectly (#9157)
Co-authored-by: Alexandre Alves <aalves@Alexandres-MBP.lan>
2023-06-22 15:18:19 +01:00
Alexandre Alves 6516e094b8
Extensions enhancements (#7777)
* add extensions API methods
---------

Co-authored-by: Alexandre Alves <aalves@Alexandres-MBP.lan>
Co-authored-by: Alexandre Alves <aalves@Alexandres-MacBook-Pro.local>
Co-authored-by: Neil MacDougall <nmacdougall@suse.com>
Co-authored-by: Richard Cox <richard.cox@suse.com>
2023-02-09 10:58:29 +00:00
Neil MacDougall 9f3922424a
Add support for svg icons (#7769)
* Fix lint

* Fix bad merge

* Fix bad merge

* Fix issue with custom color
2023-01-13 12:59:59 +00:00