summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib (follow)
Commit message (Collapse)AuthorAgeLines
* frontend: Have optionsPlaceholder use actual value passedWolfgang Müller2024-03-31-2/+2
| | | | | | A simple oversight that happened to still work. optionsPlaceholder was using 'value' from global scope which can lead to type errors because the check for undefined or null does not limit its type.
* frontend: Simplify types in Select.svelteWolfgang Müller2024-03-31-1/+2
| | | | Use an intermediary Item type that we can put in a union.
* frontend: Use @ts-expect error instead of @ts-ignoreWolfgang Müller2024-03-31-2/+1
|
* Initial commit0.1.0Wolfgang Müller2024-03-05-0/+5252