6 Commits

Author SHA1 Message Date
Maximilian Harz
7102ae72cb Add possible typings and runtime type checks for FlexView 2025-02-03 20:22:11 +01:00
Maximilian Harz
89b780eee2 Use better type name for tag ids 2025-01-31 23:51:18 +01:00
Maximilian Harz
98fa451644 Improve typing of items, remove getValue 2025-01-31 23:29:32 +01:00
Maximilian Harz
a9ed3905cb Try to type Item and getValue (WIP) 2025-01-31 10:40:01 +01:00
20e8203b26
make NavBar typesafe
removed obsolete eslint disables

fixed a type problem

another type problem

type check
2024-12-19 12:17:51 +01:00
3872a052b6
separated types, eslint rule for importing types
- Separated types and moved them into the proper ./types folder defined
in the tsconfig.json.
- Defined a new folder alias `#types`.
- New eslint rule to enforce `import type` when a type is imported.
- Removed Geometry Class and used manual Point types from `geojson`
2024-11-24 04:11:32 +01:00