Commit Graph
21 Commits
Author SHA1 Message Date
spencerwooo 1339c98925 minor adjustments to style and comments 2021-12-17 13:57:56 +08:00
myl7 8dcb881917 update traversing method
change DFS to BFS with same level folders fetched concurrently.
merge helper class into traversing func.
2021-12-16 23:54:45 +08:00
myl7 f550a08e37 update function names and comments according to upstream 2021-12-16 21:57:04 +08:00
myl7 5a8bb2acda add folder meta in dfs traversing 2021-12-16 21:28:37 +08:00
myl7 fb1520c944 finish folder download 2021-12-16 21:21:52 +08:00
myl7 f6d44b7ee5 add folder download utils 2021-12-16 21:17:10 +08:00
spencerwooo fd869698f5 fix a few style issues with toast and checkbox 2021-12-15 17:02:06 +08:00
myl7 1d6c40affe update download function
Rename it and turn it into async other than using callback
2021-11-27 16:31:02 +08:00
myl7 c1454db48f add spinner when downloading selected files 2021-11-19 16:21:42 +08:00
myl7 61dd08c1aa add download button style and action
Add jszip to dependencies
2021-11-19 07:28:05 +08:00
spencerwooo 4d6b41f156 infinite loading via useSWR, close - Pagination #2 2021-09-05 16:03:27 +01:00
spencerwooo 34c3310f12 pagination token returned from api 2021-09-05 13:49:54 +01:00
spencerwooo 1dca4cabf3 use hashed password for authentication 2021-09-02 22:54:18 +01:00
spencerwooo 81b0e3bf3f fix protected route could be empty 2021-09-02 21:53:31 +01:00
spencerwooo c9d5668575 password modal and logout token clear 2021-08-30 14:34:37 +01:00
spencerwooo 09366bc842 no header if token not present 2021-08-30 12:45:01 +01:00
spencerwooo e1a16ca44b add initial value to useStaleSWR 2021-08-30 01:43:42 +01:00
spencerwooo f8983177d4 basic auth with .password 2021-08-30 01:35:52 +01:00
spencerwooo a488d3324e colored toast and other minor tweaks 2021-08-29 22:31:42 +01:00
spencerwooo 8a5f4482cd use stale swr and disable revalidation 2021-08-29 15:50:38 +01:00
spencerwooo 88e3db3572 configurable footer, baseurl from window.location 2021-07-02 15:09:07 +01:00