Commit graph

77 commits

Author SHA1 Message Date
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
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
78db1c0166 feat: always show members in inspect 2023-09-07 21:53:56 +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
a5e33a5061 chore, wip: rename attributes to properties 2023-09-06 21:36:00 +02:00
686da82bb6 feat: property adding in entrylist 2023-09-06 21:36:00 +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
70d4be1be3 fix: webui layout & sizing fixes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-31 12:53:58 +02:00
e1799f5cfb fix: entrylist scroll hijack
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-27 12:20:56 +02:00
caedb78cea chore, webui: take care of (some) lints
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-25 23:35:29 +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
ef81e1c7b9 fix, perf: gallery/entrylist lazy loading, sorting 2023-07-29 19:24:08 +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
f88aec693b style: no more labelborder, more conventional table view 2023-07-29 12:31:35 +02:00
49ecc7dc5a fix: Gallery empty state 2023-07-06 18:01:58 +02:00
641f42f785 wip(webui): use (new) attr constants 2023-06-24 18:28:42 +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
de488dbc28 feat: only suggest type's attributes in attributeview editing 2023-05-03 23:22:18 +02:00
669d686a0a chore: get rid of MTIME 2023-05-03 16:06:19 +02:00
8c799245bb feat: also show timestamp & provenance in EntryList 2023-04-23 19:08:44 +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
1722336a4a fix: useful attribute mouseover 2023-04-02 14:28:52 +02:00
3bf60effe5 refactor: Gallery thumbnail is now UpObjectCard
also fix BlobPreview layout overflow
2023-01-21 18:57:57 +01:00
7579f83585 feat: add attribute view 2023-01-07 11:00:55 +01:00
de688581ee perf(ui): supply labels from sort keys 2022-12-31 11:15:52 +01:00
a60fe311d6 fix: gallery without sort 2022-12-22 13:15:20 +01:00
2c41cffce0 perf: only show items in gallery once sorted 2022-12-18 14:08:27 +01:00
0d5e201ff2 perf: only resort once initial query has finished 2022-12-17 19:07:31 +01:00
b0ef7f86cb feat: add i18next, move attribute labels 2022-10-25 21:47:17 +02:00
f34c8fc838 fix: format duration, also change formatting to xhxmxs 2022-10-23 18:24:07 +02:00
f45adc2880 feat: on group preview, prefer objects with previews 2022-10-21 19:00:43 +02:00
b5a46d928f fix: blobpreview sizing 2022-10-21 17:59:57 +02:00
ce3420007d fix: use Gallery in Search, order by match order 2022-09-05 00:04:44 +02:00
7bfb4f86ca chore: refactor widgets + gallery 2022-09-04 23:29:41 +02:00
48140c6daa build: switch from Rollup to Vite, upgrade Svelte 2022-08-01 21:08:34 +02:00
8c60a617a2
query lang - addresses are denoted by @, values need not match db deserialization format
e.g.` (matches @address ? ?)`, and `(matches ? ? "foo")` instead of "Sfoo"
2022-03-30 12:29:52 +02:00
c153098a23 [ui] split frequent/recent visited display on Home 2022-03-25 13:42:15 +01:00
40cc49d854 [ui] various gallery ui improvements
smaller thumbnails by default
align to "baseline" to help scanning
2022-03-22 20:45:07 +01:00
5ec530880e ... 2022-03-22 20:45:07 +01:00
164cdcd105 [ui] use blobpreview for gallery previews (fragments, models, web get thumbnails)
- modelviewer also has no-interaction mode to fix scrolling in gallery view
- fragmentviewer doesn't link directly, fix thumbnail click
2022-03-20 23:43:43 +01:00
ea8ccc85e4
[ui] fix UpEntry overflow & display attribute labels 2022-03-03 10:51:01 +01:00
52879cfe2c
[ui] load attribute labels from db 2022-03-02 22:39:20 +01:00
c2b26ccfee
[ui] fix svelte warnings 2022-02-20 12:56:46 +01:00
9ce4c21b93
[ui] fix & optimize sort (wow) 2022-02-19 18:38:36 +01:00
8e3346e214 [ui] fix "expected prop columns" warning 2022-02-17 16:02:17 +01:00