Commit graph

1752 commits

Author SHA1 Message Date
33768e2695 feat(webui): add status indicator for notes editor
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-06 22:34:55 +01:00
9d6ebfc31c fix(webui): Notes aren't duplicated (manifested as unreliable saving)
also rework semantics of `WidgetChange`
2024-02-06 22:33:53 +01:00
f1b608f824 fix(webui): upload dialog's position is fixed on screen
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-06 13:05:54 +01:00
ea9aa96674 Update CHANGELOG
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-06 10:00:23 +01:00
ce4e045e07 dev: git ignore uploaded files in example_vault
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-06 09:46:25 +01:00
c246b267d1 feat(webui): start upload on Enter press 2024-02-06 09:46:25 +01:00
53135d4a9e style(webui): upload progress bar spacing, hide add button 2024-02-06 09:46:25 +01:00
3196294033 feat(webui): select all uploaded files when done 2024-02-06 09:46:25 +01:00
1d1476c7b8 dev: intellij dev config builds jslib before webui launch 2024-02-06 09:46:25 +01:00
9f2f7c0218 fix(jslib): fix types for putBlob(), returns a single address 2024-02-06 09:46:25 +01:00
787aa00f94 feat(webui): files can be added or removed from the upload dialog
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-05 22:23:28 +01:00
de3ef7de0f dev(webui): force rebundling of dependencies for dev script
no need to delete node_modules anymore!
2024-02-05 22:23:28 +01:00
ec81f8147b feat(webui,jslib): upload progress 2024-02-05 22:23:28 +01:00
59c2d9c078 ci: remove parallelization 2024-02-05 22:23:28 +01:00
f18217a3e5 ci: update Earthly image version 2024-02-05 22:23:28 +01:00
ba221c2662 ci: get rid of AppImage upload to S3 2024-02-05 22:23:28 +01:00
c16ff963c8 build: fix upend-bin target
can't save artifacts from CACHEd locations, I guess
2024-02-05 22:23:28 +01:00
303ac3ec07 ...
ci: remove duplicate cargo build command
2024-02-05 22:22:53 +01:00
3dcfe48803 ci: cache all rust earthly targets 2024-02-05 22:22:53 +01:00
e6862351f9 build: further refactor Earthfile & build process
separate strict/release & nightly builds, avoid LOCAL by default
2024-02-05 22:22:53 +01:00
2da5a28a42 build(webext): update shared paths with webui, fix build 2024-02-05 22:22:43 +01:00
316f236d3a ci: --force pnpm install, DRY Earthfile slightly
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-02-03 15:07:21 +01:00
1660585df3 ci: enable CACHE
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-02-03 00:33:51 +01:00
009007fc8b Update CHANGELOG
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline failed
2024-02-02 16:11:23 +01:00
298d92c9a5 refactor(webui): fix typo, rename ProgessBar -> ProgressBar 2024-02-02 16:11:00 +01:00
f14c035051 fix(webui): fix upload, re-add forgotten components (Footer, AddModal, DropPasteHandler) 2024-02-02 16:10:39 +01:00
d047eaf7ac ci: update Earthly image version
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-01-30 23:00:43 +01:00
f1184ad2b3 style(webui): fix uneven heights of roots
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-30 11:07:08 +01:00
b275d04c23 Update CHANGELOG.md
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2024-01-28 19:32:26 +01:00
0811d9ccd8 feat(webui): required & optional attributes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
TODO: honor distinction in EntryLists as well
2024-01-28 19:27:01 +01:00
75faa28ff3 chore(webui): put /dist into .eslintignore
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-01-28 17:01:46 +01:00
b8a78e2c3a refactor(webui): misc fixes in ImageViewer 2024-01-28 17:01:33 +01:00
6467d6c3b7 fix(jslib): correct types for UpObject.attr() 2024-01-28 16:58:51 +01:00
de9f808b7a fix(webui): ordering of attributes in Selector 2024-01-28 15:24:37 +01:00
b78d1be240 build: optimize Earthly target dependencies
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-01-28 14:35:44 +01:00
852d64b38d fix(cli): serving web ui in Docker/AppImage 2024-01-28 14:35:17 +01:00
faa75278a1 style(webui): blob preview labels
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-01-27 19:02:54 +01:00
7533697907 fix(webui): selector race conditions / wonkiness 2024-01-27 19:02:54 +01:00
2958d44cc0 feat(jslib): add timeouts / aborts to all api calls
fix #101
2024-01-27 19:02:54 +01:00
309a968550 fix(cli): serve new SPA version 2024-01-27 19:02:54 +01:00
c0daf59d46 build(webui): finish webui SPA build config 2024-01-27 19:02:53 +01:00
f1b3f84ee3 dev: make dev intellij config not run --release version 2024-01-27 19:02:53 +01:00
3ed765e90e dev(webui): fix HMR 2024-01-27 19:02:53 +01:00
8879aba3c2 refactor(webui): switch to SvelteKit | properly handle BrowseColumn error 2024-01-27 19:02:53 +01:00
18a84dee66 refactor(webui): switch to SvelteKit | fix nested blob preview 2024-01-27 19:02:53 +01:00
8f6395e097 refactor(webui): switch to SvelteKit | fix image annotation 2024-01-27 19:02:53 +01:00
8c1dc5388f refactor(webui): switch to SvelteKit | prettier everything 2024-01-27 19:02:48 +01:00
e52560ae07 refactor(webui): switch to SvelteKit | great lint fixing 2024-01-27 18:45:30 +01:00
0353e43dcf refactor(webui): switch to SvelteKit | touchdown 2024-01-27 18:45:30 +01:00
bbcaa58dd1 Update CHANGELOG
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-01-27 18:26:27 +01:00