Commit graph

13 commits

Author SHA1 Message Date
84e0f8f29b fix: accessibility & lints
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-07 21:12:43 +02:00
0666076045 chore: rename uploadFile to putBlob, enable remote url 2023-05-27 15:56:26 +02:00
f9cfca8fcf chore: use api client from upend.js in webui 2023-05-22 21:00:48 +02:00
fe850cffd5 chore!: separate PUT /api/obj and PUT /api/blob endpoint 2023-04-24 20:03:29 +02:00
0d88af16f5
[ui] files are added instead of replaced when dragged onto upload dialog 2022-04-09 21:47:27 +02:00
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