Commit graph

1498 commits

Author SHA1 Message Date
c4b09ea234 fix: don't duplicate columns unless shift is pressed 2023-09-06 21:35:53 +02:00
646f77b712 wip: also pass group to all widgets, basic unused attr display 2023-09-06 21:35:53 +02:00
1c858f8c44 wip: editable state semi-purged 2023-09-06 21:35:26 +02:00
2a23bb545f fix: 3d model preview overflow
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-05 22:03:24 +02:00
520dec104d style, fix: pad app to prevent footer overlap
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-02 17:34:53 +02:00
b1eba7369f fix: webui, detail doesn't take up the whole screen
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-01 19:54:08 +02:00
f6845a5a3a fix: add url attributes to url type address
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-31 19:03:56 +02:00
70d4be1be3 fix: webui layout & sizing fixes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-31 12:53:58 +02:00
b76af4ea89 ci, perf: ssh init before copy in deploy 2023-08-31 12:53:39 +02:00
6fb0d5f1b6 refactor: generic magic for addressable/asmultihash
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline failed
2023-08-29 13:11:48 +02:00
62c3478741 ci: add an audit target
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-28 18:30:24 +02:00
ed39346bca chore: update cargo & webui deps 2023-08-28 18:26:11 +02:00
36553c5f61 fix: make componentsToAddress usable from JS
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-28 18:12:26 +02:00
38faae33bf ci, chore: remove broken sources from taskfile
should fix but we're using this only for dev anyway, so whatever
2023-08-28 18:12:04 +02:00
214e72bc1b fix: wasm lint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-27 21:48:17 +02:00
7f1e726d23 feat, wip: show all types in Inspect, even without set attributes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-27 20:53:11 +02:00
f244662c3b ci: only publish dockers from main
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-27 16:38:15 +02:00
e1799f5cfb fix: entrylist scroll hijack
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-27 12:20:56 +02:00
462aa6e665 fix: don't show type editor for nontypes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-27 11:51:50 +02:00
b3d6866c7c fix: duplicate wasm initialization 2023-08-27 11:48:44 +02:00
bba4dc3041 chore, ci: remove unnecessary pnpm adds, install with frozen lockfile in earthfile 2023-08-27 11:46:05 +02:00
723568e0ae dev, fix: stale upend_js deps 2023-08-27 11:43:51 +02:00
0598077fbf fix: footer only showable when jobs present
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-27 10:06:51 +02:00
4b798163f9 style, fix: footer with notifications, styling improvements
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-27 10:01:50 +02:00
e2db937b65 fix: don't hide jobs 2023-08-27 09:58:39 +02:00
467fe1966f refactor: add global mock/debug switches 2023-08-27 09:23:49 +02:00
8e7263c2b8 ci, perf: improve docker caching
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-26 20:01:23 +02:00
ac75425826 fix: never cache index.html, prevent stale assets 2023-08-26 19:55:18 +02:00
e6b3916180 fix, style: static footer size
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-26 15:12:22 +02:00
ef7be5c314 feat: add group count
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-26 10:42:31 +02:00
42d5e085a2 feat: add basic group section to home 2023-08-26 10:39:28 +02:00
f548a32b22 feat: allow specifying vault name as env
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-26 09:48:15 +02:00
92df0d94fd fix: audiopreview overflow 2023-08-26 09:28:56 +02:00
c5fff84725 ci, perf: improve upend-bin caching
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-25 23:47:51 +02:00
caedb78cea chore, webui: take care of (some) lints
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-25 23:35:29 +02:00
e7c21c8dbd fix, refactor: AudioPreview component, fix duration overflow 2023-08-25 23:22:33 +02:00
616245aa18 chore: remove prod tasks from Taskfile 2023-08-25 20:45:03 +02:00
0c51a0fcb6 ci, perf: slightly leaner docker image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
also add ca-certificates to minimal image, for external fetching?
2023-08-25 11:04:12 +02:00
1bdc9dc445 fix: upgrade vite, get rid of vite build voodoo
with pnpm & vite on the previous versions, random `if`s were *failing*. `if (something)` didn't run or get compiled, `if (Boolean(something))` did, and other shenanigans
2023-08-25 11:03:42 +02:00
3ad33cf081 fix: docker-minimal missing libssl3 2023-08-24 19:55:46 +02:00
d5f2d3c701 fix: appimage webui path 2023-08-24 19:55:35 +02:00
3f9ce3991c fix: (loading) image overflow
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-24 08:28:30 +02:00
fc83218515 chore: reformat? 2023-08-24 08:27:32 +02:00
9b5be08935 refactor: add DEBUG:IMAGEHALT localstorage variable that halts concurrent image loading 2023-08-24 08:27:10 +02:00
6844cfe319 chore: pnpm lock update 2023-08-24 08:26:11 +02:00
d958b6716f ci, fix: docker tag arg
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-24 08:10:04 +02:00
1e6183134c ci: also build a minimal docker image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-23 22:07:29 +02:00
70828a8d70 fix, ci: allow all origins in docker by default 2023-08-23 22:00:34 +02:00
67ed7ad701 chore: dev:frontend relies on build:jslib 2023-08-23 21:53:40 +02:00
ec75baaedf fix, ci: frontend linting
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-23 20:08:23 +02:00