ENH - rebuild Picstagram with SKYUI

Replace the legacy Konsta-based layout at its source with SKYUI components and responsive app-specific styling. Add media creation, profile and social improvements, comment reactions and replies, plus Activity and phone notification delivery with the required database migration.
This commit is contained in:
Leon.Schmidt
2026-08-14 16:39:41 +02:00
parent e033271cb2
commit e81f092991
12 changed files with 2975 additions and 2053 deletions
+2
View File
@@ -120,6 +120,7 @@ local server_callbacks = {
"picstagram:search",
"picstagram:saved",
"picstagram:profile",
"picstagram:connections",
"picstagram:update-profile",
"picstagram:publish-post",
"picstagram:update-post",
@@ -129,6 +130,7 @@ local server_callbacks = {
"picstagram:respond-follow",
"picstagram:comments",
"picstagram:comment",
"picstagram:comment-react",
"picstagram:remove-comment",
"picstagram:publish-story",
"picstagram:stories",