react-client
react-client copied to clipboard
infinite scroll (avoiding pages) in history view
Which part of the project should be enhanced?
history view
Is your enhancement request related to a problem? Please describe.
- Currently I can see only 18 documents at one page.
- As someone who has a lot of documents I am losing the overview on the history view because of the pages. - Pressing 1,2,3... just to look what I have doesn't seem to be modern.
- As the document order rearranges by every access (even without any change) remembering page numbers makes no sense, so why do we need them at all?
Describe the solution you'd like
New content should be loaded step by step by scrolling.
Describe alternatives you've considered
- Maybe the paging feature can still be available as a configurable option if someone prefers that.
- Selectable page sizes could also be a solution as long as infinite scroll is not implemented.
Additional context
No response
This is an interesting idea for HedgeDoc 2, especially as the history page should be re-done anyways. I'll therefore transfer this issue over to the frontend repository for HedgeDoc 2.