Commit graph

231 commits

Author SHA1 Message Date
48140c6daa build: switch from Rollup to Vite, upgrade Svelte 2022-08-01 21:08:34 +02:00
afbd3b97ef fix: update project url, fix tests
:)
2022-07-31 22:53:12 +02:00
5d1e31fcf8 feat: use match-sorter instead of just levenshtein distance 2022-07-20 19:25:18 +02:00
1feaf0e82f feat: levenshtein sort entries in Selector 2022-07-09 13:35:16 +02:00
eb618e0ccd
[ui] video viewer improvements
fix layout before thumb loads
fix vertical overflow
don't start video on thumb click
2022-04-30 20:33:23 +02:00
0d88af16f5
[ui] files are added instead of replaced when dragged onto upload dialog 2022-04-09 21:47:27 +02:00
4a8fd90f1f
[ui] VideoViewer has mouseover previews 2022-04-09 21:38:00 +02:00
fb2276b32d
[ui] fix detail column sizing 2022-04-09 21:37:10 +02:00
8c60a617a2
query lang - addresses are denoted by @, values need not match db deserialization format
e.g.` (matches @address ? ?)`, and `(matches ? ? "foo")` instead of "Sfoo"
2022-03-30 12:29:52 +02:00
6afad56f3b [ui] horizontal detail mode? 2022-03-25 14:29:22 +01:00
889c9b59ac [ui] brightness/contrast toolbar in ImageViewer 2022-03-25 13:42:15 +01:00
2b12b9ca4f [ui] header styling on Home 2022-03-25 13:42:15 +01:00
c153098a23 [ui] split frequent/recent visited display on Home 2022-03-25 13:42:15 +01:00
22afee0e16 [ui] rudimentary frecency display on Home 2022-03-23 13:39:06 +01:00
112692eb10 [ui] HOTFIX - do not resolve raw entries on Search, prevent browser lock-ups on huge results 2022-03-23 12:36:35 +01:00
0bfdc8eb4c [ui] lints 2022-03-22 21:57:00 +01:00
46f8f38ac8 [ui] add a button for adding column to current selection
also add `focus()` method to Selector/Input
2022-03-22 21:54:46 +01:00
d48e5346a7 [ui] disable click-to-fullscreen on annotated images 2022-03-22 20:46:16 +01:00
40cc49d854 [ui] various gallery ui improvements
smaller thumbnails by default
align to "baseline" to help scanning
2022-03-22 20:45:07 +01:00
5ec530880e ... 2022-03-22 20:45:07 +01:00
2614fbdec2 [ui] remember widget choice per object 2022-03-22 20:45:07 +01:00
d21dbebd66 [ui] add fullscreen viewing for images 2022-03-21 00:04:48 +01:00
4271107cbb [ui] search results shown in AttributeView (enable gallery, etc.) 2022-03-21 00:04:48 +01:00
50aa34ef61 [ui] scroll detail-mode columns into view 2022-03-21 00:04:48 +01:00
4dcaeda3e9 [ui] also mark NUM_VISITED (preparation for frecency) 2022-03-21 00:04:48 +01:00
9893292ac8 [ui] various layout fixes - fragment overflow, imageviewer disappeared, pdf iframe height
- add uplink passthrough
- fix delete button position
2022-03-21 00:04:38 +01:00
8bfce8b75a [ui] fix image annotations broken link before reload 2022-03-20 23:44:10 +01:00
04615b3682 [ui] custom canvas-based image fragment rendering (allow resizing) 2022-03-20 23:44:10 +01:00
164cdcd105 [ui] use blobpreview for gallery previews (fragments, models, web get thumbnails)
- modelviewer also has no-interaction mode to fix scrolling in gallery view
- fragmentviewer doesn't link directly, fix thumbnail click
2022-03-20 23:43:43 +01:00
a477468272
[ui] allow images in detail to fill screen 2022-03-15 17:22:14 +01:00
89332de506
[ui] respect editable in AudioViewer; add disable props to input/selector 2022-03-10 20:35:29 +01:00
1b50ef4da3
[ui] first version of audio annotations
TODOs:
- fix wavesurfer types
- fix selector not updating when value prop changes
- only allow annotation editing in edit mode
- allow addresses to be annotation values as well
2022-03-08 23:24:11 +01:00
ea8ccc85e4
[ui] fix UpEntry overflow & display attribute labels 2022-03-03 10:51:01 +01:00
52879cfe2c
[ui] load attribute labels from db 2022-03-02 22:39:20 +01:00
376d929232
return attribute labels in /all/attributes endpoint 2022-03-02 22:39:05 +01:00
b6e5368a6c
[ui] if query in header could be an UpEnd query, execute that 2022-03-02 22:27:53 +01:00
e8af838020
[ui] sort jobs by type (major jobs are shown first) 2022-03-02 22:24:24 +01:00
1cf027f281
[ui] fix column bottom margin 2022-02-27 19:17:02 +01:00
9fc11d00bd
[ui] detail column max width is 1920px 2022-02-27 19:16:01 +01:00
8f80779ce6
[ui] display image preview before upload 2022-02-23 15:55:57 +01:00
9541c397e3 better handling of invalid paths in store view 2022-02-21 22:25:48 +01:00
583fea153c add store info display // all blob listing 2022-02-21 22:01:31 +01:00
7a16a136ab
[ui] better icon for selector clear 2022-02-20 19:11:34 +01:00
a2337fde30
[ui] add deletion of objects 2022-02-20 18:04:47 +01:00
1470d91719
[ui] .button is a global style 2022-02-20 18:04:27 +01:00
b5f4dc4a7b
[ui] add Null IValue type 2022-02-20 18:04:16 +01:00
e522e99209
[ui] refactor - centralize all fetch() calls in api.ts 2022-02-20 13:06:01 +01:00
c2b26ccfee
[ui] fix svelte warnings 2022-02-20 12:56:46 +01:00
fd4d80c0b7
[ui] automatically mark any added "group" as of "group" type 2022-02-20 12:09:37 +01:00
d8314c0596
[ui] entry value length takes priority to better match expectations 2022-02-19 18:40:58 +01:00