Added new actor dialog to admin panel, removed create mode from actor edit page.

This commit is contained in:
2026-06-17 01:54:23 +02:00
parent 0af5b8d84c
commit 2595fcc365
7 changed files with 208 additions and 49 deletions

View File

@@ -12,7 +12,7 @@ export default async function onBeforeRender(pageContext) {
query: pageContext.urlParsed.search.q,
}, {
limit: 100,
// order: pageContext.urlParsed.search.order?.split('.') || ['likes', 'desc'],
order: pageContext.urlParsed.search.order?.split('.') || ['likes', 'desc'],
}, pageContext.user);
return {