aurweb/templates/account
Kevin Morris 691b7b9091
feat(fastapi): add comment actions to /account/{username}/comments
With this change, we've decoupled some partials shared between
`/pkgbase/{name}` and `/account/{username}/comments`. The comment
actions template now resolves its package base via the `comment`
instance instead of requiring `pkgbase`.

We've also modified the existing package comment routes to
support execution from any location using the `next` parameter.
This allows us to reuse code from package comments for
account comments actions.

Moved the majority of comment editing javascript to its own
.js file.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-29 17:18:49 -07:00
..
comments.html feat(fastapi): add comment actions to /account/{username}/comments 2021-10-29 17:18:49 -07:00
edit.html add account edit (settings) routes 2021-06-05 20:11:17 -07:00
index.html add /accounts/ (get, post) routes 2021-07-01 11:08:56 -07:00
search.html fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
show.html fix(FastAPI): correct HTML tags and indentation 2021-10-18 14:51:01 -04:00