Commit graph

593 commits

Author SHA1 Message Date
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
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
b546423977 fix(webui): selection in EntryList
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-23 17:59:28 +01:00
b4bc684ed3 style(webui): hide type keys
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-22 09:25:36 +01:00
631bbc1772 refactor(webui): use constants 2024-01-22 09:24:39 +01:00
b423fdcb22 style(webui): monospace & diminished key display 2024-01-21 17:58:46 +01:00
b48655f169 feat(webui): add section links from Home
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-21 15:55:39 +01:00
33b52a3452 fix(webui): sort & optimize Keyed section
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-01-21 15:51:42 +01:00
0dfa131fea feat(webui): add Keyed display to Home
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-21 15:27:38 +01:00
7191a20176 style(webui): key display in non-banners also 2024-01-21 15:14:51 +01:00
c3ac5adaf0 style(webui): # -> ⌘
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-21 14:09:38 +01:00
a1765d480a feat(webui): vault name in title on home
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-01-20 12:41:15 +01:00
3b303e4872 feat(webui): display KEYs in UpObject banner
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-01-20 12:39:17 +01:00
65eb252619 chore: fix types
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-18 00:38:09 +01:00
bfce05600b feat(webui): allow search / selection of entries via their attributes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-01-17 23:06:00 +01:00
8a32b583d1 perf(webui): early set for static Selector options 2024-01-17 20:37:46 +01:00
7a59f81fb4 perf: cancel unfinished updates in Selector
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-14 22:11:06 +01:00
83102c5d4f feat: add spinner to Selector 2024-01-14 22:10:39 +01:00
ac7bcb29b6 style: show multiple roots as banners instead of full cards
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-14 19:15:34 +01:00
c0a705bb33 style(webui): 2 columns at home
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-11 22:27:30 +01:00
8181af3e01 style(webui): column/inspect sizing, avoid scrollbar overlap
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-07 20:21:49 +01:00
6993709c56 fix(webui): Editable overflow
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-01-07 20:10:01 +01:00
0fa5b67643 fix(webui): attribute columns being squashed to unreadability 2024-01-07 20:08:33 +01:00
7bed050cd0 fix(webui): url type display in UpObject
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-12-29 11:18:41 +01:00
0690aef307 fix: selectors keep focus while adding entries
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
proper fix requires keeping `hover` over the whole row
2023-12-28 21:17:48 +01:00
5c47e087e6 fix: prevent crashes while formatting unexpected value types 2023-12-28 21:17:48 +01:00
e2dcb07ec9 refactor: remove unnecessary scoped leftovers from Vue 2023-12-28 21:17:48 +01:00
90d10858fa refactor: dbg calls in Selector.svelte identify element 2023-12-28 21:17:48 +01:00
cce9906bc8 refactor: chores in Selector.svelte 2023-12-28 21:17:48 +01:00
b99f9bc15c feat(webui): stable type sort in Inspect: by amount of attributes, address
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-29 22:08:11 +01:00
06f7d1a4a6 style(webui): fix partially hidden Home footer; spacing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-29 14:59:44 +01:00
db85fc11a6 perf(webui): use addressToComponents to get attribute addresses without querying backend
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-29 14:10:44 +01:00
b5c3e1758b perf(webui): only check for file existence for UpObjct banners 2023-11-29 14:00:12 +01:00
e9caac0bea fix(webui): fix duplicate Selector options (?)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-26 22:54:55 +01:00
1890b29624 style(webui): reorder options in selector 2023-11-26 22:52:57 +01:00
2c75a76446 refactor(webui): ...
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-23 22:21:17 +01:00