Commit graph

8 commits

Author SHA1 Message Date
8f80779ce6
[ui] display image preview before upload 2022-02-23 15:55:57 +01:00
e522e99209
[ui] refactor - centralize all fetch() calls in api.ts 2022-02-20 13:06:01 +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
b51e41b643
[webui] (attempt to) relativize all paths? 2022-02-06 23:38:33 +01:00
bb13f92207
[ui] also immediately update jobs view 2022-01-30 15:39:19 +01:00
a93d761130
[webui] fix navigation after upload 2022-01-18 23:57:03 +01:00
d46f449e4b
file upload
todo:
  - don't return file hash in ListingResult, solve this marking problem in general?
  - work around persisterror across filesystems
  - add proper BLOB metadata
2022-01-18 17:05:45 +01:00
e0444528d7
[ui] base of file/url upload dialog 2022-01-16 22:58:11 +01:00