Commit graph

385 commits

Author SHA1 Message Date
c70376e484 refactor, fix: move address id resolution logic to upobject 2023-07-30 17:02:33 +02:00
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
0c691f8e23 feat: rudimentary type editor
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-07-29 19:50:00 +02:00
bf4d2d9785 refactor: ... 2023-07-29 19:26:31 +02:00
25644e5cd4 refactor: InspectGroups more self-sufficient 2023-07-29 19:26:00 +02:00
ef81e1c7b9 fix, perf: gallery/entrylist lazy loading, sorting 2023-07-29 19:24:08 +02:00
7b8e85f4f0 chore: ...
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-07-29 16:45:35 +02:00
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
4d85b521d8 fix: minor entity not yet loaded bug 2023-07-29 12:39:23 +02:00
f88aec693b style: no more labelborder, more conventional table view 2023-07-29 12:31:35 +02:00
557271a663 refactor: split inspect groups into its own widget
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-07-29 11:24:05 +02:00
47f31db234 feat, webui: add "links" to Inspect
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-07-16 20:20:56 +02:00
3619815cef feat: add link to typed entry views
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-07-09 19:28:15 +02:00
2233d13906 style: referred to after members 2023-07-09 19:27:20 +02:00
49ecc7dc5a fix: Gallery empty state 2023-07-06 18:01:58 +02:00
7314d440f1 style: don't use detail layout under 1600px width 2023-07-06 17:53:00 +02:00
6e16d7090d Merge branch 'develop' 2023-07-06 17:44:54 +02:00
d077726894 wip: add labels to address types
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-06-28 18:50:33 +02:00
ee5d50ee48 wip: add types to kestrel
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-06-28 14:26:34 +02:00
e18986b400 fix(webui): resolve upobjects with empty labels, explicitly disable resolving 2023-06-25 12:53:47 +02:00
641f42f785 wip(webui): use (new) attr constants 2023-06-24 18:28:42 +02:00
c925ff5cac feat: provenance, vault stats
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-19 16:45:55 +02:00
59726d0054 wip: inspect add group removal 2023-06-19 13:02:34 +02:00
c2c0c569d9 wip: filter out KEY 2023-06-19 12:58:51 +02:00
59f8d26404 wip: add icons to inspect widgets 2023-06-19 12:58:42 +02:00
308d272697 wip: rename tags / links to groups / members 2023-06-19 12:58:33 +02:00
286abc5b7e wip: Inspect attribute widgets 2023-06-19 11:53:35 +02:00
cb456ba3dd chore: EntryList default columns 2023-06-19 11:53:35 +02:00
e496710e20 wip: get rid of types, new EntryVIew 2023-06-19 11:52:23 +02:00
e428ef188f wip: rename AttributeView to EntryView 2023-06-19 11:52:23 +02:00
0177fe007d wip(webui): partially fix "HAS" -> "OF" switch 2023-06-19 11:52:23 +02:00
8bf75a7c9e refactor!: Unify groups, tags, types (on the backend) 2023-06-19 11:52:23 +02:00
7ee69a0388 feat: limit concurrent image loading 2023-06-19 11:52:23 +02:00
510e6bf55a style: smaller iconbutton text 2023-06-19 11:48:58 +02:00
7eef4b886c fix(webui): ultrawide detail mode
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-05 19:51:11 +02:00
89fd9f9129 fix(webui): various mobile improvements (#23)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-05 19:42:15 +02:00
2ef8891e27 fix(webui): inner group preview sizing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-04 15:18:51 +02:00
5d05c9118c style: also show attr in type 2023-05-27 23:13:40 +02:00
116e850b66 fix: url labels on client, not backend 2023-05-27 23:11:44 +02:00
0666076045 chore: rename uploadFile to putBlob, enable remote url 2023-05-27 15:56:26 +02:00
f9cfca8fcf chore: use api client from upend.js in webui 2023-05-22 21:00:48 +02:00
d9753018d6 refactor: move entitylisting to upend.js, dry, formatting 2023-05-20 22:33:22 +02:00
6061ffb858 fix: selector hanging open 2023-05-04 11:21:21 +02:00
048bfc0a3c fix: empty selector attr option 2023-05-03 23:32:36 +02:00
7bdd0e6e99 fix: suggest attributes on empty selector 2023-05-03 23:23:50 +02:00
de488dbc28 feat: only suggest type's attributes in attributeview editing 2023-05-03 23:22:18 +02:00
98f19da5f4 fix: selector unlabeled attr handling 2023-05-03 23:20:20 +02:00
d254a8c329 fix: image fragment viewing 2023-05-03 21:13:51 +02:00
0f2acbadf6 fix: don't show tags if empty 2023-05-03 21:13:09 +02:00
30152a40ce feat, style: switch up groups display, add types, add highlight 2023-05-03 16:21:03 +02:00
669d686a0a chore: get rid of MTIME 2023-05-03 16:06:19 +02:00
717b8cb4cd fix: pdf viewer 2023-04-24 20:07:53 +02:00
fe850cffd5 chore!: separate PUT /api/obj and PUT /api/blob endpoint 2023-04-24 20:03:29 +02:00
ee2c1fde94 fix, wip: don't show preview for non-image fragments 2023-04-23 22:57:52 +02:00
ddb7af116b fix: unresolved audio annotations labels 2023-04-23 22:57:36 +02:00
c4fbb0bcbc fix: don't use "Link" under the button 2023-04-23 19:25:09 +02:00
8c799245bb feat: also show timestamp & provenance in EntryList 2023-04-23 19:08:44 +02:00
5797c39fe2 feat: display entity type in banner 2023-04-23 17:24:26 +02:00
5fa38e202f fix: sort attributes by label too 2023-04-23 16:42:52 +02:00
6dc36cb67f chore: rename to entries 2023-04-23 16:37:26 +02:00
6602e079b8 feat: add "as entries" inspect option 2023-04-23 16:36:52 +02:00
279f8f85e3 style: add text to iconbuttons 2023-04-23 13:14:36 +02:00
bb0a2ced3d style: improve browse icons 2023-04-20 21:15:03 +02:00
d68383eec9 fix: image group overflow 2023-04-20 20:00:33 +02:00
be7cc11e36 fix: audio preview sizing issue 2023-04-13 23:18:39 +02:00
2359304a86 fix: overflow & spacing issues 2023-04-07 21:17:40 +02:00
eec91c7f6d fix: (group) previews getting hung up on a spinner 2023-04-07 20:45:35 +02:00
1722336a4a fix: useful attribute mouseover 2023-04-02 14:28:52 +02:00
574daef29e feat: attribute label display in Selector, create attribute feature 2023-04-02 14:07:01 +02:00
26fd000a46 fix: text overflow 2023-04-01 18:27:22 +02:00
e07a5ac843 style: smaller add icon 2023-04-01 15:24:49 +02:00
954b30d769 fix: UpLink not updating 2023-03-24 14:13:04 +01:00
75c9c843ee chore(webui): fix eslint errors 2023-03-19 20:18:14 +01:00
0043a03a5e style: no min-height for blob preview (?) 2023-03-07 22:15:24 +01:00
4572b13742 fix: detail mode 2023-03-07 21:49:56 +01:00
8c2ca53d33 fix: resize AudioViewer 2023-03-07 19:42:55 +01:00
08595fda5a feat: resizable columns 2023-03-07 19:32:33 +01:00
afcd16237b feat: shift+click to add on right 2023-03-07 16:36:42 +01:00
51d7c7fb43 fix: blob viewer jumping 2023-03-05 21:09:31 +01:00
e7e4121425 fix: only record annotation color if not default 2023-03-05 21:05:44 +01:00
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
2e62854fda Revert "fix: audio regions editable state"
This reverts commit 50386c53b1.
2023-03-05 20:27:51 +01:00
eb28fe2d75 fix: image overflow in inspect detail 2023-02-26 15:33:39 +01:00
11afb3297e fix: blobpreview endless loading state 2023-01-28 20:43:58 +01:00
50386c53b1 fix: audio regions editable state 2023-01-28 20:43:58 +01:00
1539860da8 fix: rotate models right side up in (pre)view 2023-01-24 19:28:58 +01:00
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
8eb4466222 feat: add arrow key support to Selector 2023-01-22 14:58:33 +01:00
0509cc21f7 fix: endless loading on group preview 2023-01-21 19:08:32 +01:00
3bf60effe5 refactor: Gallery thumbnail is now UpObjectCard
also fix BlobPreview layout overflow
2023-01-21 18:57:57 +01:00
46eb7035ba fix: unnecessary underline on UpObject banner 2023-01-21 18:56:07 +01:00
8528805ea7 fix: always resolve UpObject when banner (check for blobbiness) 2023-01-21 15:32:33 +01:00
ff5a8265fb feat: add rudimentary surface view 2023-01-10 21:45:03 +01:00
85d200fba6 fix(ui): Selector initial attribute value 2023-01-08 13:58:32 +01:00
7579f83585 feat: add attribute view 2023-01-07 11:00:55 +01:00
acfd8432dc chore(ui): footer is hidden by default 2023-01-02 00:46:01 +01:00
c6c869787d fix(ui): jobs update after reload triggered 2023-01-02 00:45:40 +01:00
d392e41550 feat(ui): footer is persistent and can be hidden 2023-01-02 00:33:10 +01:00
724004be4b fix(ui): simplify BlobPreview markup, improve loading state 2023-01-01 18:51:40 +01:00
be869b1db0 fix(ui): don't update last/num visited if object is nonexistent 2023-01-01 16:25:40 +01:00