Anton Tranelis
9e6bcf1846
fix(source): update tailwind and daisyui ( #196 )
...
* removed daisy from config
* removed tw-elements artefact
* removed comments from tailwind config
* removed safelist
* migrated to tailwind4 and daisyui5
* deleted tailwind.config.js which is not eeded anymore
* 3.0.79
* version number
* fixed broken layouts
* more fixing
* more layout fixing
* tested theming
* small fixes
* adapt snapshots to changes
* package.json: add unit test update script
* more ui refactoring & theme controller
* ui improvements
* package-lock.json
* fix linting
* fixed tabs
* fix linting
* fixed typing
---------
Co-authored-by: mahula <lenzmath@posteo.de>
2025-04-25 16:03: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
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
8f624b90fa
Make item optional
2025-02-17 18:07:01 +01:00
Maximilian Harz
10e81c38c2
Use item in TextView when given
2025-02-17 18:07:01 +01:00
Maximilian Harz
4316387ecb
Improve typing of items, remove getValue
2025-02-17 18:03:25 +01: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
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
b6adca6a1a
removed unused iport
2024-11-21 10:21:03 +01:00
fe33d56131
profile fix part 1
2024-11-21 10:20:03 +01:00
fefc015b70
lint fixes
2024-11-08 19:36:35 +01:00
5807869721
lint fixes
2024-11-03 00:36:02 +01:00
4cf0670941
missing change
2024-11-02 23:29:47 +01:00
2f77dde3da
remove used eslint disables
2024-11-02 23:18:29 +01:00
6ae276bedf
autofixes
2024-11-02 22:45:29 +01:00
3dc533676e
fixed linting
2024-11-02 21:21:24 +01:00
9546b2e9f4
autofixes
2024-10-29 17:42:04 +01:00
d832185ee3
lint fixes
2024-10-29 11:55:07 +01:00
7f02a56052
add underline to links
2024-10-17 11:01:14 +02:00
32b39a94f1
support for rumble embedded links
2024-10-13 23:02:43 +02:00
1f5cd0254a
rounded images
2024-07-21 22:51:53 +02:00
Sebastian Stein
c27888c3fd
- preparation for presentation
2024-06-28 14:37:48 +02:00
8bd1dc5144
layout fix
2024-06-17 12:59:05 +02:00
090155c612
small fixes
2024-05-02 14:40:19 +02:00
e9c65491c6
open inks in same tab
2024-03-27 13:37:58 +01:00
1e8e68302c
a lot of things
2024-03-21 12:24:29 +01:00
c15f7a897d
basic calendart ui and tabs in profile
2024-02-22 11:11:08 +01:00
1583e55e7e
refactored tags and offers & needs implemented
2024-02-15 17:28:00 +01:00
a0113d0fc5
MapOverlay Pages and Advanced Profiles
2024-02-05 10:06:38 +01:00
a5baa8f39d
implemented new tag schema
2024-02-01 11:57:11 +01:00
07492564d7
optimization for profile layers
2024-01-30 14:04:08 +01:00
fbe19d1994
more customizable item fields @ layer component and improved tag handling
2024-01-29 16:07:04 +01:00
56e849729d
youtube video support
2024-01-15 13:05:55 +01:00
40cec9c674
basic video support
2024-01-12 20:40:55 +01:00
25fcb4ef9c
basic markdown implementation in item text view
2024-01-09 13:46:43 +01:00
6597f0292a
added timestap and author to popup
2023-12-26 11:04:31 +01:00
60427cb3d7
fixing hash tag issue
2023-09-14 12:10:56 +02:00
58380f6b77
individual item URLS basics
2023-09-14 08:31:41 +02:00
bd0e3a94c2
removed logs
2023-09-01 01:11:52 +02:00
997efa8906
fixed api error and error handling
2023-08-31 22:08:37 +02:00
3a9c3de127
Filter Control and more styling
2023-08-31 16:27:31 +02:00
bbe755a034
ItemViewPopup TextView styling / url formatting
2023-08-30 01:09:46 +02:00
289ea16340
filter map on tag-click
2023-08-29 22:56:24 +02:00
a68d4951af
some Item Popup Components ready to use
2023-08-22 19:36:53 +02:00