Commit Graph

331 Commits

Author SHA1 Message Date
max 1dae472253 ci: add a git.json metadata file during build
🚀 Lint & Test & Deploy / release (push) Failing after 3m14s
2026-02-06 11:48:12 +01:00
max 09fdfb88cd chore: update test screenshots
🚀 Lint & Test & Deploy / release (push) Successful in 4m35s
2026-02-06 00:53:58 +01:00
max 04b63cc7e2 feat: add changelog to sidebar
🚀 Lint & Test & Deploy / release (push) Failing after 4m36s
2026-02-06 00:45:33 +01:00
max cb6a35606d feat(ci): also cache cargo stuff
🚀 Lint & Test & Deploy / release (push) Successful in 4m15s
2026-02-04 21:13:10 +01:00
max 9c9f3ba3b7 fix(ci): use GITHUB_ instead of GITEA_ for env vars
🚀 Lint & Test & Deploy / release (push) Has been cancelled
2026-02-04 20:39:22 +01:00
max 08dda2b2cb chore: pnpm format
🚀 Lint & Test & Deploy / release (push) Failing after 4m46s
2026-02-04 20:30:59 +01:00
max 059129a738 fix(ci): deploy prs and main
🚀 Lint & Test & Deploy / release (push) Failing after 1m45s
2026-02-04 20:28:41 +01:00
max 437c9f4a25 feat(ci): add list of all commits to changelog entry 2026-02-04 20:14:38 +01:00
max 48bf447ce1 docs: straighten up changelog a bit 2026-02-04 20:08:29 +01:00
max 548fa4f0a1 fix(app): correctly initialize vec3 inputs in nestedsettings
Closes #32
2026-02-04 20:08:04 +01:00
release-bot 642cca30ad chore(release): v0.0.2 2026-02-04 18:37:09 +00:00
release-bot 419249aca3 chore(release): v0.0.2
🚀 Release / release (push) Failing after 4m24s
v0.0.2
2026-02-03 23:40:36 +00:00
max c69cb94ac7 fix(ci): actually deploy on tags
🚀 Release / release (push) Successful in 4m12s
2026-02-04 00:34:39 +01:00
release-bot 4b652d885f chore(release): v0.0.2 2026-02-03 22:05:51 +00:00
max 381f784775 fix(app): correctly handle false value in settings
🚀 Release / release (push) Successful in 4m30s
This caused a bug where random seed could not be false.
2026-02-03 22:46:43 +01:00
max 91866b4e9a feat/e2e-testing (#31)
🚀 Release / release (push) Successful in 4m7s
Reviewed-on: #31
Co-authored-by: Max Richter <max@max-richter.dev>
Co-committed-by: Max Richter <max@max-richter.dev>
2026-02-03 22:29:43 +01:00
max 01f1568221 fix(ci): auto format changelog.md after release
🚀 Release / release (push) Successful in 3m41s
2026-02-03 15:47:38 +01:00
max 3e8d2768b3 chore: format
🚀 Release / release (push) Failing after 1m42s
2026-02-03 15:43:47 +01:00
max 16a832779a chore(ci): make release script work with sh 2026-02-03 15:43:47 +01:00
max d582915842 chore(ci): add jq and git to ci docker image 2026-02-03 15:43:47 +01:00
release-bot caaecd7a02 chore(release): v0.0.1 2026-02-03 14:43:26 +00:00
max 93ca436412 fix(ci): make scripts executable
🚀 Release / release (push) Failing after 3m36s
2026-02-03 15:18:37 +01:00
max ecdb986a96 chore(ci): debug some information
🚀 Release / release (push) Failing after 3m28s
2026-02-03 15:12:47 +01:00
max 304abf2866 chore(ci): debug some information
🚀 Release / release (push) Has been cancelled
2026-02-03 15:09:57 +01:00
max a547d86946 chore(ci): debug some information
🚀 Release / release (push) Has been cancelled
2026-02-03 15:09:22 +01:00
max 667d140883 docs: add information on how to release to readme
🚀 Release / release (push) Successful in 3m37s
2026-02-03 14:59:12 +01:00
max 0ac65fd7a7 feat(ci): add release workflow
🚀 Release / release (push) Successful in 3m34s
2026-02-03 14:52:24 +01:00
Max Richter 5437e062e1 feat(ci): add release workflow 2026-02-03 14:49:14 +01:00
Max Richter 1015d17afb fix(ci): put pnpm store in home instead of workspace
🏗️ Build and Deploy / build_and_deploy (push) Successful in 3m45s
2026-02-03 13:15:31 +01:00
Max Richter fd8e5e92d2 chore: run formatting 2026-02-03 13:14:06 +01:00
max a2c2503a8e Merge pull request 'feat/ui-float' (#30) from feat/ui-float into main
🏗️ Build and Deploy / build_and_deploy (push) Failing after 1m40s
Reviewed-on: #30
2026-02-03 13:11:06 +01:00
Max Richter e18f75e1b8 refactor(ci): make it simpler 2026-02-03 13:10:08 +01:00
Max Richter 6a178dc3a7 fix(ci): correctly copy ui output to app 2026-02-03 13:07:05 +01:00
Max Richter 76cdfee018 feat(app): merge active node and graph settings panel 2026-02-03 13:04:50 +01:00
Max Richter b19da950a6 refactor: use tailwind custom colors for themes
Use tailwind v4 @theme block so we can use bg-layer-0 instead of
bg-[--layer-0] for theme colors.
2026-02-03 12:18:44 +01:00
Max Richter 89e4cf8364 chore: use vite for auto building @nodarium/ui instead of chokidar
We already use vite for building and during dev. Can use a custom vite
plugin to automatically package ui after every change, so no need for
chokidar.
2026-02-03 12:18:44 +01:00
Max Richter a28f15c256 chore(ci): simplify ci step
🏗️ Build and Deploy / setup (push) Successful in 1m5s
🏗️ Build and Deploy / lint (push) Successful in 1m22s
🏗️ Build and Deploy / build_and_deploy (push) Failing after 1m51s
2026-02-02 17:48:11 +01:00
Max Richter 57e3a707c5 chore(ci): simplify ci step
🏗️ Build and Deploy / setup (push) Successful in 1m12s
🏗️ Build and Deploy / build_and_deploy (push) Has been cancelled
🏗️ Build and Deploy / lint (push) Has been cancelled
2026-02-02 17:46:04 +01:00
Max Richter dced7db3ad chore(ci): simplify ci step
🏗️ Build and Deploy / build_and_deploy (push) Has been cancelled
2026-02-02 17:45:04 +01:00
Max Richter c2dc538c05 fix(ci): make deploy step work
🏗️ Build and Deploy / setup (push) Successful in 1m11s
🏗️ Build and Deploy / lint (push) Successful in 36s
🏗️ Build and Deploy / format (push) Successful in 40s
🏗️ Build and Deploy / typecheck (push) Successful in 37s
🏗️ Build and Deploy / build_and_deploy (push) Successful in 1m51s
2026-02-02 17:39:17 +01:00
Max Richter 9484b3599e chore: run formatting on all files
🏗️ Build and Deploy / setup (push) Successful in 1m10s
🏗️ Build and Deploy / lint (push) Successful in 34s
🏗️ Build and Deploy / format (push) Successful in 38s
🏗️ Build and Deploy / typecheck (push) Successful in 33s
🏗️ Build and Deploy / build_and_deploy (push) Failing after 1m53s
2026-02-02 17:33:01 +01:00
Max Richter 3c168aa9b6 chore: add check script to ui package 2026-02-02 17:31:20 +01:00
Max Richter 812099c55d chore: run formatting
🏗️ Build and Deploy / setup (push) Successful in 1m5s
🏗️ Build and Deploy / lint (push) Successful in 34s
🏗️ Build and Deploy / format (push) Successful in 40s
🏗️ Build and Deploy / typecheck (push) Failing after 12s
🏗️ Build and Deploy / build_and_deploy (push) Has been skipped
2026-02-02 17:07:43 +01:00
Max Richter 025921aeab feat(ci): run on every branch
🏗️ Build and Deploy / setup (push) Successful in 1m6s
🏗️ Build and Deploy / lint (push) Successful in 51s
🏗️ Build and Deploy / format (push) Failing after 40s
🏗️ Build and Deploy / typecheck (push) Failing after 14s
🏗️ Build and Deploy / build_and_deploy (push) Has been skipped
2026-02-02 16:56:04 +01:00
Max Richter abaf5245d3 feat(ci): run on every branch
🏗️ Build and Deploy / lint (push) Has been cancelled
🏗️ Build and Deploy / format (push) Has been cancelled
🏗️ Build and Deploy / typecheck (push) Has been cancelled
🏗️ Build and Deploy / build_and_deploy (push) Has been cancelled
🏗️ Build and Deploy / setup (push) Has been cancelled
2026-02-02 16:51:20 +01:00
Max Richter a53cee2d5c feat(ci): run on every branch
🏗️ Build and Deploy / setup (push) Failing after 1m12s
🏗️ Build and Deploy / format (push) Has been skipped
🏗️ Build and Deploy / typecheck (push) Has been skipped
🏗️ Build and Deploy / lint (push) Has been skipped
🏗️ Build and Deploy / build_and_deploy (push) Has been skipped
2026-02-02 16:46:00 +01:00
Max Richter 7d91e53704 feat(ci): run on every branch
🏗️ Build and Deploy / setup (push) Failing after 1m16s
🏗️ Build and Deploy / lint (push) Has been skipped
🏗️ Build and Deploy / format (push) Has been skipped
🏗️ Build and Deploy / typecheck (push) Has been skipped
🏗️ Build and Deploy / build_and_deploy (push) Has been skipped
2026-02-02 16:41:14 +01:00
Max Richter 18db3cb9f2 Merge branch 'chore/linting'
🏗️ Build and Deploy / setup (push) Successful in 1m47s
🏗️ Build and Deploy / lint (push) Failing after 2s
🏗️ Build and Deploy / format (push) Failing after 2s
🏗️ Build and Deploy / typecheck (push) Failing after 1s
🏗️ Build and Deploy / build_and_deploy (push) Has been skipped
2026-02-02 16:32:36 +01:00
Max Richter b6d3269478 feat(ci): run on every branch 2026-02-02 16:32:01 +01:00
max 7d18c10007 Merge pull request 'chore: setup linting' (#29) from chore/linting into main
Reviewed-on: #29
2026-02-02 16:28:42 +01:00