Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-13 | Confirm before deleting a post | Brian Picciano | |
2023-01-24 | Fix squished manage post edit button | Brian Picciano | |
2023-01-23 | Fix page navigation in posts/drafts manage pages | Brian Picciano | |
2022-11-29 | Introduce EDIT and MANAGE methods | Brian Picciano | |
All admin "index" pages are moved under MANAGE, so that we can have (for example) and normal "GET /posts" page later which would replace the current index page, and potentially corresponding pages for the other categories. The EDIT method replaces the old `?edit` pattern, which normalizes how we differentiate page functionality generally. |