max_richter max
max opened issue max/nodarium#26 2026-01-21 17:15:20 +01:00
feat: build nodes to replicate fern
max pushed to main at max/nodarium 2026-01-21 17:08:52 +01:00
43ef563ae7 feat: show all nodes in add menu
max pushed to main at max/nodarium 2026-01-21 16:36:26 +01:00
92308fc43a chore: run ui debug server from root
max pushed to main at max/nodarium 2026-01-21 16:35:45 +01:00
5adf67ed52 Merge branch 'main' of git.max-richter.dev:max/nodarium
f54cde734e fix: integer width
2a90d5de3f chore: dev scripts & linting
Compare 3 commits »
max pushed to main at max/nodarium 2026-01-21 16:35:05 +01:00
70d8095869 Merge pull request 'feat: project manager' (#21) from feat/project-manager into main
d7e9e8b8de chore: remove some old console.logs
bdbaab25a4 feat: initial working version of project manager
4c76c62a3e feat: add header element
Compare 4 commits »
max deleted branch feat/project-manager from max/nodarium 2026-01-21 16:35:05 +01:00
max merged pull request max/nodarium#21 2026-01-21 16:35:04 +01:00
feat: project manager
max closed issue max/nodarium#8 2026-01-21 16:35:04 +01:00
feat: Project Manager
max pushed to feat/project-manager at max/nodarium 2026-01-21 16:01:16 +01:00
d7e9e8b8de chore: remove some old console.logs
max pushed to main at max/nodarium 2026-01-21 15:46:46 +01:00
c7bfb0f05b fix(ui): integrate number input to exports, ui page, benchmark
max commented on issue max/nodarium#20 2026-01-21 15:08:08 +01:00
feat: rebuild runtime memory layout

My Idea is to split this up into several steps:

1. Rewrite Macros so the wasm functions accept variadic arguments.

I want the execute functions inside the rust code to look like:

max pushed to feat/project-manager at max/nodarium 2026-01-21 15:02:38 +01:00
bdbaab25a4 feat: initial working version of project manager
max opened issue max/nodarium#25 2026-01-21 13:11:57 +01:00
feat(theme): use tailwind where possible and replace bg-[var(--bg)] with actual tailwind classes
max commented on issue max/nodarium#8 2026-01-21 11:27:20 +01:00
feat: Project Manager

Okay, for the first implementation i will just add it as another panel to the sidebar.

max opened issue max/nodarium#24 2026-01-21 11:25:50 +01:00
feat: connect node directly to output
max pushed to main at max/nodarium 2026-01-21 11:24:58 +01:00
d3a46af4c2 chore: update pnpm corepack up
max opened issue max/nodarium#23 2026-01-21 11:22:15 +01:00
feat: show node execution time on node
max commented on issue max/nodarium#9 2026-01-21 11:20:59 +01:00
feat: better error handling

Screenshot from the old plant app:

image.png

max opened issue max/nodarium#22 2026-01-21 11:18:51 +01:00
feat: <shift-a> should show all available nodes
max created pull request max/nodarium#21 2026-01-21 11:10:29 +01:00
feat: add header element