44 Commits

Author SHA1 Message Date
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
6e60d47e86
fix all lint errors 2024-11-12 09:29:02 +01:00
5a7bdfe7f7
lint fixes 2024-11-11 17:02:21 +01:00
fefc015b70
lint fixes 2024-11-08 19:36:35 +01:00
8af866acf4 merged main 2024-11-08 10:27:10 +01:00
f8f7f485a4 slug share workaround 2024-11-07 08:07:13 +01:00
5807869721
lint fixes 2024-11-03 00:36:02 +01:00
6ae276bedf
autofixes 2024-11-02 22:45:29 +01:00
36aeda5919
lint fixes 2024-10-29 18:24:11 +01:00
9546b2e9f4
autofixes 2024-10-29 17:42:04 +01:00
d832185ee3
lint fixes 2024-10-29 11:55:07 +01:00
e9c0a6f1e7 center small item heading 2024-07-29 19:06:13 +02:00
0ebe5fb01b adjust small item heading 2024-07-29 19:03:52 +02:00
8dc8779fe5 fix permission logic 2024-07-24 15:16:40 +02:00
06755d7f80 basic public item support 2024-05-03 12:49:19 +02:00
2eade19cd5 make i.user_created optional 2024-04-23 22:22:51 +02:00
5bbd4714b6 some adjustments for dynamic maps 2024-04-22 22:38:39 +02:00
4185258568 reimplemented user profiles 2024-03-27 09:16:55 +01:00
8484379113 update item position, item parents, focus item on profile load an open cluster 2024-03-25 01:06:47 +01:00
1583e55e7e refactored tags and offers & needs implemented 2024-02-15 17:28:00 +01:00
a5baa8f39d implemented new tag schema 2024-02-01 11:57:11 +01:00
0f690f6f24 removed some logging 2024-01-30 21:47:28 +01:00
07492564d7 optimization for profile layers 2024-01-30 14:04:08 +01:00
a8112ee604 owned item basics and item field adjustments 2024-01-06 17:00:44 +01:00
4efa682b06 changed ItemFormPopup 2023-12-24 03:02:06 +01:00
a3a41ba34b autocomplete='off' in ItemForm 2023-10-10 00:18:44 +02:00
60427cb3d7 fixing hash tag issue 2023-09-14 12:10:56 +02:00
a771fb9ee1 small ui fixes 2023-09-02 15:28:55 +02:00
bd0e3a94c2 removed logs 2023-09-01 01:11:52 +02:00
d6ada13e19 adding new tag bugfixing 2023-08-31 22:37:01 +02:00
997efa8906 fixed api error and error handling 2023-08-31 22:08:37 +02:00
3a9c3de127 Filter Control and more styling 2023-08-31 16:27:31 +02:00
289ea16340 filter map on tag-click 2023-08-29 22:56:24 +02:00
c92b2be9fc refactoring hooks and api 2023-08-29 13:11:39 +02:00
b0e611c9c5 Tag API implementation 2023-08-27 20:25:52 +02:00
9b01977cd3 added prop-types for children-cloning in production 2023-08-22 22:38:06 +02:00
24e8c984d8 some css 2023-08-22 19:42:06 +02:00
a68d4951af some Item Popup Components ready to use 2023-08-22 19:36:53 +02:00
6bd062c1b3 custom popups are basicly working 🍄 2023-08-22 14:54:57 +02:00
d6e780436f ItemFormPopup cleanup 2023-08-21 11:41:48 +02:00
4fe4aa6b74 Modularization of Item Popups 2023-08-20 13:11:57 +02:00
8bbb6bd1e2 basic API implementation 2023-07-21 12:54:58 +02:00
eba7f0630b renamed Popup Components 2023-07-20 10:00:19 +02:00