Commit graph

62 commits

Author SHA1 Message Date
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
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
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
ec81f8147b feat(webui,jslib): upload progress 2024-02-05 22:23:28 +01:00
298d92c9a5 refactor(webui): fix typo, rename ProgessBar -> ProgressBar 2024-02-02 16:11:00 +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
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
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
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
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
120e5a46cc fix(webui): 🚑 fix upend wasm import
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-14 16:35:04 +02:00
6003eebbe8 refactor(jslib): ♻️ config obj instead of positional args in api
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-07 17:28:26 +02:00
91cfa6a2da feat: 📦 upend jslib + wasm can be used from node
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-07 13:00:34 +02:00
f79995b6f4 refactor: 🚚 rename jslib to use @upnd scope 2023-10-07 11:06:45 +02:00
1059bd0b65 refactor: unify debug logs in webui
add logging to Selector
2023-09-06 21:35:53 +02:00
467fe1966f refactor: add global mock/debug switches 2023-08-27 09:23:49 +02:00
7193f68385 chore: reformat webui w/ prettier 2023-08-01 22:02:52 +02:00
ee5d50ee48 wip: add types to kestrel
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-06-28 14:26:34 +02:00
e496710e20 wip: get rid of types, new EntryVIew 2023-06-19 11:52:23 +02:00
0caeb9c81d chore: add debug
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-05 12:56:33 +02:00
f9cfca8fcf chore: use api client from upend.js in webui 2023-05-22 21:00:48 +02:00
3956856c6f refactor: add api client to upend.js 2023-05-21 21:37:29 +02:00
d9753018d6 refactor: move entitylisting to upend.js, dry, formatting 2023-05-20 22:33:22 +02:00
9923716691 fix: put types 2023-04-25 19:57:23 +02:00
fe850cffd5 chore!: separate PUT /api/obj and PUT /api/blob endpoint 2023-04-24 20:03:29 +02:00
144a426c3a fix: inflight queryonce cache never revalidated 2023-01-24 19:18:11 +01:00
7579f83585 feat: add attribute view 2023-01-07 11:00:55 +01:00
5704be7975 fix: restore store stats functionality somewhat 2022-09-16 16:26:58 +02:00
136d38faac chore: extract all API URLs into a global variable 2022-09-08 19:32:36 +02:00
7bfb4f86ca chore: refactor widgets + gallery 2022-09-04 23:29:41 +02:00
48140c6daa build: switch from Rollup to Vite, upgrade Svelte 2022-08-01 21:08:34 +02:00
c153098a23 [ui] split frequent/recent visited display on Home 2022-03-25 13:42:15 +01:00
4271107cbb [ui] search results shown in AttributeView (enable gallery, etc.) 2022-03-21 00:04:48 +01:00
376d929232
return attribute labels in /all/attributes endpoint 2022-03-02 22:39:05 +01:00
583fea153c add store info display // all blob listing 2022-02-21 22:01:31 +01:00
e522e99209
[ui] refactor - centralize all fetch() calls in api.ts 2022-02-20 13:06:01 +01:00
1a38d4f66e [ui] fix /api root fetch (fixes image annotations) 2022-02-17 14:50:34 +01:00
c27c9dbb0a
[ui] fix overflow on Home 2022-02-15 23:15:26 +01:00