Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | frontend: Have optionsPlaceholder use actual value passed | Wolfgang Müller | 2024-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.svelte | Wolfgang Müller | 2024-03-31 | -1/+2 |
| | | | | Use an intermediary Item type that we can put in a union. | |||
* | frontend: Use @ts-expect error instead of @ts-ignore | Wolfgang Müller | 2024-03-31 | -2/+1 |
| | ||||
* | Initial commit0.1.0 | Wolfgang Müller | 2024-03-05 | -0/+5252 |