13 Commits

Author SHA1 Message Date
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
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
9546b2e9f4
autofixes 2024-10-29 17:42:04 +01:00
06755d7f80 basic public item support 2024-05-03 12:49:19 +02:00
49ab4a9989 ItemViewPopup layout 2024-01-06 13:37:40 +01:00
12ad299477 add PopupTextInput Component 2023-12-12 15:33:07 +01:00
0138f20b97 implemented permissions 2023-09-05 16:45:01 +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
4fe4aa6b74 Modularization of Item Popups 2023-08-20 13:11:57 +02:00
AT
8d65ffa306 adjustments for heroicons2 + various small things 2023-05-22 14:22:02 +02:00
AT
b532eca956 useTags hook 2022-08-06 10:14:38 +02:00
AT
aef9f56148 basic useItems hook 2022-08-04 11:51:04 +02:00