Commit graph

31 commits

Author SHA1 Message Date
0598077fbf fix: footer only showable when jobs present
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-27 10:06:51 +02:00
4b798163f9 style, fix: footer with notifications, styling improvements
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-27 10:01:50 +02:00
e2db937b65 fix: don't hide jobs 2023-08-27 09:58:39 +02:00
467fe1966f refactor: add global mock/debug switches 2023-08-27 09:23:49 +02:00
e6b3916180 fix, style: static footer size
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-26 15:12:22 +02:00
89fd9f9129 fix(webui): various mobile improvements (#23)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-05 19:42:15 +02:00
f9cfca8fcf chore: use api client from upend.js in webui 2023-05-22 21:00:48 +02:00
ff5a8265fb feat: add rudimentary surface view 2023-01-10 21:45:03 +01:00
acfd8432dc chore(ui): footer is hidden by default 2023-01-02 00:46:01 +01:00
c6c869787d fix(ui): jobs update after reload triggered 2023-01-02 00:45:40 +01:00
d392e41550 feat(ui): footer is persistent and can be hidden 2023-01-02 00:33:10 +01:00
6eecf1cde0 chore: missing types, fix (some) Svelte check warnings 2022-08-04 20:14:02 +02:00
e8af838020
[ui] sort jobs by type (major jobs are shown first) 2022-03-02 22:24:24 +01:00
1470d91719
[ui] .button is a global style 2022-02-20 18:04:27 +01:00
e522e99209
[ui] refactor - centralize all fetch() calls in api.ts 2022-02-20 13:06:01 +01:00
99edcf2fd9
[ui] limit job display to 3 2022-02-19 17:00:55 +01:00
a4a5ab7f32
[ui] jobs' progress bar can also be indefinite 2022-02-19 16:57:18 +01:00
7a05c69d40
[ui] sort jobs, prevent jumping 2022-02-19 16:31:38 +01:00
28b7fc8904
[webui] change icon for upload 2022-02-07 00:02:53 +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
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
74c8a4f539
[ui] URIencode search queries 2022-02-01 13:12:45 +01:00
355ba80ebe
[webui] lint fixes 2022-01-30 16:50:23 +01:00
bb13f92207
[ui] also immediately update jobs view 2022-01-30 15:39:19 +01:00
ab95457768
[ui] add "rescan vault" button 2022-01-30 15:32:59 +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
9e96863ece
[ui] forgot to reenable notification timeout 2022-01-16 20:03:08 +01:00
0dab348f58
ui -> webui 2022-01-13 19:02:08 +01:00