You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, Poem Stash loads all poems from the active storage provider. Generally, this isn't a problem for local options (although, depending on the total number of poems, it can take some time), but for cloud providers, loading can take significant time. Pagination will make working with Poem Stash more convenient and fast.
Acceptance criteria
Pagination must be available for all storage providers
15 poems per page
Pagination must include "Next", "Previous", and specific pages to jump to ([1][2][3]...[n])
The text was updated successfully, but these errors were encountered:
In the current implementation, Poem Stash loads all poems from the active storage provider. Generally, this isn't a problem for local options (although, depending on the total number of poems, it can take some time), but for cloud providers, loading can take significant time. Pagination will make working with Poem Stash more convenient and fast.
Acceptance criteria
The text was updated successfully, but these errors were encountered: