Commit graph

539 commits

Author SHA1 Message Date
58b90e1650 feat(webui): show current vault mode in setup
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-08 22:14:52 +01:00
ba8d272bc2 refactor(db): refactor rescan process
new blobs are only placed if they aren't in any groups
get rid of add_file for store()
remove depthfirst
2023-11-05 16:38:06 +01:00
862ed1c08a refactor: tree mode -> (new) blob mode 2023-11-05 16:37:18 +01:00
659ed571b6 feat(db): add an "INCOMING" rescan mode 2023-11-05 16:37:18 +01:00
bf823bc1c8 Merge branch 'feat/vault-scan-modes' 2023-11-03 20:57:05 +01:00
65936efe38 feat(db): add new vault scan modes (flat, depthfirst)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-03 20:51:48 +01:00
0dc1a6aa45 fix(webui): various app sizing fixes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-02 17:43:35 +01:00
851b21ce81 feat(webui): turn groups view into a column, allow selection
also add `forceDetail` to BrowseColumn
2023-11-02 17:43:35 +01:00
52098758a1 refactor(webui): upobject label into own component
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-02 11:29:09 +01:00
8f1c713ef8 feat(webui): quick & dirty reverse path resolution for duplicate group distinction
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-31 20:12:06 +01:00
0b211c237d feat(webui): add group view, duplicate group view
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-31 19:22:24 +01:00
4dbf8b745b fix(webui): allow selection with cmd for macos
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-27 11:44:09 +02:00
b2a25520e4 fix(webui): "Groups" label in Inspect column
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-23 20:45:46 +02:00
b47b87629e fix(webui): "Required" without "Included" also now works in Combine
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-23 15:37:36 +02:00
eef2d3f5a4 refactor(webui): use EntitySetEditor in Inspect & MultiGroup
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-23 15:29:55 +02:00
a8dd4735d3 fix(webui): don't require confirmation for set remove in combine 2023-10-23 12:29:35 +02:00
d0903de812 feat(webui): proper set operations 2023-10-23 12:28:12 +02:00
5cc013a42c style(webui): non-inspect columns are lighter 2023-10-23 11:20:59 +02:00
6a3d71d2d4 fix(webui): version display
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-23 10:35:00 +02:00
c15052656a fix(webui): make non-inspect columns play nice with index context 2023-10-22 21:03:51 +02:00
5447be9fd3 feat(webui): all "combined" can now be selected
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-22 20:53:25 +02:00
cfd1384582 fix(webui): properly center banner select highlight 2023-10-22 20:46:03 +02:00
37d5cee2ad feat(webui): rudimentary combine column 2023-10-22 20:44:06 +02:00
6288e8faec style(webui): slightly reduce empty space in selectedcolumn 2023-10-22 16:41:30 +02:00
64a43eb428 style(webui): transition select state in EntityList 2023-10-22 16:38:17 +02:00
e1d12565ad feat(webui): batch adding/removing groups
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-22 16:18:04 +02:00
c26f96bda0 feat(webui): 🚧 allow selection removal 2023-10-22 15:45:55 +02:00
69aa8a862f feat(webui): 🚧 base of select all 2023-10-22 14:21:04 +02:00
40b4154c3d feat(webui): 🚧 generic BrowseColumn, EntryView accepts entities 2023-10-22 13:38:52 +02:00
377f0af161 feat(webui): 🚧 selection via ctrl+drag
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-21 22:57:36 +02:00
9fc95185af feat(jslib): getRaw() just returns URL, fetchRaw() fetches the actual content
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-20 20:55:10 +02: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
b59e0205af fix(webui): 🐛 add placeholder to indicate url pasting in entitylist 2023-10-01 14:16:15 +02:00
11e0bfa96d chore: change wording on "Create object", i18n
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-21 22:03:08 +02:00
4b27f14097 feat: show URL types in non-banner upobjects
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-21 22:01:52 +02:00
a361c75270 ... 2023-09-21 21:46:01 +02:00
ae0c588928 refactor: EntryList uses CSS grid instead of tables
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-09 14:54:50 +02:00
474e685941 dev: add logging to Inspect 2023-09-09 12:09:56 +02:00
d9b714e106 fix: selector overflow in entitylist
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-07 21:56:55 +02:00
ee28a99004 fix: entitylist entry add
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-07 21:55:16 +02:00
78db1c0166 feat: always show members in inspect 2023-09-07 21:53:56 +02:00
736c382e75 fix: audio annotations not being saved properly
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-07 21:32:39 +02:00
84e0f8f29b fix: accessibility & lints
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-07 21:12:43 +02:00
b909e2d978 chore: fix stories errors
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-07 20:55:30 +02:00
3a34fc346c feat: modeless entrylist editing
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-07 19:05:17 +02:00
959a613ea3 chore: logging for swr fetch 2023-09-07 18:12:44 +02:00
257044e66d chore: rename Gallery to EntityList 2023-09-07 15:40:20 +02:00