e7b08c6215
fix linting
2025-06-10 21:00:48 +02:00
3a2e3f8ca5
fix index plus icon
2025-06-10 20:58:18 +02:00
Max
82b1f39141
refactor(source): refactor Layer and its subcomponents, replacing cloneElement by context ( #185 )
...
* Refactor Layer and its subcomponents, replacing cloneElement by context
* Add showcase for PopupButton template component
* Templateify exported elements (WIP)
* Remove unused file
* Export templateified PopupStartEndInput
* Fix template component type
* Change folder structure
* Lower test coverage
* changed export name
* Refactor PopupForm and PopupView
* More refactoring
* Add provider for PopupFormContext
* Fix popupform title
* Add comments
* Use correct ItemFormPopup for new items
* Fix linting
* Reduce coverage
* Change tailwind prefix
* Fix type
---------
Co-authored-by: Anton Tranelis <mail@antontranelis.de>
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-05-22 20:14:42 +02:00
Anton Tranelis
9e6bcf1846
fix(source): update tailwind and daisyui ( #196 )
...
* removed daisy from config
* removed tw-elements artefact
* removed comments from tailwind config
* removed safelist
* migrated to tailwind4 and daisyui5
* deleted tailwind.config.js which is not eeded anymore
* 3.0.79
* version number
* fixed broken layouts
* more fixing
* more layout fixing
* tested theming
* small fixes
* adapt snapshots to changes
* package.json: add unit test update script
* more ui refactoring & theme controller
* ui improvements
* package-lock.json
* fix linting
* fixed tabs
* fix linting
* fixed typing
---------
Co-authored-by: mahula <lenzmath@posteo.de>
2025-04-25 16:03:42 +02:00
5c18ed2abd
fix types - components/templates ( #172 )
...
Fix more types - specifically in components/templates. This is done by
removing eslint-ignores and fixing them.
2025-03-03 19:58:04 +00:00
feae3dc482
fix(source): type export via rollup plugin by using the correct input ( #122 )
...
* fix typeexport via rollup plugin by using the correct input
The rollup plugin dts requires a d.ts tree as input not the txs sources.
This change points the plugin into the right direction and removes the
type export hacks.
* corrected types path
apparently this was not properly adjusted accross the board when moving
the folder
* fix rollup config
properly export types
* use export * where needed
Since we now export types alongside with defintions we use the `export *
from` syntax to simplify things
* export types alongside with interfaces
export types so we can properly use them in external projects alongside
the exported function/module/...
* fix type-problems uncovered by utopia-map
When including types properly in the utopia-map several missing typings
showed up.
* fix typing
fix an inhereted type
* dummy restructure code
to properly be able to compile things we are not allowed to have unsed
parameters/props
* assigne types to category types
2025-02-19 12:05:42 +00: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
Maximilian Harz
4316387ecb
Improve typing of items, remove getValue
2025-02-17 18:03:25 +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
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
fefc015b70
lint fixes
2024-11-08 19:36:35 +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
bcbec30414
changed filter logic in index page from AND to OR
2024-07-29 22:19:44 +02:00
1d53ba3f9c
close new item form when switching layers
2024-07-29 20:39:25 +02:00
3f88f3a801
/src/Components/Profile cleanup
2024-07-23 11:49:36 +02:00
Sebastian Stein
3acb1c1937
- transformed list into a masonry layout
2024-06-25 10:55:15 +02:00
8bd1dc5144
layout fix
2024-06-17 12:59:05 +02:00
22ab0e3acc
optimized search, filter and items index pages
2024-06-16 11:45:18 +02:00
c99abae51d
Item Card Component
2024-05-08 11:24:18 +02:00
1c00e6abf1
improved permission detection in items index
2024-05-04 09:20:44 +02:00
cbd2d2e194
show date for events in all popups
2024-05-02 18:30:45 +02:00
6c87ab5027
index page background color
2024-05-01 09:28:38 +02:00
63fb0d3fd0
updated item profiles
2024-05-01 09:22:57 +02:00
abff99de66
fix layer issue
2024-04-29 12:55:36 +02:00
b3d706cbf9
changed date presentation
2024-04-27 07:47:40 +02:00
9bc07a330c
changed date presentation
2024-04-27 07:26:54 +02:00
f022709cf8
sort items by date in index page and always show date in item popup
2024-04-27 07:16:47 +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
7f711a5133
added OverlayIndexItemPage
2024-03-26 23:58:16 +01:00