Commit graph

61 commits

Author SHA1 Message Date
c2c0c569d9 wip: filter out KEY 2023-06-19 12:58:51 +02:00
59f8d26404 wip: add icons to inspect widgets 2023-06-19 12:58:42 +02:00
308d272697 wip: rename tags / links to groups / members 2023-06-19 12:58:33 +02:00
286abc5b7e wip: Inspect attribute widgets 2023-06-19 11:53:35 +02:00
e496710e20 wip: get rid of types, new EntryVIew 2023-06-19 11:52:23 +02:00
0177fe007d wip(webui): partially fix "HAS" -> "OF" switch 2023-06-19 11:52:23 +02:00
8bf75a7c9e refactor!: Unify groups, tags, types (on the backend) 2023-06-19 11:52:23 +02:00
f9cfca8fcf chore: use api client from upend.js in webui 2023-05-22 21:00:48 +02:00
0f2acbadf6 fix: don't show tags if empty 2023-05-03 21:13:09 +02:00
30152a40ce feat, style: switch up groups display, add types, add highlight 2023-05-03 16:21:03 +02:00
8c799245bb feat: also show timestamp & provenance in EntryList 2023-04-23 19:08:44 +02:00
6602e079b8 feat: add "as entries" inspect option 2023-04-23 16:36:52 +02:00
eb28fe2d75 fix: image overflow in inspect detail 2023-02-26 15:33:39 +01:00
ff5a8265fb feat: add rudimentary surface view 2023-01-10 21:45:03 +01:00
7579f83585 feat: add attribute view 2023-01-07 11:00:55 +01:00
be869b1db0 fix(ui): don't update last/num visited if object is nonexistent 2023-01-01 16:25:40 +01:00
b0ef7f86cb feat: add i18next, move attribute labels 2022-10-25 21:47:17 +02:00
1ef4edf80c chore: unused css rule 2022-10-22 17:18:09 +02:00
6e09b35359 fix: remove BlobViewer duplicity in Inspect
- retain state on detail switch
- probably perf improvement?
2022-10-22 15:11:36 +02:00
fb2276b32d
[ui] fix detail column sizing 2022-04-09 21:37:10 +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
6afad56f3b [ui] horizontal detail mode? 2022-03-25 14:29:22 +01:00
0bfdc8eb4c [ui] lints 2022-03-22 21:57:00 +01:00
2614fbdec2 [ui] remember widget choice per object 2022-03-22 20:45:07 +01:00
4dcaeda3e9 [ui] also mark NUM_VISITED (preparation for frecency) 2022-03-21 00:04:48 +01:00
9893292ac8 [ui] various layout fixes - fragment overflow, imageviewer disappeared, pdf iframe height
- add uplink passthrough
- fix delete button position
2022-03-21 00:04:38 +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
a477468272
[ui] allow images in detail to fill screen 2022-03-15 17:22:14 +01:00
a2337fde30
[ui] add deletion of objects 2022-02-20 18:04:47 +01:00
e522e99209
[ui] refactor - centralize all fetch() calls in api.ts 2022-02-20 13:06:01 +01:00
fd4d80c0b7
[ui] automatically mark any added "group" as of "group" type 2022-02-20 12:09:37 +01:00
5fbba9b12c [ui] only show scrollbar when necessary in Inspect 2022-02-17 17:34:45 +01:00
a1f1847ead
[ui] under 1080px screen height, scroll entire content of browse scroll 2022-02-15 23:31:17 +01:00
12d3509a46
[ui] refactor components to use addresses from context, not params 2022-02-13 15:08:09 +01:00
950d026f1e
[ui] pass editable/detail states down to BlobPreview 2022-02-12 23:23:04 +01:00
52b18a4916
[ui] LAST_VISITED into BrowseColumn, store in seconds 2022-02-09 23:54:46 +01:00
24075db535
... 2022-02-09 20:37:31 +01:00
f082edd6b5
[ui] constrain value types for certain attrs / selector contexts 2022-02-07 16:32:49 +01:00
deac0beb05
[ui] show groups in editable 2022-02-07 15:36:59 +01:00
4a49ec4d4f
[ui] fix last visited on address change 2022-02-07 10:26:19 +01:00
b51e41b643
[webui] (attempt to) relativize all paths? 2022-02-06 23:38:33 +01:00
f35d614a83
[ui] switch away from query() taking () => string 2022-02-06 22:27:56 +01:00
92c89a8f6b
... 2022-02-06 14:16:21 +01:00
4822069fdf
[ui] spinner explicit centering 2022-02-06 12:20:56 +01:00
6d25de5b56
[ui] don't show groups unless there are some 2022-02-04 23:03:05 +01:00
36594cbc50
[ui] dynamic page title 2022-02-04 22:44:40 +01:00
7f87f05b1c
[ui] better error msg on text 2022-02-03 17:02:30 +01:00
ba02f20dc2
[ui] forgotten currentbacklinks 2022-02-03 16:54:38 +01:00
6bb3fe1788
[ui] mark each visited entity with a LAST_VISITED timestamp 2022-02-02 17:58:53 +01:00
cb22756a47
separate endpoint for attr overwrites, implement AttributeUpdate 2022-02-02 00:45:05 +01:00