Commit graph

41 commits

Author SHA1 Message Date
8eb4466222 feat: add arrow key support to Selector 2023-01-22 14:58:33 +01:00
85d200fba6 fix(ui): Selector initial attribute value 2023-01-08 13:58:32 +01:00
724004be4b fix(ui): simplify BlobPreview markup, improve loading state 2023-01-01 18:51:40 +01:00
11fba14861 fix: spinner centering 2022-12-21 22:52:14 +01:00
d866e838e2 ui: replace spinner 2022-12-21 22:49:17 +01:00
c369e7b693 fix: border on play icon 2022-12-21 22:45:14 +01:00
881d48ec00 fix: centered spinner on image previews 2022-12-18 14:03:33 +01: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
4a8fd90f1f
[ui] VideoViewer has mouseover previews 2022-04-09 21:38:00 +02: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
4271107cbb [ui] search results shown in AttributeView (enable gallery, etc.) 2022-03-21 00:04:48 +01:00
89332de506
[ui] respect editable in AudioViewer; add disable props to input/selector 2022-03-10 20:35:29 +01:00
376d929232
return attribute labels in /all/attributes endpoint 2022-03-02 22:39:05 +01:00
7a16a136ab
[ui] better icon for selector clear 2022-02-20 19:11:34 +01:00
e522e99209
[ui] refactor - centralize all fetch() calls in api.ts 2022-02-20 13:06:01 +01:00
ea89e11738
[ui] "?" instead of blank progress bar 2022-02-19 17:03:18 +01:00
a4a5ab7f32
[ui] jobs' progress bar can also be indefinite 2022-02-19 16:57:18 +01:00
1176d2e7ae
[ui] fix Ellipsis bug due to multiple spaces 2022-02-15 22:33:52 +01:00
f082edd6b5
[ui] constrain value types for certain attrs / selector contexts 2022-02-07 16:32:49 +01:00
267e427a87
[ui] show raw attr in ellipsis title 2022-02-07 16:32:21 +01:00
af86556654
[webui] forgotten absolute URIs 2022-02-06 23:43:04 +01:00
b51e41b643
[webui] (attempt to) relativize all paths? 2022-02-06 23:38:33 +01:00
3b423a2c59
[ui] only request options when selector focused 2022-02-06 14:44:07 +01:00
a92d30a521
[ui] linkify upobj links even in edit mode 2022-02-06 14:41:04 +01:00
90cae6661f
[ui] create objects from selector directly 2022-02-06 14:16:56 +01:00
4822069fdf
[ui] spinner explicit centering 2022-02-06 12:20:56 +01:00
d5337bd784
[ui] selector types 2022-02-02 17:58:30 +01:00
355ba80ebe
[webui] lint fixes 2022-01-30 16:50:23 +01:00
4f426bca6f
[ui] add group add feature, fix group display
also add entity type to selector, input event
2022-01-30 16:38:32 +01:00
9d65c2da3d
[ui] .content in labelborder section 2022-01-28 22:27:02 +01:00
7dec8f40a1
[ui, lib] correct value types 2022-01-28 20:51:34 +01:00
283665bf60
[ui] fix lint errors and some warnings 2022-01-28 16:46:08 +01:00
fc6212855a
[ui] objects searchable/selectable from edit box 2022-01-27 21:28:42 +01:00
d4f88933b8
[ui] display addresses as entities in editable mode 2022-01-27 19:23:09 +01:00
ad5cb6036d
[ui] fix Editable overflow, disable button unless dirty 2022-01-27 17:43:30 +01:00
4b27fdd0b1
[ui] iconbutton disabled 2022-01-27 17:35:58 +01:00
1ad52da07a
[ui] inconsequential padding fix 2022-01-23 13:03:03 +01:00
692d99b0b0
[ui] add note editing, Inspect handles bubble up Attribute edits 2022-01-22 20:19:26 +01:00
d46f449e4b
file upload
todo:
  - don't return file hash in ListingResult, solve this marking problem in general?
  - work around persisterror across filesystems
  - add proper BLOB metadata
2022-01-18 17:05:45 +01:00
0dab348f58
ui -> webui 2022-01-13 19:02:08 +01:00