release-bot
|
b0af83004e
|
chore(release): v0.0.4
|
2026-02-10 14:03:49 +00:00 |
|
release-bot
|
02eee5f9bf
|
fix: disable macro logs in wasm
🚀 Lint & Test & Deploy / release (pull_request) Successful in 3m47s
|
2026-02-09 22:21:28 +01:00 |
|
release-bot
|
f36f0cb230
|
feat(ui): show circles only when hovering InputShape
|
2026-02-09 22:15:39 +01:00 |
|
|
|
8865b9b032
|
feat(node): initial leaf / shape nodes
🚀 Lint & Test & Deploy / release (pull_request) Successful in 4m1s
|
2026-02-09 18:32:52 +01:00 |
|
|
|
cefda41fcf
|
feat(theme): optimize node readability
|
2026-02-09 16:18:19 +01:00 |
|
|
|
21d0f0da5a
|
feat: add high-contrast-light theme
|
2026-02-09 16:04:17 +01:00 |
|
|
|
d9c9bb5234
|
fix(theme): allow raw html in head style
|
2026-02-09 15:49:50 +01:00 |
|
|
|
18802fdc10
|
fix(ui): add missing types
🚀 Lint & Test & Deploy / release (pull_request) Failing after 2m45s
|
2026-02-09 15:37:37 +01:00 |
|
|
|
33f10da396
|
feat(ui): make details stand out
🚀 Lint & Test & Deploy / release (pull_request) Failing after 2m6s
|
2026-02-09 15:26:48 +01:00 |
|
|
|
af5b3b23ba
|
fix: make sure that CHANGELOG.md is in correct place
|
2026-02-09 15:26:40 +01:00 |
|
|
|
64d75b9686
|
feat(ui): add InputColor and custom theme
|
2026-02-09 15:26:18 +01:00 |
|
release-bot
|
20d8e2abed
|
feat(theme): improve light theme a bit
|
2026-02-09 01:57:32 +01:00 |
|
release-bot
|
715e1d095b
|
feat(theme): merge edge and connection color
🚀 Lint & Test & Deploy / release (pull_request) Successful in 3m35s
|
2026-02-09 01:35:41 +01:00 |
|
release-bot
|
07e2826f16
|
feat(ui): improve colors of input shape
|
2026-02-09 00:52:35 +01:00 |
|
release-bot
|
e0ad97b003
|
feat(ui): highlight circle on hover on InputShape
🚀 Lint & Test & Deploy / release (pull_request) Successful in 3m53s
|
2026-02-09 00:21:58 +01:00 |
|
release-bot
|
d661a4e4a9
|
feat(ui): improve InputShape ux
🚀 Lint & Test & Deploy / release (pull_request) Successful in 4m17s
Allow interactions in mirrored side aswell. Use rightclick to delete
circles.
|
2026-02-08 23:59:39 +01:00 |
|
release-bot
|
c7f808ce2d
|
wip
|
2026-02-08 22:56:41 +01:00 |
|
release-bot
|
72d6cd6ea2
|
feat(ui): add initial InputShape element
|
2026-02-08 21:59:43 +01:00 |
|
release-bot
|
615f2d3c48
|
feat(ui): allow custom snippets in ui section header
|
2026-02-08 21:59:00 +01:00 |
|
release-bot
|
e44b73bebf
|
feat: optimize changelog display
🚀 Lint & Test & Deploy / release (push) Successful in 4m5s
- Hide releases under a Detail
- Hide all commits under a Detail
|
2026-02-08 19:04:56 +01:00 |
|
release-bot
|
43a3c54838
|
chore(release): v0.0.3
|
2026-02-07 15:14:21 +00:00 |
|
|
|
de1f9d6ab6
|
feat(ui): change inputnumber to snap to values when alt is pressed
🚀 Lint & Test & Deploy / release (push) Has been cancelled
|
2026-02-06 15:44:24 +01:00 |
|
|
|
6acce72fb8
|
fix(ui): correctly initialize InputNumber
When the value is outside min/max the value should not be clamped.
|
2026-02-06 15:25:18 +01:00 |
|
|
|
cf8943b205
|
chore: pnpm update
|
2026-02-06 15:18:32 +01:00 |
|
release-bot
|
4b652d885f
|
chore(release): v0.0.2
|
2026-02-03 22:05:51 +00:00 |
|
|
|
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 |
|
release-bot
|
caaecd7a02
|
chore(release): v0.0.1
|
2026-02-03 14:43:26 +00:00 |
|
Max Richter
|
fd8e5e92d2
|
chore: run formatting
|
2026-02-03 13:14:06 +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
|
3c168aa9b6
|
chore: add check script to ui package
|
2026-02-02 17:31:20 +01:00 |
|
Max Richter
|
30e897468a
|
chore: setup linting
|
2026-02-02 16:22:14 +01:00 |
|
Felix Hungenberg
|
5570d975f5
|
feat: unmigrate number into universal float, inherit step if unset
Deploy to GitHub Pages / build_site (push) Successful in 2m1s
|
2026-01-22 23:57:56 +01:00 |
|
Felix Hungenberg
|
a58b19e935
|
Merge branch 'main' of github.com:jim-fx/nodarium
Deploy to GitHub Pages / build_site (push) Successful in 1m57s
|
2026-01-22 14:06:44 +01:00 |
|
|
|
7f2214f15c
|
fix(utils): make sure we do not build a .wasm file for utils
Deploy to GitHub Pages / build_site (push) Successful in 1m54s
|
2026-01-21 17:24:54 +01:00 |
|
|
|
43ef563ae7
|
feat: show all nodes in add menu
Deploy to GitHub Pages / build_site (push) Successful in 1m57s
|
2026-01-21 17:08:47 +01:00 |
|
Felix Hungenberg
|
714d01da94
|
chore: move pnpm links to workspace (auto link)
|
2026-01-21 16:39:54 +01:00 |
|
Felix Hungenberg
|
5adf67ed52
|
Merge branch 'main' of git.max-richter.dev:max/nodarium
Deploy to GitHub Pages / build_site (push) Has been cancelled
|
2026-01-21 16:35:34 +01:00 |
|
Felix Hungenberg
|
f54cde734e
|
fix: integer width
|
2026-01-21 16:35:13 +01:00 |
|
|
|
70d8095869
|
Merge pull request 'feat: project manager' (#21) from feat/project-manager into main
Deploy to GitHub Pages / build_site (push) Has been cancelled
Reviewed-on: #21
|
2026-01-21 16:35:03 +01:00 |
|
Felix Hungenberg
|
2a90d5de3f
|
chore: dev scripts & linting
|
2026-01-21 16:31:26 +01:00 |
|
|
|
d7e9e8b8de
|
chore: remove some old console.logs
|
2026-01-21 16:01:11 +01:00 |
|
|
|
bdbaab25a4
|
feat: initial working version of project manager
|
2026-01-21 15:02:34 +01:00 |
|
Felix Hungenberg
|
c7bfb0f05b
|
fix(ui): integrate number input to exports, ui page, benchmark
Deploy to GitHub Pages / build_site (push) Successful in 1m46s
|
2026-01-21 11:55:10 +01:00 |
|
|
|
64ac28f60c
|
chore: cleanup node buildscripts
|
2026-01-20 18:26:48 +01:00 |
|
|
|
bd0c2eaacd
|
Merge remote-tracking branch 'origin/main' into feat/remove-wasm-bindgen
|
2026-01-20 18:04:56 +01:00 |
|
|
|
63997ec262
|
Merge branch 'main' into feat/drop-node-on-connection
|
2026-01-20 17:46:55 +01:00 |
|
|
|
a3d10d6094
|
feat: drop node on edge
Closes #13
|
2026-01-20 17:46:09 +01:00 |
|
Felix Hungenberg
|
6b6038e546
|
feat: use new number input
Deploy to GitHub Pages / build_site (push) Successful in 2m2s
fix missing id in html
|
2026-01-20 16:49:56 +01:00 |
|
Felix Hungenberg
|
0cfd1e5c96
|
feat(ui): add id prop for inputs
Deploy to GitHub Pages / build_site (push) Failing after 5s
|
2026-01-19 16:43:41 +01:00 |
|