-
-
Notifications
You must be signed in to change notification settings - Fork 71
Labels
area: backendChanges to server-side codeChanges to server-side codearea: frontendChanges to front-end codeChanges to front-end codecomplexity: averageNot particularly hard, not particularly trivial.Not particularly hard, not particularly trivial.priority: medium
Description
Also reported: https://meta.codidact.com/posts/291622
Describe the bug
The issue is two-fold:
- If the number of history entries for a given post exceeds the number of items per page, there's no UI to navigate to the rest of the entries.
- Links to history entries rely on indices which makes them not true permalinks as what constitutes an Nth entry is determined on the fly and is page-relative.
To Reproduce
Opening any history view for a post with more than 20 history entries, for example, https://codegolf.codidact.com/posts/287238/history.
Expected behavior
- Pagination component present.
- Immutable links to history entries.
Additional context
Special thanks to @trichoplax for noticing the issue.
Metadata
Metadata
Assignees
Labels
area: backendChanges to server-side codeChanges to server-side codearea: frontendChanges to front-end codeChanges to front-end codecomplexity: averageNot particularly hard, not particularly trivial.Not particularly hard, not particularly trivial.priority: medium