Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
46fcf6b
feat(web): add quick access to language and keyboard layout
dgdavid Apr 28, 2025
a1456ed
feat(web): add checkbox to copy localization options
dgdavid Apr 28, 2025
afcb2f3
fix(web): adjust layout/Header tests and behavior
dgdavid Apr 28, 2025
2fcfb5c
fix(web): mock Header component to prevent test failure
dgdavid Apr 28, 2025
f1b0822
feat(web): show keyboard layout hint in password inputs
dgdavid Apr 28, 2025
00f75c5
feat(web): ahoq hint when caps lock is on
dgdavid Apr 28, 2025
0f6ff6c
fix(web): move keyboard reminder to an internal component
dgdavid Apr 29, 2025
391d0da
fix(web): adapt unit tests
dgdavid Apr 29, 2025
d57b951
web: change icon for language
dgdavid May 12, 2025
9801787
web: extract language and keyboard button to a component
dgdavid May 12, 2025
b771ea8
feat(web): add variant support to installer settings dialog
dgdavid May 13, 2025
7999526
feat(web): merge installer options and its toggle button into one module
dgdavid May 13, 2025
8d90dc0
fix(web): please linter
dgdavid May 14, 2025
19d2b16
feat(web): disable l10n reuse until product is selected
dgdavid May 14, 2025
da6db2f
fix(web): fix typos
dgdavid May 14, 2025
8d5659b
fix(web): adapt and simplify core/Header test
dgdavid May 14, 2025
23f5733
fix(web): cosmetic improvements
dgdavid May 14, 2025
169a786
feat(web): allow custom toggle for opening installer settings
dgdavid May 15, 2025
3861d15
feat(web): add clarification text at L10n page
dgdavid May 15, 2025
93d845b
feat(web): enable keymap changes from questions
dgdavid May 15, 2025
29bf267
feat(web): add link to L10n page in the settings panel
dgdavid May 15, 2025
d11e1d4
refactor(web): add support for configurable keyboard reminders
dgdavid May 15, 2025
1bf2862
web: fix and test useKeyLock hook
dgdavid May 15, 2025
709bb28
fix(web): minor comments changes
dgdavid May 15, 2025
b26bf33
doc(web): add changelog entry
dgdavid May 16, 2025
0f27788
Merge branch 'master' into lang-and-keyboard-improvements
dgdavid May 16, 2025
ad9634c
web: fix typos found in code review
dgdavid May 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions web/package/agama-web-ui.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri May 16 07:46:22 UTC 2025 - David Diaz <dgonzalez@suse.com>

- Rework the installer l10n settings (gh#agama-project/agama#2359):
- Improve discoverability of language and keyboard layout settings.
- Add contextual messages to help users differentiate between
installer and product localization settings.
- Add the ability to reuse installer settings for the product
to install.
- In local connections, keyboard layout change is now available
directly from modal dialogs holding password inputs.
- Password inputs now include a reminder of the active layout
(only in local connections) and a CAPS LOCK warning when active.

-------------------------------------------------------------------
Mon May 12 12:47:46 UTC 2025 - Ladislav Slezák <lslezak@suse.com>

Expand Down
Loading