Commit graph

271 commits

Author SHA1 Message Date
23b3388ea5 refactor: unify media type detection 2022-10-23 11:15:19 +02:00
e60a709536 feat: add duration display for audio preview 2022-10-23 10:52:14 +02:00
565dea3166 fix: icons when ui served from server 2022-10-22 17:28:44 +02:00
90f22308ee chore: shut up svelte check 2022-10-22 17:25:45 +02:00
5c3c6cad42 feat: download blob with identified filename 2022-10-22 17:25:27 +02:00
1ef4edf80c chore: unused css rule 2022-10-22 17:18:09 +02:00
6e09b35359 fix: remove BlobViewer duplicity in Inspect
- retain state on detail switch
- probably perf improvement?
2022-10-22 15:11:36 +02:00
3877f2e7af chore: disallow console.log 2022-10-22 14:57:46 +02:00
40381cf46d fix: confirm before generating audio peaks in browser, avoid lock-ups in Chrome 2022-10-21 21:40:03 +02:00
df8c1d653d fix: minor css fixes 2022-10-21 19:10:53 +02:00
ec2039c16c fix: blobpreview hashbadge more in line with handled 2022-10-21 19:03:54 +02:00
f45adc2880 feat: on group preview, prefer objects with previews 2022-10-21 19:00:43 +02:00
b5a46d928f fix: blobpreview sizing 2022-10-21 17:59:57 +02:00
cf3c4a70c3 fix: markdown display 2022-10-21 14:07:40 +02:00
6fa4ff0168 feat: recurse up to 3 levels resolving group previews 2022-10-18 20:26:08 +02:00
ce54f01337 feat: group preview 2022-10-18 20:20:55 +02:00
ea3c7a5c56 chore: update address constants (fix file detection, group adding) 2022-10-18 18:16:30 +02:00
601831e8bb fix: svg (pre)views 2022-10-01 22:38:44 +02:00
9ea1eea3ea feat: if audiowaveform is present, generate & cache peaks on backend
requires https://github.com/bbc/audiowaveform/ to be installed and on $PATH
2022-09-19 22:27:34 +02:00
3eadde0b23 chore: lower default size&quality of image previews 2022-09-18 13:24:07 +02:00
5704be7975 fix: restore store stats functionality somewhat 2022-09-16 16:26:58 +02:00
e48e007617 fix: VideoViewer vertical thumbnails 2022-09-11 16:18:17 +02:00
da5d3ad0c2 fix: consistent font sizing of timecode 2022-09-08 22:22:24 +02:00
136d38faac chore: extract all API URLs into a global variable 2022-09-08 19:32:36 +02:00
1e970bcba8 fix: lint due to NodeJS types 2022-09-08 19:23:46 +02:00
8566bb70d0 feat: add timecode display to VideoViewer during previewing 2022-09-08 08:15:22 +02:00
457242c9a9 fix: VIdeoViewer size in detail 2022-09-06 00:12:20 +02:00
1608c3db3d chore: fix svelte warnings 2022-09-06 00:10:24 +02:00
5fff81db85 fix: VIdeoViewer play after click 2022-09-06 00:06:15 +02:00
e9f30c3904 chore: VideoViewer preview optimization 2022-09-05 23:50:05 +02:00
423ec7b03a fix: .avi previews as video 2022-09-05 23:50:05 +02:00
86b36d6619 fix: HashBadge display in Chrome* 2022-09-05 23:05:04 +02:00
3bb2d7e3e1 fix: video loading state in VideoViewer 2022-09-05 23:00:16 +02:00
4018cae840 fix: remember atttributeview state in search 2022-09-05 00:07:23 +02:00
ce3420007d fix: use Gallery in Search, order by match order 2022-09-05 00:04:44 +02:00
7bfb4f86ca chore: refactor widgets + gallery 2022-09-04 23:29:41 +02:00
49b21cfd7a chore: note to self about detail animations 2022-09-04 22:53:23 +02:00
0ec87126da fix: do not needlessly trigger drop handler UI 2022-08-07 17:03:23 +02:00
6eecf1cde0 chore: missing types, fix (some) Svelte check warnings 2022-08-04 20:14:02 +02:00
311d6064bf chore: fix frontend lint 2022-08-01 22:08:47 +02:00
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