Commit graph

64 commits

Author SHA1 Message Date
f79995b6f4 refactor: 🚚 rename jslib to use @upnd scope 2023-10-07 11:06:45 +02:00
11e0bfa96d chore: change wording on "Create object", i18n
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-21 22:03:08 +02:00
ae0c588928 refactor: EntryList uses CSS grid instead of tables
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-09 14:54:50 +02:00
84e0f8f29b fix: accessibility & lints
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-07 21:12:43 +02:00
a29d66d829 wip: LabelBorder component, modeless AudioViewer, ImageViewer 2023-09-06 21:37:00 +02:00
0a5398b0a7 feat: modeless group operations 2023-09-06 21:36:00 +02:00
1059bd0b65 refactor: unify debug logs in webui
add logging to Selector
2023-09-06 21:35:53 +02:00
3294299c5d feat, wip: modeless Editable, functional type attributes 2023-09-06 21:35:53 +02:00
646f77b712 wip: also pass group to all widgets, basic unused attr display 2023-09-06 21:35:53 +02:00
1c858f8c44 wip: editable state semi-purged 2023-09-06 21:35:26 +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
641f42f785 wip(webui): use (new) attr constants 2023-06-24 18:28:42 +02:00
510e6bf55a style: smaller iconbutton text 2023-06-19 11:48:58 +02:00
f9cfca8fcf chore: use api client from upend.js in webui 2023-05-22 21:00:48 +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
279f8f85e3 style: add text to iconbuttons 2023-04-23 13:14:36 +02:00
574daef29e feat: attribute label display in Selector, create attribute feature 2023-04-02 14:07:01 +02:00
75c9c843ee chore(webui): fix eslint errors 2023-03-19 20:18:14 +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
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