-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui improvements #265
ui improvements #265
Conversation
I have tested the new frontend and I have currently reproduced an error several times: Docker image version 5da631e
for reproduction:
The error is not present on the start page for drag 'n' drop Edit: |
Hey Benjamin, As for the drag-and-drop upload: Judging from the error message, do you think this is related to you having multiple browser windows open? It is surely not perfect yet and could be improved with proper loading indicator, a progress bar and reliable tree update. So far I didn't have time to work on these, but feel free to contribute! Regarding the other suggestions: You are right, there are some cosmetic changes that could still be made. My personal list of things I would like to see added or fixed is also very long. Once this is merged, I'd love to see more pull requests to contribute to my additions or fix potential errors. I intentionally kept my changes scoped so it would be possible for the maintainer to merge them without having to work through a huge set of changes. @ddvk Are you considering in merging these changes anytime in the near future? If not, we might consider continuing the iterative work over at my fork. Cheers! |
Hello Christoph I tested again this morning and closed all windows and restarted the docker. I have currently made a cherry-pick and taken everything from #262 and from you #265. However, I have to say that I can mainly do python and hardware programming in C++. accordingly, react and go involve a lot of effort for me. ChatGPT and Google are great helpers for me, but the code quality certainly leaves a lot to be desired. My list of what I would like to contribute to this project is relatively long (as an example the suport of the .RM V6 files #255, #234, #241 would also be interesting). However, skill and time is the limiting factor. |
I have found another error:
|
Okay, this weekend project has come to an end, it's time to wrap up..
Fully-browsable UI similar to reMarkable to support productivity and flow.
Choose between grid and list view.
Clean file preview with pagination and download button.
Create folders.
Drag and Drop in each folder to upload files.
Quick links to browse directories easily.
Filter tree for quick access to files.
Rarely used pages accessible from dropdown.
There is still a lot to be added or improved, but it is already a tremendous improvement over the previous "UI".
If you don't want to wait until this is merged, you can use my fork over at https://github.com/doebi/rmfakecloud
or directly use the docker image from https://hub.docker.com/r/doebi/rmfakecloud/
Have fun!