Commit Graph

79 Commits (cb7dfadf3dee3f719fe48966078ec8e09ea488dc)

Author SHA1 Message Date
Tomáš Mládek 3956856c6f refactor: add api client to upend.js 2023-05-21 21:37:29 +02:00
Tomáš Mládek d9753018d6 refactor: move entitylisting to upend.js, dry, formatting 2023-05-20 22:33:22 +02:00
Tomáš Mládek 9923716691 fix: put types 2023-04-25 19:57:23 +02:00
Tomáš Mládek fe850cffd5 chore!: separate PUT /api/obj and PUT /api/blob endpoint 2023-04-24 20:03:29 +02:00
Tomáš Mládek 144a426c3a fix: inflight queryonce cache never revalidated 2023-01-24 19:18:11 +01:00
Tomáš Mládek 7579f83585 feat: add attribute view 2023-01-07 11:00:55 +01:00
Tomáš Mládek 5704be7975 fix: restore store stats functionality somewhat 2022-09-16 16:26:58 +02:00
Tomáš Mládek 136d38faac chore: extract all API URLs into a global variable 2022-09-08 19:32:36 +02:00
Tomáš Mládek 7bfb4f86ca chore: refactor widgets + gallery 2022-09-04 23:29:41 +02:00
Tomáš Mládek 48140c6daa build: switch from Rollup to Vite, upgrade Svelte 2022-08-01 21:08:34 +02:00
Tomáš Mládek c153098a23 [ui] split frequent/recent visited display on Home 2022-03-25 13:42:15 +01:00
Tomáš Mládek 4271107cbb [ui] search results shown in AttributeView (enable gallery, etc.) 2022-03-21 00:04:48 +01:00
Tomáš Mládek 376d929232
return attribute labels in /all/attributes endpoint 2022-03-02 22:39:05 +01:00
Tomáš Mládek 583fea153c add store info display // all blob listing 2022-02-21 22:01:31 +01:00
Tomáš Mládek e522e99209
[ui] refactor - centralize all `fetch()` calls in `api.ts` 2022-02-20 13:06:01 +01:00
Tomáš Mládek 1a38d4f66e [ui] fix /api root fetch (fixes image annotations) 2022-02-17 14:50:34 +01:00
Tomáš Mládek c27c9dbb0a
[ui] fix overflow on Home 2022-02-15 23:15:26 +01:00
Tomáš Mládek 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
Tomáš Mládek 205ca7758b
[ui] add fetchEntity once fn 2022-02-12 23:22:23 +01:00
Tomáš Mládek 686020e579
include decoded address in /api/obj 2022-02-07 20:54:14 +01:00
Tomáš Mládek b51e41b643
[webui] (attempt to) relativize all paths? 2022-02-06 23:38:33 +01:00
Tomáš Mládek f35d614a83
[ui] switch away from `query()` taking `() => string` 2022-02-06 22:27:56 +01:00
Tomáš Mládek 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
Tomáš Mládek d83d674b37
[ui] fix uricomponent-related search breakage 2022-02-04 23:01:30 +01:00
Tomáš Mládek 639e6d5c1c
[ui] add thumbnail HIER view 2022-02-02 19:17:30 +01:00
Tomáš Mládek 51029383a4
[webui] display proper type names 2022-01-28 23:27:09 +01:00
Tomáš Mládek 283665bf60
[ui] fix lint errors and some warnings 2022-01-28 16:46:08 +01:00
Tomáš Mládek 53b72abff1
[webui] search finds object 2022-01-14 22:05:17 +01:00
Tomáš Mládek 0dab348f58
ui -> webui 2022-01-13 19:02:08 +01:00