aurweb/web/html/js
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
..
comment-edit.js feat(fastapi): add comment actions to /account/{username}/comments 2021-10-29 17:18:49 -07:00
copy.js implement /packages/{name} as its own route 2021-07-27 20:48:40 -07:00
typeahead-home.js FastAPI: use internal typeahead and remove jquery 2021-06-29 22:56:48 -07:00
typeahead-pkgbase-merge.js feat(fastapi): add /pkgbase/{name}/merge (get) 2021-10-20 20:31:44 -07:00
typeahead-pkgbase-request.js feat(FastAPI): add /pkgbase/{name}/request (get) 2021-10-02 22:46:48 -07:00
typeahead.js feat(rpc): add 'suggest-pkgbase' type 2021-10-20 20:31:42 -07:00