138 Commits

Author SHA1 Message Date
controlol
e0c3d48b01 move filemenu to filebrowsermenu class
create functions to execute after a action has been confirmed
2021-11-05 00:01:23 +01:00
controlol
60943ca082 create FileMenu class 2021-11-05 00:00:18 +01:00
controlol
431be1bf5a Merge branch 'master' of https://github.com/controlol/rclone-webui 2021-11-04 00:56:54 +01:00
controlol
1e8416046e fix open browser button 2021-11-04 00:56:49 +01:00
controlol
09684200e4 fix open browser button 2021-11-04 00:50:34 +01:00
controlol
f5c40d54ff show total speed of the job 2021-11-04 00:50:19 +01:00
controlol
41f15ae295 add file browser navigation button 2021-11-04 00:32:05 +01:00
controlol
243967259c Closes #15 added file action menu
not all buttons implemented yet
2021-11-04 00:31:52 +01:00
controlol
81e0d5fbdc highlight active remote 2021-11-03 22:49:37 +01:00
controlol
8d7375af4f get info after api recovers 2021-11-03 22:32:05 +01:00
controlol
e15f23b535 log message only and reject with message 2021-11-03 22:27:20 +01:00
controlol
ebbd030e84 Closes #11 Secondary browser is not function for mobile clients 2021-11-03 21:59:04 +01:00
controlol
54b9dbea79 Merge branch 'master' of https://github.com/controlol/rclone-webui 2021-11-03 21:17:36 +01:00
controlol
b7f609ecbb updatePath can only be called by a dir now 2021-11-03 21:17:08 +01:00
controlol
f9b91cc7ca disable clicks when a menu is opened 2021-11-03 21:17:08 +01:00
controlol
c7a4d3413f Closes #21 move filesettings one class up
fix issues with the path when opening second browser
2021-11-03 21:16:34 +01:00
controlol
c38d37e0c8 updatePath can only be called by a dir now 2021-11-03 21:13:15 +01:00
controlol
cb65ed446f disable clicks when a menu is opened 2021-11-03 21:13:15 +01:00
controlol
db429cf51f move filesettings one class up
fix issues with the path when opening second browser
2021-11-03 21:13:10 +01:00
controlol
18b20c2c60 clicking on a remote now changes the remote of the active browser 2021-11-03 19:34:57 +01:00
controlol
714381d24c improve icons
add some styling to visualize the active browser
clicking on the browser will set the active browser
2021-11-03 19:31:09 +01:00
controlol
a070bcf32c add dual browser functionality 2021-11-03 19:30:07 +01:00
controlol
cba4a29f36 add tertiary rclone color 2021-11-03 19:27:14 +01:00
controlol
17e4bee903 improve column settings popup styling
actually show date now instead of datetime
2021-11-02 23:44:43 +01:00
controlol
250ca3d1f8 correct filebrowser height for mobile view 2021-11-02 23:37:44 +01:00
controlol
0e0129acb5 Closes #18 with much better mobile experience
improves #20 by removing some scrolling/optimistic row bugs
2021-11-02 23:34:11 +01:00
controlol
d70cf64e68 Closes #20 add filebrowser settings menu
this removes old media queries to automatically show and hide columns
2021-11-02 22:49:51 +01:00
controlol
70492274df do not show tooltip on a click 2021-11-02 22:46:41 +01:00
controlol
b5f42a7a28 add modtime column 2021-11-02 21:07:49 +01:00
Luc Appelman
322af54ec6
add milestone badge 2021-11-02 08:05:28 +01:00
controlol
429982bb9b add comments
remove logging
2021-11-01 23:56:22 +01:00
controlol
a1b92f5587 Closes #19 only render visable gridrows
Doing this greatly improves render speed and bypasses the webbrowsers grid limitation of 1000 files
With a padding for a better user experience
2021-11-01 23:46:03 +01:00
controlol
dbd7956491 fix filebrowser hight and improve search speed
Used settimeout to prevent searching on every keystroke
2021-11-01 22:26:31 +01:00
controlol
dfc83360e5 loop and improve animations 2021-11-01 21:28:27 +01:00
controlol
320d2666ec fix clicking the from the path bar 2021-11-01 21:28:18 +01:00
controlol
613817fc46 add scrollbar styling 2021-11-01 21:27:57 +01:00
controlol
9f2264b1f4 fix filebrowser height 2021-11-01 21:27:47 +01:00
controlol
116ecdfb72 add loading state 2021-11-01 20:30:41 +01:00
controlol
1b032ec4c7 eventlistener should be created and deleted onMount and willUnmount
how to fuck up performance; componentDidUpdate
especially terrible during development when the component will be updated even more often
2021-11-01 20:29:58 +01:00
controlol
b50a91b6b5 add loading animation 2021-11-01 20:28:30 +01:00
controlol
c61fb12463 add mkv filetype and use switch 2021-11-01 19:18:15 +01:00
Luc
2e55399f53 no spaces around filename 2021-11-01 14:30:33 +01:00
Luc
0cdd5d2c79 rename action member and arguments 2021-11-01 12:07:05 +01:00
Luc
8f0442876c add action menu 2021-11-01 11:09:35 +01:00
Luc
a3ece750f3 display 0 if undefined 2021-11-01 09:52:09 +01:00
Luc
4b9e09673e add style for choosing remotefs
add wrapping to prepare for dual browser
2021-11-01 09:43:20 +01:00
Luc
41c4536d40 add assert 2021-11-01 09:42:18 +01:00
Luc
a15bb2bcc8 improve popup style 2021-11-01 09:41:26 +01:00
Luc
7f6216f032 add choose remotefs
rename browser variable to brIndex
add assert
2021-11-01 09:41:09 +01:00
Luc
423df7cfb1 filebrowser works with theme color 2021-11-01 09:29:01 +01:00