171 Commits

Author SHA1 Message Date
30fb36ee37
workflow: lint
delete comments
2025-03-16 02:10:03 +01:00
c8b994796b
fix everything
- fix all autofixable problems
- fix all other errors by a file-wide ignore
2025-03-16 02:05:18 +01:00
9d5ebf7e08
eslint
sync eslint configuration with `utopia-ui`
2025-03-16 01:37:21 +01:00
Anton Tranelis
ce9ca46757
Merge pull request #25 from utopia-os/fix-vulnerabilities
fix(frontend): fix vulnerabilities
2025-03-14 19:05:47 +00:00
ab3c471b6d fix vulnerabilities 2025-03-14 13:42:41 +00:00
a0c20cd69c Merge branch 'main' of github.com:utopia-os/utopia-flex-map 2025-03-14 13:41:03 +00:00
6edf0fb7d3
Merge pull request #23 from utopia-os/backend-data-empty
feat(backend): backend data empty
2025-03-14 14:06:45 +01:00
669a73b55a
Merge branch 'main' into backend-data-empty 2025-03-14 13:57:47 +01:00
fecb275f16
Merge pull request #22 from utopia-os/docker-compose-backend
feat(docker): docker compose backend
2025-03-14 13:57:21 +01:00
2a3f14ef4e
Merge branch 'main' into docker-compose-backend 2025-03-14 13:50:09 +01:00
ad893ae71c
Merge pull request #21 from utopia-os/docker-compose-frontend
feat(docker): docker compose frontend
2025-03-14 13:49:54 +01:00
709f3bb2b1 Merge branch 'main' of github.com:utopia-os/utopia-flex-map 2025-03-13 08:00:44 +00:00
aec914c0bc
Merge branch 'main' into backend-data-empty 2025-03-12 15:46:31 +01:00
Anton Tranelis
4900d8ae6a
Merge pull request #24 from utopia-os/workflow-lint-pr-scope-frotnend-backend
refactor(workflow): workflow lint pr - new scope frontend and backend
2025-03-12 14:44:07 +00:00
2a3e785e18
workflow: lint pr - new scope frontend and backend 2025-03-10 16:48:56 +01:00
245d41816e
empty directus data dump
empty directus data dump + README.md explaining how to do so

also document how to push data
2025-03-10 16:45:21 +01:00
9944964e2e
docker-compose backend + dockerfile including sync extension
Includes a directus backend in the docker-compose file and the extension
`directus-sync` to allow the persisting of the directus configuration.
2025-03-10 16:37:09 +01:00
b39999fd65
clean docker-compose file 2025-03-10 16:08:25 +01:00
d37ec273ac
use cupcakearmy/static instead of flashspys/nginx-static
cupcakearmy's nginx has more configuraion options (you can override the
nginx config for example)
2025-03-10 16:08:03 +01:00
0f64f3200c
docker-compose for the frontend
Serve static files via nginx from dist folder in docker-compose
2025-03-10 16:02:43 +01:00
60984241fa changed port back to 5174 2025-03-05 07:42:12 +00:00
b98daf618b updated utopia-ui to 3.0.74 2025-02-28 20:00:35 +00:00
f506509531 updated to utopia-ui 3.0.66 2025-02-27 08:26:54 +00:00
3aec205daa updated to utopia-ui 3.0.65 2025-02-27 08:07:32 +00:00
2d79bb464c updated to utopia-ui@3.0.64 2025-02-20 09:07:23 +00:00
antontranelis
1de3469bed
Merge pull request #19 from utopia-os/fix-type-imports
fix(other): fix type imports
2025-02-11 15:27:17 +00:00
44c7f4d120 fix type imports 2025-02-11 15:25:57 +00:00
antontranelis
7fb2fbc54c
Merge pull request #18 from utopia-os/fix-type-imports
fix(other): remove custom item property names per layer
2025-02-11 15:25:20 +00:00
Maximilian Harz
26f2547c61 Remove custom item property names per layer 2025-02-06 12:27:05 +01:00
726542e70e updated utopia-ui to 3.0.36 2025-02-02 22:02:32 +00:00
378cc760bd Merge branch 'main' of github.com:utopia-os/utopia-flex-map 2025-01-29 12:09:00 +00:00
86891765c5 loading animation 2025-01-29 12:08:09 +00:00
antontranelis
fbbf035567
Update README.md 2024-11-26 09:03:30 +01:00
antontranelis
7976f25c90
Update README.md 2024-11-26 08:29:00 +01:00
antontranelis
9d9db90600
Update README.md 2024-11-24 21:31:36 +01:00
antontranelis
cb8af4c2b5
Update README.md 2024-11-24 21:31:04 +01:00
fc4fbfa191 removed utopia-ui 2024-11-24 10:18:47 +01:00
antontranelis
90004de1d6
Update README.md 2024-11-23 07:01:37 +01:00
antontranelis
84997e2e94
Update README.md 2024-11-23 07:01:02 +01:00
antontranelis
4a0f0a4271
Update README.md 2024-11-23 06:51:52 +01:00
antontranelis
0db4076748
Update README.md 2024-11-23 06:50:28 +01:00
antontranelis
0b2d990c34
Merge pull request #6 from utopia-os/fix-wrongful-includes
fix(other): wrongful relative includes in tsconfig.json
2024-11-21 09:21:36 +01:00
545308e6a1
fix wrongful relative includes in tsconfig.json
For some reason specific Components were included in the tsconfig.json
with a relative path. This should have caused problems for anyone who
has not checked out `utopia-ui` in the coresponding location.
This was discovered due to the fact that we cannot include components
directly anymore since the include paths have project specific path
aliases
2024-11-20 12:49:35 +01:00
antontranelis
67ef62645f
Update README.md 2024-11-18 07:01:31 +01:00
antontranelis
61edadd984
Update README.md 2024-11-18 06:52:45 +01:00
antontranelis
b16f57324a
Update README.md 2024-11-15 11:19:56 +01:00
cfa099eda7 Merge branch 'main' of github.com:utopia-os/utopia-flex-map 2024-11-08 22:09:43 +01:00
f8c494548e updated to utopia-ui@3.0.19 2024-11-08 22:08:27 +01:00
antontranelis
df29558fc0
Merge pull request #3 from utopia-os/fix-node23
fix(other): node23 import
2024-11-01 20:56:45 +01:00
400f65ad91 Merge branch 'fix-node23' of github.com:utopia-os/utopia-flex-map 2024-11-01 20:55:29 +01:00