Commit graph

65 commits

Author SHA1 Message Date
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
c27c9dbb0a
[ui] fix overflow on Home 2022-02-15 23:15:26 +01:00
0b52e11f41
[ui] use AttributeView on Home, add Gallery view
also AttributeView doesn't need a title and UpType doesn't require an address
2022-02-15 23:10:46 +01:00
51cdd78023
[ui] disable fixed layout for Home tables 2022-02-15 22:38:29 +01:00
b02b6d7feb
[ui] use Table on Home view 2022-02-15 22:18:28 +01:00
9639bec677
[ui] sorting logic into util 2022-02-15 22:07:32 +01:00
212b904864
[ui] actually format ADDED & LAST_VISITED relatively 2022-02-15 21:53:34 +01:00
82023b3ebb
[ui] format LAST_VISITED also 2022-02-15 21:39:28 +01:00
bcfcb24ad8
[ui] first step towards multitable 2022-02-15 21:08:07 +01:00
01c95a11b8
[ui] gallery thumbnails of about 512px 2022-02-10 00:09:12 +01:00
579b669258
[ui] copy&paste new sorting to gallery
todo - DRY?
2022-02-09 20:40:59 +01:00
71ca69959f
[ui] add more attribute labels 2022-02-07 16:34:18 +01:00
f082edd6b5
[ui] constrain value types for certain attrs / selector contexts 2022-02-07 16:32:49 +01:00