profiles: add ability to directly edit profile JSON

allows for customizing small things, like changing admin status.
This commit is contained in:
Harvey Tindall
2025-11-28 15:13:46 +00:00
parent f83695190d
commit 77d2ad3b6b
14 changed files with 172 additions and 17 deletions
+1
View File
@@ -111,6 +111,7 @@ declare interface Modals {
jellyseerrProfile?: Modal;
profiles: Modal;
addProfile: Modal;
editProfile: Modal;
announce: Modal;
editor: Modal;
customizeEmails: Modal;