opeolluwa / filesync

Quickly and securely share files from Windows, Linux, Mac to Android devices using wifi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement the file transfer history page

opeolluwa opened this issue · comments

Screenshot from 2023-09-17 16-06-28
The current implementation uses tabs, revamp this to use a list with paginated data, the paging
will be controlled by the intersection observer

Here are the tasks in detail

  • consume the get_file_transfer_history API (this is yet to be implemented)
  • build a UI component to render the file, the UI component will contain an icon on the left, followed by a bother, and finally the name of the file, the file size, the transaction type, and the transaction date.
  • implement intersection observer to update the list on scroll event