Commit graph

37 commits

Author SHA1 Message Date
sigoden
4bf92cc47a
feat: webui support logout (#439) 2024-08-24 15:38:13 +08:00
Need4Swede
dc7a7cbb3f
refactor: no inline scripts in HTML (#391)
* Moved 'ready' func call from index.html

Inline script moved to index.js

* Moved <script> out from index.html

* moved inline-styling to css

* minor formatting changes

* changed ratio from const to let

* refactor

* fix tests

---------

Co-authored-by: sigoden <sigoden@gmail.com>
2024-05-31 08:51:59 +08:00
sigoden
1eb69f6806 chore: ui minior refinement 2024-05-22 01:56:06 +00:00
sigoden
fe2358506d
fix: head div overlap main contents when wrap (#386) 2024-05-14 17:04:06 +08:00
Qishuai Liu
ffc0991a12
refactor: add fixed-width numerals to date and size on file list page (#378) 2024-04-26 17:34:38 +08:00
sigoden
ee21894452
feat: supports resumable uploads (#343) 2024-01-11 14:56:30 +08:00
sigoden
073b098111
feat: ui supports view file (#301) 2023-11-28 07:14:53 +08:00
sigoden
f8d6859354
refactor: ui improve uploading progress (#296) 2023-11-26 10:23:37 +08:00
sigoden
ae97c714d6
refactor: ui change the cursor for upload-btn to a pointer (#291) 2023-11-21 16:24:59 +08:00
sigoden
c352dab470
refactor: take improvements from the edge browser (#289) 2023-11-15 19:44:44 +08:00
sigoden
6766e0d437
fix: ui show user-name next to the user-icon (#278) 2023-11-03 14:55:07 +08:00
sigoden
4622c48120
fix: ui path table show move action (#219) 2023-06-01 20:33:21 +08:00
sigoden
65da9bedee
chore(release): version 0.32.0 (#183) 2023-02-24 08:21:57 +08:00
sigoden
f6c2ed2974 chore: optimize ui 2023-02-22 10:09:34 +08:00
sigoden
6d9758c71d
feat: ui improves the login experience (#182)
close #157 #158
2023-02-21 12:42:40 +08:00
sigoden
6625c4d3d0 chore: optimize ui 2023-02-21 08:14:03 +08:00
sigoden
dd6973468c
feat: support edit files (#179)
close #172
2023-02-20 22:50:24 +08:00
sigoden
c6c78a16c5 chore: optimize ui 2023-02-20 17:23:31 +08:00
sigoden
628d863d2e chore: improve code quanity 2022-12-11 15:18:44 +08:00
sigoden
31c832a742
feat: support sort by name, mtime, size (#128) 2022-08-23 14:24:42 +08:00
sigoden
a489c5647a
fix: table row hover highlighting in dark mode (#122) 2022-08-03 07:02:58 +08:00
sigoden
277d9d22d4
feat(ui): add table row hover (#115) 2022-07-30 08:04:31 +08:00
sigoden
c6541b1c36
feat: ui supports move folder/file to new path (#92) 2022-07-04 21:20:00 +08:00
sigoden
b6729a3d64
feat: ui supports creating folder (#91) 2022-07-04 20:12:35 +08:00
sigoden
583117c01f
fix: safari layout and compatibility (#83) 2022-06-30 10:00:42 +08:00
sigoden
4058a2db72
feat: add option --allow-search (#62) 2022-06-21 07:23:20 +08:00
sigoden
68139c6263 chore: little improves 2022-06-20 15:11:39 +08:00
Joe Koop
deb6365a28
feat: added basic auth (#60)
* some small css fixes and changes

* added basic auth
https://stackoverflow.com/a/9534652/3642588

* most tests are passing

* fixed all the tests

* maybe now CI will pass

* implemented sigoden's suggestions

* test basic auth

* fixed some little things
2022-06-20 11:25:09 +08:00
sigoden
7194ebf248 chore: adjust ui 2022-06-19 22:16:43 +08:00
Joe Koop
b1b0fdd4db
feat: reactive webpage (#51) 2022-06-19 22:04:59 +08:00
sigoden
db71f75236
feat: ui hidden root dirname (#58)
close #56
2022-06-19 21:23:19 +08:00
sigoden
b3890ea094
feat: display upload speed and time left (#34) 2022-06-11 12:34:03 +08:00
sigoden
a84c3b353d
fix: cannot upload (#32)
empty folder got js error

close: #31
2022-06-11 08:51:17 +08:00
Joe Koop
0e236b61f6
feat: add empty state placeholder to page(#30)
* added "Empty folder" text to the page

* added text for nonexistent directory and no search results
2022-06-10 07:41:09 +08:00
Joe Koop
46ebe978ae
feat: add basic dark theme (#29) 2022-06-09 22:16:43 +08:00
sigoden
0a3d9c391f feat: improve ui 2022-06-03 06:49:55 +08:00
sigoden
1fe391f9d9 chore: move src/assets out of src 2022-06-01 20:26:03 +08:00
Renamed from src/assets/index.css (Browse further)