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
a450128b72
reorganized types
2025-02-09 20:32:41 +00:00
04e806cbdc
fix linting
2025-02-02 21:37:39 +00:00
b6cb5db804
remove useAuth from export
2025-01-29 14:48:26 +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
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
9546b2e9f4
autofixes
2024-10-29 17:42:04 +01:00
d832185ee3
lint fixes
2024-10-29 11:55:07 +01:00
3baae9651e
basic Market View
2024-10-17 11:01:53 +02:00
c3b074f22c
attestation form and profile experiments
2024-07-26 13:05:44 +02:00
5e38215038
merged
2024-07-25 00:24:00 +02:00
3e8ac0758f
code cleanup
2024-07-23 12:32:22 +02:00
3f88f3a801
/src/Components/Profile cleanup
2024-07-23 11:49:36 +02:00
546fde0bf6
basic sitemap
2024-07-23 10:36:15 +02:00
16c93809b6
player profile and user select
2024-07-20 12:28:51 +02:00
06755d7f80
basic public item support
2024-05-03 12:49:19 +02:00
4185258568
reimplemented user profiles
2024-03-27 09:16:55 +01:00
7e613be019
add button for index page
2024-03-21 15:45:30 +01:00
1e8e68302c
a lot of things
2024-03-21 12:24:29 +01:00
82ebd493b9
ItemViewPage
2024-02-29 10:12:48 +01:00
512cd3d96c
ItemsIndexPage
2024-02-29 08:05:44 +01:00
c15f7a897d
basic calendart ui and tabs in profile
2024-02-22 11:11:08 +01:00
824075af2e
export OverlayPage
2024-02-20 17:30:02 +01:00
a0113d0fc5
MapOverlay Pages and Advanced Profiles
2024-02-05 10:06:38 +01:00
3be1718022
password reset implemented
2024-01-08 22:21:35 +01:00
49ab4a9989
ItemViewPopup layout
2024-01-06 13:37:40 +01:00
0267a2f91f
split Settings in UserSettings and ProfileSettings
2024-01-03 18:26:46 +01:00
c27dfcd09b
add PopupTextInput Component
2023-12-12 15:21:35 +01:00
a24563a096
Components Finetuning
2023-09-27 18:29:47 +02: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
ee4b67d590
Add Views for Modularization of Item Popups
2023-08-20 21:17:58 +02:00
4fe4aa6b74
Modularization of Item Popups
2023-08-20 13:11:57 +02:00
caea879aab
login, signup, logout redesign
2023-08-19 00:01:33 +02:00
2fa78bc4ff
generalization of useAuth hook
2023-08-08 10:15:46 +02:00
3c276c8fdf
added page template and basic registration
2023-08-06 17:09:09 +02:00
3dd32c62dd
updated daisy ui
2023-07-23 23:14:44 +02:00
8d65ffa306
adjustments for heroicons2 + various small things
2023-05-22 14:22:02 +02:00
0c39ffa6f9
more components
2023-05-18 23:48:46 +02:00
46a1324cea
some changes
2022-10-01 14:50:38 +02:00
b532eca956
useTags hook
2022-08-06 10:14:38 +02:00
aef9f56148
basic useItems hook
2022-08-04 11:51:04 +02:00
2b48eb84f8
AdButton and Layer Component
2022-07-15 12:51:33 +02:00
179ed10d93
restructured internal files
2022-07-13 10:20:30 +02:00
aeae2efc0c
tailwind and postcss added
2022-07-11 21:02:19 +02:00
6f362b8071
added postcss
2022-07-11 17:59:36 +02:00
962d45834e
clustering and popups styled
2022-07-11 14:33:39 +02:00