georgslazdans / outline-app

Outline recognition app
https://outline.georgs.lv
GNU Affero General Public License v3.0
117 stars 10 forks source link

Add Pagination to History #1

Open georgslazdans opened 3 months ago

georgslazdans commented 3 months ago

Currently history page loads all entries from IndexedDB, converts original image blob to HTML image and shows it. There should be pagination to improve performance when history gets larger.

React IndexedDB library