213 Commits

Author SHA1 Message Date
Anton Tranelis
656fbb3ffc
refactor(source): get rid of item type (#142)
* started

* removed replaced itemType on all the places where it was used to identyfi the user profile layer

* removed unused property from NavBar

* removed unused property from AppShell

* removed userType from app state

* 3.0.60

* set version to 3.0.64 to publish package to include it in utopia-map

---------

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2025-02-20 11:04:05 +00:00
27e4282624
types for all auth related things (#135) 2025-02-20 09:45:58 +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
134d2ef123 Use ?? instead of || 2025-02-17 18:07:01 +01:00
Maximilian Harz
cb727d433d Fix paranthesis in ProfileForm 2025-02-17 18:07:01 +01:00
Maximilian Harz
aa616ed295 Refactor background style 2025-02-17 18:07:00 +01:00
Maximilian Harz
f71929b4d8 Fix paranthesis in ActionsButton 2025-02-17 18:07:00 +01:00
Maximilian Harz
5835a71588 Type item.gallery 2025-02-17 18:05:06 +01:00
Maximilian Harz
990f837aaf Use radash.get to support deep properties in ProfileTextView 2025-02-17 18:05:06 +01:00
Maximilian Harz
9511dc0408 Use .image as avatar 2025-02-17 18:05:06 +01:00
Maximilian Harz
7f4594ad53 Fix functionality of ProfileTextView 2025-02-17 18:03:30 +01:00
Maximilian Harz
4316387ecb Improve typing of items, remove getValue 2025-02-17 18:03:25 +01:00
ba1dbcb975 contact not mandotory anymore in TabView to avoid side effects 2025-02-11 14:08:38 +00: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
2bd9fd20d2 changed wording in player profiles 2025-02-03 10:38:16 +00:00
ad4ef14014 Merge branch 'main' into gallery-component 2025-02-02 21:51:19 +00:00
04e806cbdc fix linting 2025-02-02 21:37:39 +00:00
0e6959331a fixed some linting 2025-02-02 19:24:13 +00:00
5ffe44de2c implemented gallery widget 2025-01-08 00:31:58 +00:00
c4a8c14fcb Merge branch 'main' into gallery-component 2025-01-07 16:53:51 +00:00
7be57a5658 init gallery component 2025-01-04 15:24:40 +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
3014cf682f option to make textarea input required or optional 2024-11-29 18:05:26 +01:00
antontranelis
0b17cdb624
Merge pull request #52 from utopia-os/types
fix(other): separated types, eslint rule for importing types
2024-11-26 06:14:22 +01:00
002f606953
fix AssetsApi any 2024-11-24 04:20:26 +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
a6cd9dbeb2
potentially fix an app crash
Potentially fixes app crash on
https://next.docutopia.de/item/54870c5f-9b37-4bcb-9838-59a76561c4d5
caused by an field being null
2024-11-24 01:25:33 +01:00
ae9a15b50c make icon and text inline 2024-11-22 18:22:27 +01:00
5835baa94c markdown hint 2024-11-22 16:56:48 +01:00
22915c19aa fix form height 2024-11-22 14:55:06 +01:00
1923e180d4 e-mail and phone validation in group-subheader component 2024-11-22 13:27:15 +01:00
594784e77a fix removing custom profile image bug 2024-11-22 13:25:41 +01:00
antontranelis
f4e71050a5
Merge branch 'main' into lint-security 2024-11-18 09:28:52 +01:00
antontranelis
66f1c328e7
Merge pull request #36 from utopia-os/lint-catchall
feat(other): lint catchall
2024-11-18 09:24:24 +01:00
antontranelis
4031cd25ca
Merge pull request #33 from utopia-os/lint-promise
feat(other): lint promise
2024-11-18 09:12:20 +01:00
6e60d47e86
fix all lint errors 2024-11-12 09:29:02 +01:00
e84061178f
remove node environment requirement 2024-11-12 09:26:57 +01:00
5a7bdfe7f7
lint fixes 2024-11-11 17:02:21 +01:00
34435e8272
lint-security fixes 2024-11-11 16:45:01 +01:00
782b0fc700
fix errors 2024-11-11 15:45:25 +01:00
7f6b08a13f
missing fix 2024-11-08 19:37:14 +01:00
fefc015b70
lint fixes 2024-11-08 19:36:35 +01:00
cc4971e2d0 updated 2024-11-08 10:34:06 +01:00
8af866acf4 merged main 2024-11-08 10:27:10 +01:00
7ddd125289 fix email hint 2024-11-08 09:01:46 +01:00
1245d8f3b0 advanced share buttons and copy to clipboard 2024-11-08 08:56:36 +01:00
842d1d4bab
lint fixes 2024-11-07 17:04:14 +01:00
388ae9ef6a
lint fixes 2024-11-07 16:56:26 +01:00