aurweb/templates/partials/packages
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
..
widgets fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
actions.html Merge branch 'fix-trailing-slashes' into pu 2021-10-20 17:46:12 -07:00
comment.html feat(fastapi): add comment actions to /account/{username}/comments 2021-10-29 17:18:49 -07:00
comment_form.html feat(fastapi): add comment actions to /account/{username}/comments 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
details.html fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
package_metadata.html [FastAPI] include DepArch in dependency list 2021-08-30 18:48:53 -07:00
pkgbase_metadata.html fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
requests.html fix(FastAPI): include MergeBaseName in merge request type 2021-10-04 17:36:10 -04:00
results.html fix(FastAPI): voted/notified query efficiency 2021-09-19 00:34:08 -07:00
search.html feat(FastAPI): add /packages (get) search 2021-09-19 12:44:19 -07:00
search_actions.html fix: remove unused "Merge into" input from /packages 2021-10-20 23:27:07 -07:00
search_results.html feat(FastAPI): add /packages (get) search 2021-09-19 12:44:19 -07:00