Commit graph

18 commits

Author SHA1 Message Date
1059bd0b65 refactor: unify debug logs in webui
add logging to Selector
2023-09-06 21:35:53 +02:00
7193f68385 chore: reformat webui w/ prettier 2023-08-01 22:02:52 +02:00
0caeb9c81d chore: add debug
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-05 12:56:33 +02:00
f9cfca8fcf chore: use api client from upend.js in webui 2023-05-22 21:00:48 +02:00
d9753018d6 refactor: move entitylisting to upend.js, dry, formatting 2023-05-20 22:33:22 +02:00
136d38faac chore: extract all API URLs into a global variable 2022-09-08 19:32:36 +02:00
48140c6daa build: switch from Rollup to Vite, upgrade Svelte 2022-08-01 21:08:34 +02:00
e522e99209
[ui] refactor - centralize all fetch() calls in api.ts 2022-02-20 13:06:01 +01:00
1a38d4f66e [ui] fix /api root fetch (fixes image annotations) 2022-02-17 14:50:34 +01:00
205ca7758b
[ui] add fetchEntity once fn 2022-02-12 23:22:23 +01:00
686020e579
include decoded address in /api/obj 2022-02-07 20:54:14 +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
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
d83d674b37
[ui] fix uricomponent-related search breakage 2022-02-04 23:01:30 +01:00
283665bf60
[ui] fix lint errors and some warnings 2022-01-28 16:46:08 +01:00
53b72abff1
[webui] search finds object 2022-01-14 22:05:17 +01:00
0dab348f58
ui -> webui 2022-01-13 19:02:08 +01:00
Renamed from ui/src/lib/entity.ts (Browse further)