Commit Graph
8 Commits
Author SHA1 Message Date
jakob.scheid 2520fff771 style: remove unnecessary function whitespace
Remove the unnecessary whitespace between the function name or the
'function' keyword and the opening parenthesis.
2026-08-08 15:23:29 +02:00
jakob.scheid 7c082ba696 style: remove unnecessary semicolons after blocks 2026-08-08 15:23:28 +02:00
jakob.scheid 879199d936 style: ensure semicolons at line ends 2026-08-08 15:23:24 +02:00
jakob.scheid 211dae5f7b style: ensure newlines at the end of each file 2026-08-08 15:23:05 +02:00
jakob.scheid 53bd67b7a0 test(settings): add tests for selection reactivity 2026-08-06 23:24:09 +02:00
jakob.scheid 9a8e764f53 test(settings): refactor selection component test
Use exampleOptions instead of an own options array, which was equal to
exampleOptions.
2026-07-28 20:10:26 +02:00
jakob.scheid 26a5783d19 test(settings): refactor selection test getWrapper function
Updated the getWrapper function to use object destructuring.
2026-07-28 20:10:26 +02:00
jakob.scheidandjakob.scheid c7fe1f2f60 test(settings): add tests for selection setting
Added tests for the selection setting component:
  - correct display of options
  - shows values correctly
  - store of values
  - correct translation
2026-07-28 20:10:19 +02:00