SPA privatri format

This commit is contained in:
devpotatoes
2025-08-25 17:47:12 +02:00
parent 1a2b076fe1
commit 5d6aed3603
18 changed files with 1009 additions and 110 deletions

0
wwws/admin/src/static/lib/dayjs/plugin/arraySupport.d.ts vendored Executable file → Normal file
View File

0
wwws/admin/src/static/lib/dayjs/plugin/objectSupport.d.ts vendored Executable file → Normal file
View File

View File

@@ -1,19 +1,16 @@
{
"menuapp": [
"appOptions": [
{
"onclick": "onclick='apx.privatri.notificationsMenu();'",
"title": "Notification",
"comment": "./notificationsMenu.html"
"title": "Notifications"
},
{
"onclick": "onclick='apx.privatri.addthread();'",
"title": "Nouveau fil",
"comment": "./newMenu3.html"
"title": "New thread",
"template": "createThread"
},
{
"onclick": "href='apxid_fr.html'",
"title": "Compte",
"comment": ""
"title": "Account",
"template": ""
}
],
"searchplaceholder": "Recherche parmis les fils",
@@ -26,5 +23,19 @@
"title": "Tri par NOM DE FIL",
"onclick": "onclick='apx.privatri.sortby('bytitlethread');'"
}
],
"threadOptions": [
{
"title": "Invite an alias",
"template": "inviteAlias"
},
{
"title": "See all alias",
"template": "threadAliasList"
},
{
"title": "Settings",
"template": "threadSettings"
}
]
}