Commit graph

420 commits

Author SHA1 Message Date
317bd98264 fix(webui): z-index on surface 2023-11-16 10:42:14 +01:00
b9144ead92 fix(webui): lint
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-15 21:40:21 +01:00
27aeca9f4f feat(webui): Surface view as Column in Browse
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-15 17:40:38 +01:00
044e19e9a7 fix(webui): Overflow of "Used" section in Attribute Inspect 2023-11-13 19:49:58 +01:00
12cd5b61e1 fix(webui): UpLink label overflows
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-12 20:31:44 +01:00
f03523681b feat(webui): surface: add "display as point" 2023-11-12 18:03:41 +01:00
d528f03905 feat(webui): distinguish between correctly & incorrectly typed members in Inspect
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-12 11:26:46 +01:00
15072f61c6 fix(webui): fix editing through inspect attribute list
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-11 21:40:44 +01:00
3f1dbedd06 fix(webui): upobject label overflow 2023-11-11 21:40:44 +01:00
c4f356b5b3 style(webui): notes in properties, enlarge scrollable area
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-11 14:24:17 +01:00
cda25f7f17 style(webui): padding on groups in inspect 2023-11-11 14:22:57 +01:00
df25f9180d fix(webui): fix sizing / overflows on <=1080 screens? 2023-11-11 14:21:30 +01:00
efb5ad2295 refactor(webui): use new query api
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-11 11:31:41 +01:00
0dc1a6aa45 fix(webui): various app sizing fixes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-02 17:43:35 +01:00
851b21ce81 feat(webui): turn groups view into a column, allow selection
also add `forceDetail` to BrowseColumn
2023-11-02 17:43:35 +01:00
52098758a1 refactor(webui): upobject label into own component
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-02 11:29:09 +01:00
8f1c713ef8 feat(webui): quick & dirty reverse path resolution for duplicate group distinction
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-31 20:12:06 +01:00
4dbf8b745b fix(webui): allow selection with cmd for macos
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-27 11:44:09 +02:00
b2a25520e4 fix(webui): "Groups" label in Inspect column
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-23 20:45:46 +02:00
b47b87629e fix(webui): "Required" without "Included" also now works in Combine
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-23 15:37:36 +02:00
eef2d3f5a4 refactor(webui): use EntitySetEditor in Inspect & MultiGroup
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-23 15:29:55 +02:00
a8dd4735d3 fix(webui): don't require confirmation for set remove in combine 2023-10-23 12:29:35 +02:00
d0903de812 feat(webui): proper set operations 2023-10-23 12:28:12 +02:00
5cc013a42c style(webui): non-inspect columns are lighter 2023-10-23 11:20:59 +02:00
c15052656a fix(webui): make non-inspect columns play nice with index context 2023-10-22 21:03:51 +02:00
5447be9fd3 feat(webui): all "combined" can now be selected
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-22 20:53:25 +02:00
cfd1384582 fix(webui): properly center banner select highlight 2023-10-22 20:46:03 +02:00
37d5cee2ad feat(webui): rudimentary combine column 2023-10-22 20:44:06 +02:00
6288e8faec style(webui): slightly reduce empty space in selectedcolumn 2023-10-22 16:41:30 +02:00
64a43eb428 style(webui): transition select state in EntityList 2023-10-22 16:38:17 +02:00
e1d12565ad feat(webui): batch adding/removing groups
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-22 16:18:04 +02:00
c26f96bda0 feat(webui): 🚧 allow selection removal 2023-10-22 15:45:55 +02:00
69aa8a862f feat(webui): 🚧 base of select all 2023-10-22 14:21:04 +02:00
40b4154c3d feat(webui): 🚧 generic BrowseColumn, EntryView accepts entities 2023-10-22 13:38:52 +02:00
377f0af161 feat(webui): 🚧 selection via ctrl+drag
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-21 22:57:36 +02:00
9fc95185af feat(jslib): getRaw() just returns URL, fetchRaw() fetches the actual content
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-20 20:55:10 +02:00
f79995b6f4 refactor: 🚚 rename jslib to use @upnd scope 2023-10-07 11:06:45 +02:00
b59e0205af fix(webui): 🐛 add placeholder to indicate url pasting in entitylist 2023-10-01 14:16:15 +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
4b27f14097 feat: show URL types in non-banner upobjects
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-21 22:01:52 +02:00
a361c75270 ... 2023-09-21 21:46:01 +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
474e685941 dev: add logging to Inspect 2023-09-09 12:09:56 +02:00
d9b714e106 fix: selector overflow in entitylist
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-07 21:56:55 +02:00
ee28a99004 fix: entitylist entry add
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-07 21:55:16 +02:00
78db1c0166 feat: always show members in inspect 2023-09-07 21:53:56 +02:00
736c382e75 fix: audio annotations not being saved properly
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-07 21:32:39 +02:00
84e0f8f29b fix: accessibility & lints
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-07 21:12:43 +02:00
3a34fc346c feat: modeless entrylist editing
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-07 19:05:17 +02:00
257044e66d chore: rename Gallery to EntityList 2023-09-07 15:40:20 +02:00