The Saved page (#37) should have feature parity with the public pastes page: the same live search filter and the same sortable columns. Best implementation: make the history table rendering + filter + sort logic a shared JS pattern (or template partial) used by both pages, with the data source as the only difference (/api/public vs the viewer-scoped endpoint).
The Saved page (#37) should have feature parity with the public pastes page: the same live search filter and the same sortable columns. Best implementation: make the history table rendering + filter + sort logic a shared JS pattern (or template partial) used by both pages, with the data source as the only difference (/api/public vs the viewer-scoped endpoint).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The Saved page (#37) should have feature parity with the public pastes page: the same live search filter and the same sortable columns. Best implementation: make the history table rendering + filter + sort logic a shared JS pattern (or template partial) used by both pages, with the data source as the only difference (/api/public vs the viewer-scoped endpoint).