Commit graph

124 commits

Author SHA1 Message Date
15c524c07d
[ui] rudimentary "detail" mode 2022-02-09 23:58:56 +01:00
578a3fdcd8
[ui] show latest ADDED 2022-02-09 23:54:46 +01:00
52b18a4916
[ui] LAST_VISITED into BrowseColumn, store in seconds 2022-02-09 23:54:46 +01:00
a9e60d4722
[ui] show edit mode 2022-02-09 23:54:45 +01:00
64d15f7231
[ui] separate browse & column 2022-02-09 23:53:05 +01:00
579b669258
[ui] copy&paste new sorting to gallery
todo - DRY?
2022-02-09 20:40:59 +01:00
24075db535
... 2022-02-09 20:37:31 +01:00
5ad64a6591
make a PUT to /api/obj also insert bare addresses and prepare metadata; bunch of tidying up
/api/obj returns [entry_addr, entity_addr]
ADDED_ATTR is a const
impl TryInto<Address > for InAddress
2022-02-09 20:37:20 +01:00
b068f8e0a5
[ui] only enable font features for inter 2022-02-08 11:48:54 +01:00
f5cb98091d
[ui] do not track inter.css via LFS 2022-02-08 11:48:54 +01:00
8531cac459
[ui] actually fix absolute path to fonts 2022-02-08 11:48:41 +01:00
2a52036850 [ui] fix absolute path to fonts 2022-02-08 00:34:54 +01:00
10d9cd1718
[ui] support adding urls via search 2022-02-07 22:06:56 +01:00
d67d6daf6c
[ui] search in entities also 2022-02-07 22:01:10 +01:00
686020e579
include decoded address in /api/obj 2022-02-07 20:54:14 +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
267e427a87
[ui] show raw attr in ellipsis title 2022-02-07 16:32:21 +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
28b7fc8904
[webui] change icon for upload 2022-02-07 00:02:53 +01:00
34e737d457
"application/x-riff" == WAV audio 2022-02-07 00:01:38 +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
420efdfdb4
[ui] fix initial sort in table 2022-02-06 23:37:05 +01:00
f35d614a83
[ui] switch away from query() taking () => string 2022-02-06 22:27:56 +01:00
a83149e746
switch from GET /api/obj?query endpoint to POST /api/query endpoint
also switch from useSWR shim taking `() => SWRKey` as param
2022-02-06 22:25: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
3f5edc3443
[ui] fix identification in Table... 2022-02-06 14:39:39 +01:00
90cae6661f
[ui] create objects from selector directly 2022-02-06 14:16:56 +01:00
92c89a8f6b
... 2022-02-06 14:16:21 +01:00
5d0935cc51
[ui] fix pdf previews 2022-02-06 13:52:24 +01:00
52409a0195
[ui] get LBL attrs in a single query 2022-02-06 13:41:47 +01:00
1ee86a9da6
[ui, lib] remove identifying by ALIASes 2022-02-06 13:26:47 +01:00
4822069fdf
[ui] spinner explicit centering 2022-02-06 12:20:56 +01:00
de1c16ef00
[ui] fix search spacing 2022-02-04 23:08:39 +01:00
f0d54a5ac3
[ui] also search in attrs 2022-02-04 23:04:38 +01:00
6d25de5b56
[ui] don't show groups unless there are some 2022-02-04 23:03:05 +01:00
d83d674b37
[ui] fix uricomponent-related search breakage 2022-02-04 23:01:30 +01:00
36594cbc50
[ui] dynamic page title 2022-02-04 22:44:40 +01:00
f1f89617ad
[ui] uridecode search query from url 2022-02-04 22:26:31 +01:00
ff2fcd024b
[ui] fix history overload during search 2022-02-04 22:24:47 +01:00
a7efb4766b
[ui] dark mode by default 2022-02-04 20:25:14 +01:00
9b978c39d1
reformat 2022-02-04 20:24:50 +01:00
f8a0410282
hide desktop features when desktop is disabled 2022-02-04 12:11:00 +01:00
b215cf8e0d
cosmetics 2022-02-04 12:11:00 +01:00
0600fea278
[ui] solarize logo colors 2022-02-04 12:02:00 +01:00
e5554a69e0
[ui] open project webpage in new tab 2022-02-04 11:57:44 +01:00
20a6fa0de7
add audio waveform thumbnails 2022-02-03 18:40:19 +01:00