487c883629
fixed typing
2025-04-22 01:16:16 +01:00
6977b5c76f
merged main
2025-04-22 01:12:15 +01:00
Anton Tranelis
67a5e6e22d
docs(docu): improved documentation ( #169 )
...
* rollup - fail when typescript has warnings or errors
Currently this is detected when building the docu. Since the developer
rarely does that the problem is detected on github.
This change allows the developer to discover the error early by failing
the build.
* cleand up types of UtopiaMap and UtopiaMapInner
* documented UtopiaMap, Tags, Tag and Permissions
---------
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2025-04-21 23:21:11 +00:00
Anton Tranelis
e68ca0817a
test(source): linkItem() tested ( #211 )
...
* linkItem() tested
* set line coverage to 1
2025-04-21 23:19:01 +00:00
5b8267c1cd
fix linting
2025-04-17 19:37:44 +01:00
73417c9086
fixed tabs
2025-04-17 19:25:00 +01:00
9bfe7c6963
merged
2025-04-17 15:03:54 +01:00
Anton Tranelis
edb0172a8e
feat(source): initialized donation widget ( #194 )
...
* initialized donation widget
* opencollective api calls
* form element and styling
* fix linting
* removed unused import
* 3.0.79
* get opencollectiva api key from app state
* linting
2025-04-17 14:47:31 +02:00
Anton Tranelis
3bd22259f9
fix(docu): extending examples ( #197 )
...
* Create README.md
* Update README.md
* Update examples/README.md
Co-authored-by: mahula <lenzmath@posteo.de>
---------
Co-authored-by: mahula <lenzmath@posteo.de>
2025-04-17 11:13:30 +00:00
mahula
1d70cd4f3e
package.json: add unit test update script ( #198 )
...
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-04-17 12:05:36 +01:00
e84cf1981d
Merge branch 'add-unit-test-update-script' of github.com:utopia-os/utopia-ui into update-tailwind-and-daisyui
2025-04-17 12:03:20 +01:00
c6e64dbc1d
Merge branch 'update-tailwind-and-daisyui' of github.com:utopia-os/utopia-ui into update-tailwind-and-daisyui
2025-04-17 11:46:32 +01:00
fc1cff83cf
fix linting
2025-04-17 11:44:39 +01:00
4f768fe2dc
merged main
2025-04-16 15:04:58 +01:00
d5b5910586
package-lock.json
2025-04-16 14:55:23 +01:00
Anton Tranelis
7eecafbd03
Merge branch 'main' into add-unit-test-update-script
2025-04-16 14:40:19 +01:00
Anton Tranelis
7fdc41d679
refactor(source): reperation to merge map and landingpage ( #209 )
...
* adjustments to allow merge of map with landingpage
* 3.0.79
* 3.0.80
* version
* removed unused imports
2025-04-15 20:27:21 +00:00
Anton Tranelis
2fe77799a0
Merge branch 'main' into update-tailwind-and-daisyui
2025-04-15 20:56:22 +01:00
Anton Tranelis
eb5328e263
Update README.md ( #206 )
2025-04-03 10:53:36 +02:00
Anton Tranelis
79bf57b839
refactor(docu): add browserstack hint to readme.md ( #205 )
...
* Added Browserstack hint to README.md
* Update README.md
2025-04-03 09:47:59 +01:00
Max
f6e77df83a
Disable typescript sourcemap to get a valid sourcemap ( #203 )
2025-04-01 11:57:06 +02:00
4de4cab9bb
ui improvements
2025-03-24 10:57:14 +00:00
ad5e55bd27
Merge branch 'update-tailwind-and-daisyui' of github.com:utopia-os/utopia-ui into update-tailwind-and-daisyui
2025-03-21 19:11:29 +00:00
5069b6b32a
more ui refactoring & theme controller
2025-03-21 19:09:34 +00:00
mahula
9e9b89378b
package.json: add unit test update script
2025-03-21 19:05:29 +01:00
mahula
6af8a4f706
adapt snapshots to changes
2025-03-21 18:31:52 +01:00
faebd0afb6
small fixes
2025-03-20 23:32:52 +00:00
a4574baf45
tested theming
2025-03-20 22:50:46 +00:00
50e88ee146
more layout fixing
2025-03-20 21:33:31 +00:00
a01fa313fe
more fixing
2025-03-20 15:58:23 +00:00
9fcde51584
fixed broken layouts
2025-03-20 13:41:50 +00:00
7849414428
version number
2025-03-20 10:49:49 +00:00
caf8abb7b3
3.0.79
2025-03-20 10:49:01 +00:00
ab03835a19
deleted tailwind.config.js which is not eeded anymore
2025-03-20 10:38:00 +00:00
6c4062717b
migrated to tailwind4 and daisyui5
2025-03-20 10:32:25 +00:00
d025e90d33
removed safelist
2025-03-20 09:28:21 +00:00
2dad3e7d81
removed comments from tailwind config
2025-03-20 09:25:44 +00:00
c56a228acb
removed tw-elements artefact
2025-03-20 09:23:42 +00:00
398fa7030b
removed daisy from config
2025-03-20 09:10:24 +00:00
Anton Tranelis
4fc9516715
fix(source): external svg theming ( #192 )
...
* allow include of external svgs without breaking theming
* 3.0.77
* 3.0.78
* fixed LocateControl and added react-inlinesvg to external dependencies
* theming toast close button
* fixed typing
* theming search resuts
* theming search resuts
* theming search resuts
* theming donation widget
* theming donation widget
---------
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2025-03-19 23:28:04 +00:00
Anton Tranelis
8b7cff2b32
fix(source): fix bug in ItemFormPopup ( #191 )
...
* fix bug in ItemFormPopup
* removed logging
* removed more logging
2025-03-19 23:07:43 +00:00
Max
0595e54a9b
Use defaultValue instead of selected ( #187 )
2025-03-13 18:27:56 +00:00
Anton Tranelis
d987ac816a
docs(docu): update README.md ( #181 )
...
* Update README.md
* Update README.md
fixed url
2025-03-06 11:02:55 +01:00
Max
a412895d5d
Simplify the ContextWrapper ( #182 )
...
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-03-05 23:42:02 +00:00
Anton Tranelis
9f631f156c
fix(source): fix avatar bug ( #173 )
...
* rollup - fail when typescript has warnings or errors
Currently this is detected when building the docu. Since the developer
rarely does that the problem is detected on github.
This change allows the developer to discover the error early by failing
the build.
* 3.0.75
* fix avatar disapeared when item is updated
* fixed linting
---------
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2025-03-05 21:31:57 +00:00
Anton Tranelis
31f0dd7a81
fix(source): fixed attestation layout ( #180 )
...
* fixed attestation layout
* fixed for attestations on other map instances
---------
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2025-03-05 21:26:16 +00:00
Max
77f596fd76
Remove unused file ( #183 )
2025-03-05 21:23:43 +00:00
Anton Tranelis
6a5bc0ade3
removed hardcoded asset api ( #179 )
2025-03-05 15:51:56 +01:00
0678506ed6
fix(workflow): unit tests workflow not running properly ( #178 )
...
* workflow: unit tests do not run properly
The pedicate-quantifier every seem not to mach properly
Problematic worklfow:
https://github.com/utopia-os/utopia-ui/actions/runs/13639312728/job/38125326624
The PR(https://github.com/utopia-os/utopia-ui/pull/172 ) did not execute,
but tsx files were changed.
* reduce coverage requirements
This was inherited frommaster
2025-03-05 00:54:15 +01:00
Anton Tranelis
54f464ef02
fix(source): removed tw-elements ( #175 )
...
* rollup - fail when typescript has warnings or errors
Currently this is detected when building the docu. Since the developer
rarely does that the problem is detected on github.
This change allows the developer to discover the error early by failing
the build.
* 3.0.75
* removed tw-elements
* removed tw-elements package
* found userType artefacts and removed it
* fixed linting
* 3.0.76
* adjust sidebar size and transition
---------
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2025-03-04 23:35:10 +01:00