rclone-rc-web-gui icon indicating copy to clipboard operation
rclone-rc-web-gui copied to clipboard

Added Ability to go to Paths directly

Open amit27592 opened this issue 4 years ago • 1 comments

amit27592 avatar Nov 01 '20 12:11 amit27592

Can be previewed by just running rclone rcd --transfers 1 --rc-user YOUR-USERNAME --rc-pass YOUR-PASSWORD --rc-allow-origin https://amitgupta.dev and then going to https://amitgupta.dev/rclone-rc-web-gui/

amit27592 avatar Nov 01 '20 12:11 amit27592

That most likely won't work as it is. I see the following issues:

  • nothing really happens here aside from path variable being assigned to some input value
  • goClicked() is never used
  • there is no element with class path-folder
    • *.parentElement.parentElement.* is not a very good selector

It seems you didn't add all the required changes to your commit.

retifrav avatar Sep 04 '22 17:09 retifrav