Commit graph

700 commits

Author SHA1 Message Date
ff44061a21 refactor: fix scss lint
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-02-18 14:11:08 +01:00
794b130645 feat(webui): display COVER image as the column background
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-02-17 23:02:38 +01:00
2faa113691 feat(webui): labels can be edited via column header (banner)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fixes #55
known issue: replaces all labels with one
2024-02-17 17:32:48 +01:00
dd9ff79e20 fixup! fix(webui): editable respects initial value 2024-02-17 17:32:48 +01:00
050e3f81d7 refactor(webui): add types to some components' event dispatchers 2024-02-17 17:32:48 +01:00
afe0b858b6 style(webui): Selector options have unified font size/weight, shadow 2024-02-17 17:32:48 +01:00
656dc23bfb fix(webui): IconButton passes down plain attribute
also has valid markup
2024-02-17 17:32:48 +01:00
1dd4f059d3 fix(webui): editable respects initial value 2024-02-17 17:32:48 +01:00
473cb2ffa0 dev: move tools/upend_js,py to sdks 2024-02-17 14:09:30 +01:00
c5c157a856 fix(webui): fix cursor position on empty note
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-06 22:50:33 +01:00
3344e69544 feat(webui): notes can now contain newlines 2024-02-06 22:49:32 +01:00
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
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
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
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
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
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
c0daf59d46 build(webui): finish webui SPA build config 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
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
6169dd25a3 refactor(webui): i18n in UpObject 2023-11-23 22:20:27 +01:00
0f17538307 feat(cli,webui): check file presence via HEAD, disable download button if necessary 2023-11-23 22:17:37 +01:00
03e3aafd70 feat(webui): proper autofit of SurfaceColumn
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-21 19:56:30 +01:00
8c4ca4ef16 refactor(webui): get rid of any in Surface 2023-11-21 07:51:56 +01:00
4dc5f49245 style(webui): embolden 0 axes in Surface, text shadow 2023-11-21 07:51:02 +01:00
8793691cbb fix(webui): surface centering on resize
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-20 21:44:21 +01:00
a5b4d13bb1 refactor(webui): button labels on columns are i18n'd
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-20 20:52:12 +01:00
0df4c78036 feat(webui): press shift and click close to reload a column 2023-11-20 20:50:48 +01:00
4a8d9b4ece fix(webui): position of selector on surface
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-20 20:44:57 +01:00
69e72a6440 fix(webui): multiple Surface columns
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-18 19:37:39 +01:00
c4f86824c9 feat(webui): SurfaceColumn automatically finds PERPENDICULAR attributes, if set
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-18 14:16:32 +01:00
22747e2577 fix(webui): "initial" Selector values are no longer uneditable 2023-11-18 14:16:32 +01:00
be45fcdac5 feat(webui): SurfaceColumn's axes are fully reflected in URL 2023-11-18 14:16:32 +01:00
9fa7ee9f68 fix(webui): error in SurfaceColumn due to missing y
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-18 10:41:01 +01:00
f5c1ee4169 fix(webui): SurfaceColumn with new Selectors
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-17 22:46:14 +01:00
2d8c9623fa feat(webui): "Last searched" options in header 2023-11-17 22:40:44 +01:00
8f00f73b69 fix(webui): error on search confirm 2023-11-17 22:40:24 +01:00
f88ecb7c9f refactor(webui): Selector refactor, non-destructive search
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-17 19:43:43 +01:00
91d8688bc9 chore(webui): update entity addresses for storybook 2023-11-17 17:55:57 +01:00
28861370a7 feat(cli): add --rescan_mode CLI option, fix storybook cmd 2023-11-17 17:21:26 +01:00
b050eaf893 chore(webui): update storybook 2023-11-17 17:01:49 +01:00
d59949868d fix(webui): surface starts at center
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-16 11:08:56 +01:00
2be171c98a fix(webui): surface: point position matches axes 2023-11-16 10:43:20 +01:00
317bd98264 fix(webui): z-index on surface 2023-11-16 10:42:14 +01:00
5b1828021c fix(webui): remove surface story, fix lint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-15 21:48:57 +01:00
b9144ead92 fix(webui): lint
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-15 21:40:21 +01:00
27aeca9f4f feat(webui): Surface view as Column in Browse
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-15 17:40:38 +01:00
044e19e9a7 fix(webui): Overflow of "Used" section in Attribute Inspect 2023-11-13 19:49:58 +01:00