Commit graph

9 commits

Author SHA1 Message Date
yoy
b824e98d1c pl,pr,plr 2025-10-17 15:06:50 +02:00
yoy
b79e64f8a3 finalize margin classes 2025-10-17 11:55:40 +02:00
yoy
c64f8eb786 fix build
Update icon size enum & class
2025-10-17 11:55:40 +02:00
yoy
98294f085b refactor(theme)!: introduce new color tokens
Replaced old color tokens with new tokens that follow the Material 3 Design system.
2025-09-26 13:35:49 +02:00
ivk
c451cf6a3c Reformat JS with Prettier 3.5.3
Co-authored-by: hrb-hub <hrb-hub@users.noreply.github.com>
2025-07-18 10:01:01 +02:00
Kinan
e1baa01f63 refactor LanguageViewModel to use new translation types
The reason for this refactor is to make it possible to put "data-testid"
attributes on HTML tags. Those attributes can be used with UI test
frameworks to make automated testing independent of the translation
language or text.

The idea is to get rid of the lazy<string> types and instead use a new type
called Translation wherever possible. Translation replaces the old
TranslationText and contains both translation key and translation text.

The type MaybeTranslation is a legacy type left to make the transition feasible.
It can be replaced with either TranslationKey or Translation in the future.

Co-authored-by: map <mpfau@users.noreply.github.com>
2025-01-17 14:48:32 +01:00
hrb-hub
fe31224275
Prevent screen reader from reading dropdown options twice
Close #7125

Co-authored-by: bir <bir@tutao.de>
2024-11-21 14:38:07 +01:00
rih
dbabb6b3e6 Improve FAB visibility
Co-authored-by: Murilo Rocha Pereira <34790144+murilopereirame@users.noreply.github.com>
2024-09-23 16:49:37 +02:00
wrd
8ab3b14edd Move files to new folder structure
Co-authored-by: @rih-tutao
2024-07-26 16:42:13 +02:00
Renamed from src/gui/base/buttons/RowButton.ts (Browse further)