Commit graph

6 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
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
map
d423dca19d improvements for UI testing 2025-01-21 19:09:55 +01: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
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/DialogHeaderBar.ts (Browse further)