Commit Graph

685 Commits (main)

Author SHA1 Message Date
Tomáš Mládek 686da82bb6 feat: property adding in entrylist 2023-09-06 21:36:00 +02:00
Tomáš Mládek 1059bd0b65 refactor: unify debug logs in webui
add logging to Selector
2023-09-06 21:35:53 +02:00
Tomáš Mládek 3294299c5d feat, wip: modeless Editable, functional type attributes 2023-09-06 21:35:53 +02:00
Tomáš Mládek c4b09ea234 fix: don't duplicate columns unless shift is pressed 2023-09-06 21:35:53 +02:00
Tomáš Mládek 646f77b712 wip: also pass `group` to all widgets, basic unused attr display 2023-09-06 21:35:53 +02:00
Tomáš Mládek 1c858f8c44 wip: `editable` state semi-purged 2023-09-06 21:35:26 +02:00
Tomáš Mládek 2a23bb545f fix: 3d model preview overflow
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-09-05 22:03:24 +02:00
Tomáš Mládek 520dec104d style, fix: pad app to prevent footer overlap
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-09-02 17:34:53 +02:00
Tomáš Mládek b1eba7369f fix: webui, detail doesn't take up the whole screen
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-09-01 19:54:08 +02:00
Tomáš Mládek 70d4be1be3 fix: webui layout & sizing fixes
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-08-31 12:53:58 +02:00
Tomáš Mládek ed39346bca chore: update cargo & webui deps 2023-08-28 18:26:11 +02:00
Tomáš Mládek 7f1e726d23 feat, wip: show all types in Inspect, even without set attributes
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-08-27 20:53:11 +02:00
Tomáš Mládek e1799f5cfb fix: entrylist scroll hijack
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-08-27 12:20:56 +02:00
Tomáš Mládek 462aa6e665 fix: don't show type editor for nontypes
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-08-27 11:51:50 +02:00
Tomáš Mládek 0598077fbf fix: footer only showable when jobs present
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-08-27 10:06:51 +02:00
Tomáš Mládek 4b798163f9 style, fix: footer with notifications, styling improvements
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-08-27 10:01:50 +02:00
Tomáš Mládek e2db937b65 fix: don't hide jobs 2023-08-27 09:58:39 +02:00
Tomáš Mládek 467fe1966f refactor: add global mock/debug switches 2023-08-27 09:23:49 +02:00
Tomáš Mládek ac75425826 fix: never cache index.html, prevent stale assets 2023-08-26 19:55:18 +02:00
Tomáš Mládek e6b3916180 fix, style: static footer size
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-08-26 15:12:22 +02:00
Tomáš Mládek ef7be5c314 feat: add group count
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-08-26 10:42:31 +02:00
Tomáš Mládek 42d5e085a2 feat: add basic group section to home 2023-08-26 10:39:28 +02:00
Tomáš Mládek 92df0d94fd fix: audiopreview overflow 2023-08-26 09:28:56 +02:00
Tomáš Mládek caedb78cea chore, webui: take care of (some) lints
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-08-25 23:35:29 +02:00
Tomáš Mládek e7c21c8dbd fix, refactor: AudioPreview component, fix duration overflow 2023-08-25 23:22:33 +02:00
Tomáš Mládek 1bdc9dc445 fix: upgrade vite, get rid of vite build voodoo
with pnpm & vite on the previous versions, random `if`s were *failing*. `if (something)` didn't run or get compiled, `if (Boolean(something))` did, and other shenanigans
2023-08-25 11:03:42 +02:00
Tomáš Mládek 3f9ce3991c fix: (loading) image overflow
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-08-24 08:28:30 +02:00
Tomáš Mládek fc83218515 chore: reformat? 2023-08-24 08:27:32 +02:00
Tomáš Mládek 9b5be08935 refactor: add `DEBUG:IMAGEHALT` localstorage variable that halts concurrent image loading 2023-08-24 08:27:10 +02:00
Tomáš Mládek cb2f03ad27 feat: concurrent image loading indication
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-08-20 12:33:33 +02:00
Tomáš Mládek 4d6935ead5 fix: concurrent image loading
- actually concurrent (set to 1, probably for debug purposes?)
- make sure there's enough active elements
2023-08-20 12:32:58 +02:00
Tomáš Mládek 0a971471fa chore: add prettier for webui 2023-08-20 11:59:30 +02:00
Tomáš Mládek c2cc88e43d fix: unclickable items in detail mode, fixes #57
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-08-02 21:11:43 +02:00
Tomáš Mládek 7193f68385 chore: reformat webui w/ prettier 2023-08-01 22:02:52 +02:00
Tomáš Mládek 8625b7f519 feat: add download button to UpObject
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-07-31 15:57:48 +02:00
Tomáš Mládek 28df11e41c fix: backlinks, untyped links don't include OFs 2023-07-31 15:57:40 +02:00
Tomáš Mládek 1c62a2f92c fix, style: fix type listing gap
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-07-30 17:06:25 +02:00
Tomáš Mládek 5429806c73 feat, style: attribute sections in inspect are headed by upobjects
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-07-30 17:02:52 +02:00
Tomáš Mládek c70376e484 refactor, fix: move address id resolution logic to upobject 2023-07-30 17:02:33 +02:00
Tomáš Mládek 1628a39550 feat, style: no more mid-Ellipsis, EAV colors
mid-ellipsis is great and clearly superior, but until there's native browser support, only brings trouble :(
also complicated EAV coloring, so away it goes.
EAV now corresponds to RGB
2023-07-30 16:00:03 +02:00
Tomáš Mládek 0c691f8e23 feat: rudimentary type editor
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-07-29 19:50:00 +02:00
Tomáš Mládek bf4d2d9785 refactor: ... 2023-07-29 19:26:31 +02:00
Tomáš Mládek 25644e5cd4 refactor: InspectGroups more self-sufficient 2023-07-29 19:26:00 +02:00
Tomáš Mládek ef81e1c7b9 fix, perf: gallery/entrylist lazy loading, sorting 2023-07-29 19:24:08 +02:00
Tomáš Mládek 7b8e85f4f0 chore: ...
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-07-29 16:45:35 +02:00
Tomáš Mládek a5bcc4cfd9 fix, feat: add "infinite scroll" to Gallery & EntryList
prevents lock-ups for large groups
also minor reordering in Gallery
2023-07-29 16:45:29 +02:00
Tomáš Mládek 4d85b521d8 fix: minor entity not yet loaded bug 2023-07-29 12:39:23 +02:00
Tomáš Mládek f88aec693b style: no more labelborder, more conventional table view 2023-07-29 12:31:35 +02:00
Tomáš Mládek 557271a663 refactor: split inspect groups into its own widget
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-07-29 11:24:05 +02:00
Tomáš Mládek 38d52df46a chore, fix: don't create invariants from Selector 2023-07-28 20:19:12 +02:00
Tomáš Mládek d1951363ce chore: lock update 2023-07-28 11:59:21 +02:00
Tomáš Mládek 47f31db234 feat, webui: add "links" to Inspect
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-07-16 20:20:56 +02:00
Tomáš Mládek 633d6b1de4 chore: migrate from yarn to pnpm 2023-07-16 19:50:42 +02:00
Tomáš Mládek f8817d07f3 fix,ci: local js dependencies
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-07-11 19:41:07 +02:00
Tomáš Mládek 3619815cef feat: add link to typed entry views
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-07-09 19:28:15 +02:00
Tomáš Mládek 2233d13906 style: referred to after members 2023-07-09 19:27:20 +02:00
Tomáš Mládek 49ecc7dc5a fix: Gallery empty state 2023-07-06 18:01:58 +02:00
Tomáš Mládek 7314d440f1 style: don't use detail layout under 1600px width 2023-07-06 17:53:00 +02:00
Tomáš Mládek 6e16d7090d Merge branch 'develop' 2023-07-06 17:44:54 +02:00
Tomáš Mládek d077726894 wip: add labels to address types
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-06-28 18:50:33 +02:00
Tomáš Mládek d2a81173ee wip: fix wasm 2023-06-28 18:50:22 +02:00
Tomáš Mládek 0b4bdf8c18 wip: update Taskfile for wasm 2023-06-28 18:36:56 +02:00
Tomáš Mládek 509b640dcd wip: add no-network address type constants to upend_js 2023-06-28 18:36:47 +02:00
Tomáš Mládek ee5d50ee48 wip: add types to kestrel
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-06-28 14:26:34 +02:00
Tomáš Mládek 27a1ee1051 wip: add wasm to `upend_js` lib 2023-06-28 14:26:11 +02:00
Tomáš Mládek e18986b400 fix(webui): resolve upobjects with empty labels, explicitly disable resolving 2023-06-25 12:53:47 +02:00
Tomáš Mládek 641f42f785 wip(webui): use (new) attr constants 2023-06-24 18:28:42 +02:00
Tomáš Mládek c925ff5cac feat: provenance, vault stats
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-06-19 16:45:55 +02:00
Tomáš Mládek 0f2294b67c wip: note about createlabelled
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-06-19 13:04:15 +02:00
Tomáš Mládek 59726d0054 wip: inspect add group removal 2023-06-19 13:02:34 +02:00
Tomáš Mládek c2c0c569d9 wip: filter out `KEY` 2023-06-19 12:58:51 +02:00
Tomáš Mládek 59f8d26404 wip: add icons to inspect widgets 2023-06-19 12:58:42 +02:00
Tomáš Mládek 308d272697 wip: rename tags / links to groups / members 2023-06-19 12:58:33 +02:00
Tomáš Mládek 286abc5b7e wip: Inspect attribute widgets 2023-06-19 11:53:35 +02:00
Tomáš Mládek cb456ba3dd chore: EntryList default columns 2023-06-19 11:53:35 +02:00
Tomáš Mládek e496710e20 wip: get rid of types, new EntryVIew 2023-06-19 11:52:23 +02:00
Tomáš Mládek e428ef188f wip: rename AttributeView to EntryView 2023-06-19 11:52:23 +02:00
Tomáš Mládek 587eb69032 feat: upend.js `attr` includes backlinks 2023-06-19 11:52:23 +02:00
Tomáš Mládek 0177fe007d wip(webui): partially fix "HAS" -> "OF" switch 2023-06-19 11:52:23 +02:00
Tomáš Mládek 8bf75a7c9e refactor!: Unify groups, tags, types (on the backend) 2023-06-19 11:52:23 +02:00
Tomáš Mládek 7ee69a0388 feat: limit concurrent image loading 2023-06-19 11:52:23 +02:00
Tomáš Mládek 510e6bf55a style: smaller iconbutton text 2023-06-19 11:48:58 +02:00
Tomáš Mládek 7eef4b886c fix(webui): ultrawide detail mode
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-06-05 19:51:11 +02:00
Tomáš Mládek 89fd9f9129 fix(webui): various mobile improvements (#23)
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-06-05 19:42:15 +02:00
Tomáš Mládek 0caeb9c81d chore: add `debug`
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-06-05 12:56:33 +02:00
Tomáš Mládek 2ef8891e27 fix(webui): inner group preview sizing
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-06-04 15:18:51 +02:00
Tomáš Mládek 1f6d7fe090 chore: safeguard in webext against running in upend 2023-05-27 23:30:54 +02:00
Tomáš Mládek 5d05c9118c style: also show attr in type 2023-05-27 23:13:40 +02:00
Tomáš Mládek 116e850b66 fix: url labels on client, not backend 2023-05-27 23:11:44 +02:00
Tomáš Mládek 0666076045 chore: rename uploadFile to putBlob, enable remote url 2023-05-27 15:56:26 +02:00
Tomáš Mládek df43adcd35 chore: update yarn.lock for webui 2023-05-23 23:15:39 +02:00
Tomáš Mládek f9cfca8fcf chore: use api client from upend.js in webui 2023-05-22 21:00:48 +02:00
Tomáš Mládek 3956856c6f refactor: add api client to upend.js 2023-05-21 21:37:29 +02:00
Tomáš Mládek d9753018d6 refactor: move entitylisting to upend.js, dry, formatting 2023-05-20 22:33:22 +02:00
Tomáš Mládek 5b96a9409c feat: proof of concept v0.1 web extension companion 2023-05-20 18:17:13 +02:00
Tomáš Mládek 6061ffb858 fix: selector hanging open 2023-05-04 11:21:21 +02:00
Tomáš Mládek 048bfc0a3c fix: empty selector attr option 2023-05-03 23:32:36 +02:00
Tomáš Mládek 7bdd0e6e99 fix: suggest attributes on empty selector 2023-05-03 23:23:50 +02:00
Tomáš Mládek de488dbc28 feat: only suggest type's attributes in attributeview editing 2023-05-03 23:22:18 +02:00
Tomáš Mládek 98f19da5f4 fix: selector unlabeled attr handling 2023-05-03 23:20:20 +02:00
Tomáš Mládek d254a8c329 fix: image fragment viewing 2023-05-03 21:13:51 +02:00
Tomáš Mládek 0f2acbadf6 fix: don't show tags if empty 2023-05-03 21:13:09 +02:00
Tomáš Mládek 30152a40ce feat, style: switch up groups display, add types, add highlight 2023-05-03 16:21:03 +02:00
Tomáš Mládek 669d686a0a chore: get rid of MTIME 2023-05-03 16:06:19 +02:00
Tomáš Mládek db2c382933 fix: commands 2023-04-25 21:45:53 +02:00
Tomáš Mládek 9923716691 fix: put types 2023-04-25 19:57:23 +02:00
Tomáš Mládek d2d9ebe54a chore: silence storybook errors 2023-04-25 19:57:23 +02:00
Tomáš Mládek 717b8cb4cd fix: pdf viewer 2023-04-24 20:07:53 +02:00
Tomáš Mládek fe850cffd5 chore!: separate PUT /api/obj and PUT /api/blob endpoint 2023-04-24 20:03:29 +02:00
Tomáš Mládek ee2c1fde94 fix, wip: don't show preview for non-image fragments 2023-04-23 22:57:52 +02:00
Tomáš Mládek ddb7af116b fix: unresolved audio annotations labels 2023-04-23 22:57:36 +02:00
Tomáš Mládek c4fbb0bcbc fix: don't use "Link" under the button 2023-04-23 19:25:09 +02:00
Tomáš Mládek 8c799245bb feat: also show timestamp & provenance in EntryList 2023-04-23 19:08:44 +02:00
Tomáš Mládek 8faaba03fd fix: update upend_js to include entry provenance and timestamp 2023-04-23 17:35:09 +02:00
Tomáš Mládek 5797c39fe2 feat: display entity type in banner 2023-04-23 17:24:26 +02:00
Tomáš Mládek 5fa38e202f fix: sort attributes by label too 2023-04-23 16:42:52 +02:00
Tomáš Mládek fc63652a6e chore: remove duplicate sort 2023-04-23 16:42:43 +02:00
Tomáš Mládek 6dc36cb67f chore: rename to entries 2023-04-23 16:37:26 +02:00
Tomáš Mládek 6602e079b8 feat: add "as entries" inspect option 2023-04-23 16:36:52 +02:00
Tomáš Mládek 279f8f85e3 style: add text to iconbuttons 2023-04-23 13:14:36 +02:00
Tomáš Mládek bb0a2ced3d style: improve browse icons 2023-04-20 21:15:03 +02:00
Tomáš Mládek d68383eec9 fix: image group overflow 2023-04-20 20:00:33 +02:00
Tomáš Mládek 5bbb6b421b ci, wip!: replace Makefile with Taskfile 2023-04-20 19:28:39 +02:00
Tomáš Mládek be7cc11e36 fix: audio preview sizing issue 2023-04-13 23:18:39 +02:00
Tomáš Mládek 2359304a86 fix: overflow & spacing issues 2023-04-07 21:17:40 +02:00
Tomáš Mládek eec91c7f6d fix: (group) previews getting hung up on a spinner 2023-04-07 20:45:35 +02:00
Tomáš Mládek 1722336a4a fix: useful attribute mouseover 2023-04-02 14:28:52 +02:00
Tomáš Mládek 574daef29e feat: attribute label display in Selector, create attribute feature 2023-04-02 14:07:01 +02:00
Tomáš Mládek 26fd000a46 fix: text overflow 2023-04-01 18:27:22 +02:00
Tomáš Mládek e07a5ac843 style: smaller add icon 2023-04-01 15:24:49 +02:00
Tomáš Mládek 954b30d769 fix: UpLink not updating 2023-03-24 14:13:04 +01:00
Tomáš Mládek 75c9c843ee chore(webui): fix eslint errors 2023-03-19 20:18:14 +01:00
Tomáš Mládek 0043a03a5e style: no min-height for blob preview (?) 2023-03-07 22:15:24 +01:00
Tomáš Mládek 4572b13742 fix: detail mode 2023-03-07 21:49:56 +01:00
Tomáš Mládek 8c2ca53d33 fix: resize AudioViewer 2023-03-07 19:42:55 +01:00
Tomáš Mládek 08595fda5a feat: resizable columns 2023-03-07 19:32:33 +01:00
Tomáš Mládek afcd16237b feat: shift+click to add on right 2023-03-07 16:36:42 +01:00
Tomáš Mládek 51d7c7fb43 fix: blob viewer jumping 2023-03-05 21:09:31 +01:00
Tomáš Mládek e7e4121425 fix: only record annotation color if not default 2023-03-05 21:05:44 +01:00
Tomáš Mládek 77a3a61063 fix: various audioviewer bugs & improvements
- reflect editable state of regions
- editing regions actually works
- note is hidden in NOTE
- add logging
- select annotation by (not double) clicking
2023-03-05 21:01:31 +01:00
Tomáš Mládek 2e62854fda Revert "fix: audio regions editable state"
This reverts commit 50386c53b1.
2023-03-05 20:27:51 +01:00
Tomáš Mládek c9e4a2b927 chore: add yarn interactive tools 2023-03-05 20:11:11 +01:00
Tomáš Mládek eb28fe2d75 fix: image overflow in inspect detail 2023-02-26 15:33:39 +01:00
Tomáš Mládek 689ad6e875 chore: add RouterDecorator to BlobViewer story 2023-02-26 15:33:27 +01:00
Tomáš Mládek 11afb3297e fix: blobpreview endless loading state 2023-01-28 20:43:58 +01:00
Tomáš Mládek 50386c53b1 fix: audio regions editable state 2023-01-28 20:43:58 +01:00
Tomáš Mládek 0598420a83 chore: run release version of upend for storybook 2023-01-28 20:43:58 +01:00
Tomáš Mládek 2aa965608c chore: add audio example, update ATTRIBUTION 2023-01-28 20:43:58 +01:00
Tomáš Mládek 7993e94ce5 feat: update surface URL when changing axes 2023-01-24 23:51:26 +01:00
Tomáš Mládek c690992f93 feat: double click on surface to add a point 2023-01-24 19:29:35 +01:00
Tomáš Mládek 1539860da8 fix: rotate models right side up in (pre)view 2023-01-24 19:28:58 +01:00
Tomáš Mládek 042b207e0b chore: add 3d model stories 2023-01-24 19:23:39 +01:00
Tomáš Mládek 144a426c3a fix: inflight queryonce cache never revalidated 2023-01-24 19:18:11 +01:00
Tomáš Mládek c3fc9610eb fix: Selector mouse behavior, focus event
accidentally broke mouse selection in surface update
also update action on story, once it starts working
2023-01-24 19:17:44 +01:00
Tomáš Mládek 9c8b05f041 chore: fix Surface story, add prefilled story 2023-01-24 19:15:34 +01:00
Tomáš Mládek d501395387 chore: add --reinitialize to sb command 2023-01-24 19:15:05 +01:00
Tomáš Mládek 8eb4466222 feat: add arrow key support to Selector 2023-01-22 14:58:33 +01:00
Tomáš Mládek e5fc315852 chore: add Surface story 2023-01-22 14:58:33 +01:00
Tomáš Mládek 195ce6e4c0 chore: add Selector stories 2023-01-21 20:25:50 +01:00
Tomáš Mládek 0509cc21f7 fix: endless loading on group preview 2023-01-21 19:08:32 +01:00
Tomáš Mládek 3bf60effe5 refactor: Gallery thumbnail is now UpObjectCard
also fix BlobPreview layout overflow
2023-01-21 18:57:57 +01:00
Tomáš Mládek 46eb7035ba fix: unnecessary underline on UpObject banner 2023-01-21 18:56:07 +01:00
Tomáš Mládek d7920f6c15 chore: stories 2023-01-21 18:55:50 +01:00
Tomáš Mládek 8528805ea7 fix: always resolve UpObject when banner (check for blobbiness) 2023-01-21 15:32:33 +01:00
Tomáš Mládek db60b4156c chore: add Gallery story 2023-01-21 14:03:54 +01:00
Tomáš Mládek e2fa7d9e67 chore: add upobjectcard story, routerdecorator, link upobject story 2023-01-21 14:03:54 +01:00
Tomáš Mládek acb5120455 chore: add image stories for blobs 2023-01-21 14:03:54 +01:00
Tomáš Mládek 6ddfcb530b chore: add vertical video + stories 2023-01-21 14:03:54 +01:00
Tomáš Mládek 6cc62d4f25 chore: add blobpreview, blobviewer video stories 2023-01-21 14:03:53 +01:00
Tomáš Mládek a9a0446904 build: storybook init 2023-01-21 14:03:53 +01:00
Tomáš Mládek 8c2668754a feat: add current position display to Surface view 2023-01-11 19:16:44 +01:00
Tomáš Mládek a69138f0fe perf: load d3 asynchronously 2023-01-11 19:16:44 +01:00
Tomáš Mládek 2cab32ec32 wip: multiple modes of display for surface 2023-01-11 19:06:19 +01:00
Tomáš Mládek 0be4239b6e feat(ui): reverse surface Y scale, add loading state 2023-01-11 00:21:51 +01:00
Tomáš Mládek fce2c5d63c fix(ui): surface inaccuracies, zoom reacts everywhere, points are centered 2023-01-10 23:57:53 +01:00
Tomáš Mládek ff5a8265fb feat: add rudimentary surface view 2023-01-10 21:45:03 +01:00
Tomáš Mládek 3493a68291 chore(ui): remove unnecessary imports 2023-01-08 14:00:22 +01:00
Tomáš Mládek 984e148edb chore: ignore rel-noreferrer 2023-01-08 14:00:01 +01:00
Tomáš Mládek 85d200fba6 fix(ui): Selector initial attribute value 2023-01-08 13:58:32 +01:00
Tomáš Mládek 59c34dba5e fix(ui): footer space, markup 2023-01-07 17:18:51 +01:00
Tomáš Mládek 7579f83585 feat: add attribute view 2023-01-07 11:00:55 +01:00
Tomáš Mládek acfd8432dc chore(ui): footer is hidden by default 2023-01-02 00:46:01 +01:00
Tomáš Mládek c6c869787d fix(ui): jobs update after reload triggered 2023-01-02 00:45:40 +01:00
Tomáš Mládek d392e41550 feat(ui): footer is persistent and can be hidden 2023-01-02 00:33:10 +01:00
Tomáš Mládek 724004be4b fix(ui): simplify BlobPreview markup, improve loading state 2023-01-01 18:51:40 +01:00
Tomáš Mládek be869b1db0 fix(ui): don't update last/num visited if object is nonexistent 2023-01-01 16:25:40 +01:00
Tomáš Mládek de688581ee perf(ui): supply labels from sort keys 2022-12-31 11:15:52 +01:00
Tomáš Mládek bc8827fa18 style(ui): switched root font size from 15px to 16px 2022-12-29 20:57:46 +01:00
Tomáš Mládek 7f0884c171 style(ui): switch Inter for IBM Plex 2022-12-29 20:57:46 +01:00
Tomáš Mládek 3c3dc4b3ee chore(ui): adjust OFT features on videoviewer timecode 2022-12-29 20:57:44 +01:00
Tomáš Mládek a60fe311d6 fix: gallery without sort 2022-12-22 13:15:20 +01:00
Tomáš Mládek e20b4bff38 fix: unsupported display in detail mode 2022-12-22 00:35:13 +01:00
Tomáš Mládek be41e57e77 chore: css fix 2022-12-22 00:15:33 +01:00
Tomáš Mládek 0794d300ba feat: loading state in videoviewer preview 2022-12-22 00:12:30 +01:00
Tomáš Mládek f0404c94d3 feat: supported format detection in videoviewer 2022-12-22 00:07:33 +01:00
Tomáš Mládek 2bcff43ff3 chore: update web deps 2022-12-21 23:34:37 +01:00
Tomáš Mládek bfda5cee52 fix: update vite, fix dynamic imports 2022-12-21 23:21:21 +01:00
Tomáš Mládek 11fba14861 fix: spinner centering 2022-12-21 22:52:14 +01:00
Tomáš Mládek d866e838e2 ui: replace spinner 2022-12-21 22:49:17 +01:00
Tomáš Mládek c369e7b693 fix: border on play icon 2022-12-21 22:45:14 +01:00
Tomáš Mládek cf19bdb5c3 fix: .identified on UpObject 2022-12-21 22:13:53 +01:00
Tomáš Mládek 771d9648dc fix: placeholder width/height for spinner in blobpreview 2022-12-19 21:38:41 +01:00
Tomáš Mládek 36b6e51765 perf: enable lazy loading of images (?) 2022-12-18 14:08:33 +01:00
Tomáš Mládek 2c41cffce0 perf: only show items in gallery once sorted 2022-12-18 14:08:27 +01:00
Tomáš Mládek 881d48ec00 fix: centered spinner on image previews 2022-12-18 14:03:33 +01:00
Tomáš Mládek 0d5e201ff2 perf: only resort once initial query has finished 2022-12-17 19:07:31 +01:00
Tomáš Mládek b0ef7f86cb feat: add i18next, move attribute labels 2022-10-25 21:47:17 +02:00
Tomáš Mládek 4b3e7fc7a1 fix: box-sizing: border-box 2022-10-24 22:40:01 +02:00
Tomáš Mládek 7f33bcf542 fix: duration attribute label 2022-10-23 18:24:33 +02:00
Tomáš Mládek f34c8fc838 fix: format duration, also change formatting to xhxmxs 2022-10-23 18:24:07 +02:00
Tomáš Mládek cfabc5358c fix: .wavs also detected as audio 2022-10-23 15:11:23 +02:00
Tomáš Mládek d01868b23e fix: add .mp3 override to type detection 2022-10-23 11:37:46 +02:00
Tomáš Mládek 65a20824a8 fix: also loading peaks 2022-10-23 11:32:01 +02:00
Tomáš Mládek e21c29cb02 fix: audio detection of .oggs 2022-10-23 11:24:47 +02:00
Tomáš Mládek 23b3388ea5 refactor: unify media type detection 2022-10-23 11:15:19 +02:00
Tomáš Mládek e60a709536 feat: add duration display for audio preview 2022-10-23 10:52:14 +02:00
Tomáš Mládek 565dea3166 fix: icons when ui served from server 2022-10-22 17:28:44 +02:00
Tomáš Mládek 90f22308ee chore: shut up svelte check 2022-10-22 17:25:45 +02:00
Tomáš Mládek 5c3c6cad42 feat: download blob with identified filename 2022-10-22 17:25:27 +02:00
Tomáš Mládek 1ef4edf80c chore: unused css rule 2022-10-22 17:18:09 +02:00
Tomáš Mládek 6e09b35359 fix: remove BlobViewer duplicity in Inspect
- retain state on detail switch
- probably perf improvement?
2022-10-22 15:11:36 +02:00
Tomáš Mládek 3877f2e7af chore: disallow `console.log` 2022-10-22 14:57:46 +02:00
Tomáš Mládek 40381cf46d fix: confirm before generating audio peaks in browser, avoid lock-ups in Chrome 2022-10-21 21:40:03 +02:00
Tomáš Mládek df8c1d653d fix: minor css fixes 2022-10-21 19:10:53 +02:00
Tomáš Mládek ec2039c16c fix: blobpreview hashbadge more in line with handled 2022-10-21 19:03:54 +02:00
Tomáš Mládek f45adc2880 feat: on group preview, prefer objects with previews 2022-10-21 19:00:43 +02:00
Tomáš Mládek b5a46d928f fix: blobpreview sizing 2022-10-21 17:59:57 +02:00
Tomáš Mládek cf3c4a70c3 fix: markdown display 2022-10-21 14:07:40 +02:00
Tomáš Mládek 6fa4ff0168 feat: recurse up to 3 levels resolving group previews 2022-10-18 20:26:08 +02:00
Tomáš Mládek ce54f01337 feat: group preview 2022-10-18 20:20:55 +02:00
Tomáš Mládek ea3c7a5c56 chore: update address constants (fix file detection, group adding) 2022-10-18 18:16:30 +02:00
Tomáš Mládek 601831e8bb fix: svg (pre)views 2022-10-01 22:38:44 +02:00
Tomáš Mládek 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
Tomáš Mládek 3eadde0b23 chore: lower default size&quality of image previews 2022-09-18 13:24:07 +02:00
Tomáš Mládek 5704be7975 fix: restore store stats functionality somewhat 2022-09-16 16:26:58 +02:00
Tomáš Mládek e48e007617 fix: VideoViewer vertical thumbnails 2022-09-11 16:18:17 +02:00
Tomáš Mládek da5d3ad0c2 fix: consistent font sizing of timecode 2022-09-08 22:22:24 +02:00
Tomáš Mládek 136d38faac chore: extract all API URLs into a global variable 2022-09-08 19:32:36 +02:00
Tomáš Mládek 1e970bcba8 fix: lint due to `NodeJS` types 2022-09-08 19:23:46 +02:00
Tomáš Mládek 8566bb70d0 feat: add timecode display to VideoViewer during previewing 2022-09-08 08:15:22 +02:00
Tomáš Mládek 457242c9a9 fix: VIdeoViewer size in detail 2022-09-06 00:12:20 +02:00
Tomáš Mládek 1608c3db3d chore: fix svelte warnings 2022-09-06 00:10:24 +02:00
Tomáš Mládek 5fff81db85 fix: VIdeoViewer play after click 2022-09-06 00:06:15 +02:00
Tomáš Mládek e9f30c3904 chore: VideoViewer preview optimization 2022-09-05 23:50:05 +02:00
Tomáš Mládek 423ec7b03a fix: .avi previews as video 2022-09-05 23:50:05 +02:00
Tomáš Mládek 86b36d6619 fix: HashBadge display in Chrome* 2022-09-05 23:05:04 +02:00
Tomáš Mládek 3bb2d7e3e1 fix: video loading state in VideoViewer 2022-09-05 23:00:16 +02:00
Tomáš Mládek 4018cae840 fix: remember atttributeview state in search 2022-09-05 00:07:23 +02:00
Tomáš Mládek ce3420007d fix: use Gallery in Search, order by match order 2022-09-05 00:04:44 +02:00
Tomáš Mládek 7bfb4f86ca chore: refactor widgets + gallery 2022-09-04 23:29:41 +02:00