14 Commits

Author SHA1 Message Date
742b90145e
do not expose useAuth and PlusButton 2025-02-19 12:56:45 +01:00
693e68b4f9
assigne types to category types 2025-02-18 15:28:18 +01:00
0c12355c41
export types alongside with interfaces
export types so we can properly use them in external projects alongside
the exported function/module/...
2025-02-18 15:05:45 +01:00
93eabedd16
docs: group by category (#124)
Groups the docs by categories and assigns all exported Components a
category (except types).
2025-02-18 11:11:06 +01:00
79ca17aa3f fix types import path 2025-02-10 11:39:07 +00:00
a450128b72 reorganized types 2025-02-09 20:32:41 +00: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
fefc015b70
lint fixes 2024-11-08 19:36:35 +01:00
6ae276bedf
autofixes 2024-11-02 22:45:29 +01:00
9546b2e9f4
autofixes 2024-10-29 17:42:04 +01:00
d832185ee3
lint fixes 2024-10-29 11:55:07 +01:00
5da17ff553 removesd some logging 2023-09-12 08:26:12 +02:00
0138f20b97 implemented permissions 2023-09-05 16:45:01 +02:00
3bec98b4f7 implemented Permissions 2023-09-04 22:33:19 +02:00