1056 Commits

Author SHA1 Message Date
c0f0349628 3.0.34 2025-01-07 15:40:27 +00:00
e71d0ae822 Merge branch 'main' of github.com:utopia-os/utopia-ui 2025-01-07 14:44:33 +00:00
antontranelis
46ba73fd1b
Merge pull request #62 from utopia-os/typescript-navbar
fix(other): make NavBar typesafe
2025-01-07 13:06:18 +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
antontranelis
0316b2402c
Merge pull request #61 from utopia-os/code-of-conduct
docs(docu): create CODE_OF_CONDUCT.md
2024-12-10 21:43:36 +01:00
antontranelis
0af9fd3829
Create CODE_OF_CONDUCT.md 2024-12-10 21:38:43 +01:00
db25259557 Merge branch 'main' of github.com:utopia-os/utopia-ui 2024-12-04 06:35:37 +01:00
antontranelis
81a9c9023f
Merge pull request #55 from utopia-os/fix-rollup2
fix(other): externalize rollup dependencies
2024-12-04 06:35:17 +01:00
0face20845 3.0.33 2024-11-29 18:11:15 +01:00
antontranelis
bbaaa93ef2
Merge pull request #57 from utopia-os/textarea-required-option
feat(source): textarea required option
2024-11-29 18:10:53 +01:00
3014cf682f option to make textarea input required or optional 2024-11-29 18:05:26 +01:00
antontranelis
a5faf037f1
Merge pull request #56 from utopia-os/antontranelis-patch-2
refactor(workflow): update test.lint.pr.yml
2024-11-27 07:17:50 +01:00
antontranelis
af760dfd09
Update test.lint.pr.yml 2024-11-27 07:14:35 +01:00
9acbbbed5b
externalize rollup dependencies 2024-11-26 10:07:09 +01:00
af639c7224 Merge branch 'main' of github.com:utopia-os/utopia-ui 2024-11-26 09:14:30 +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
3ed67d7142 3.0.32 2024-11-24 10:55:04 +01:00
8cc660dba9 Merge branch 'main' of github.com:utopia-os/utopia-ui 2024-11-24 10:54:36 +01:00
antontranelis
a581fa3c1a
Merge pull request #51 from utopia-os/potential-fix-app-crash
fix(other): potentially fix an app crash
2024-11-24 10:54:24 +01:00
antontranelis
bd9ce63d68
Merge pull request #54 from utopia-os/antontranelis-patch-1
fix(other): update readme
2024-11-24 08:58:39 +01:00
antontranelis
60555de3f9
Update README.md 2024-11-24 08:36:35 +01:00
002f606953
fix AssetsApi any 2024-11-24 04:20:26 +01:00
9b98a18597
removed types from include
types should be included by typeRoots and hence not result in errors of
eslint (has to be monitored)
2024-11-24 04:15:53 +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
3856446302 3.0.31 2024-11-22 18:39:33 +01:00
caac412693 Merge branch 'main' of github.com:utopia-os/utopia-ui 2024-11-22 18:38:56 +01:00
antontranelis
d87363faf1
Merge pull request #48 from utopia-os/markdown-hint
fix(other): markdown hint
2024-11-22 18:33:28 +01:00
ae9a15b50c make icon and text inline 2024-11-22 18:22:27 +01:00
ad032f11ee make icon and text inline 2024-11-22 18:20:27 +01:00
5835baa94c markdown hint 2024-11-22 16:56:48 +01:00
6ead89c747 3.0.30 2024-11-22 15:01:20 +01:00
c2fc88408b 3.0.29 2024-11-22 15:00:57 +01:00
e6b09c25b7 3.0.28 2024-11-22 14:57:34 +01:00
dcb0cc97f9 Merge branch 'main' of github.com:utopia-os/utopia-ui 2024-11-22 14:57:24 +01:00
antontranelis
f2520f36db
Merge pull request #47 from utopia-os/profile-fix
fix(other): fix form height
2024-11-22 14:57:16 +01:00
22915c19aa fix form height 2024-11-22 14:55:06 +01:00
98191b56c4 3.0.27 2024-11-22 13:34:18 +01:00
antontranelis
5354daa402
Merge pull request #45 from utopia-os/profile-fix
fix(other): fix some profile issues
2024-11-22 13:33:07 +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
975331c23d 3.0.26 2024-11-21 11:07:49 +01:00
30b46666d4 adjust version 2024-11-21 10:21:33 +01:00
b6adca6a1a removed unused iport 2024-11-21 10:21:03 +01:00
3709c43a4b 3.0.21 2024-11-21 10:20:14 +01:00
fe33d56131 profile fix part 1 2024-11-21 10:20:03 +01:00
antontranelis
43e798f44e
Merge pull request #40 from utopia-os/fix-vulnerability
fix(other): fix vulnerability
2024-11-21 09:08:38 +01:00
268123c20a 3.0.20 2024-11-20 05:10:19 +01:00
912119aaf9 fix vulnerability 2024-11-20 05:10:11 +01:00
antontranelis
fd39c0cb9c
Merge pull request #35 from utopia-os/lint-security
feat(other): lint security
2024-11-18 09:30:41 +01:00