feat: unify phone apps with Sky UI

This commit is contained in:
Leon.Schmidt
2026-08-16 15:23:21 +02:00
parent 8d9cdb5d6b
commit 1071b4bde7
62 changed files with 5658 additions and 3349 deletions
+1 -1
View File
@@ -65,7 +65,6 @@ Bridge.Callbacks.Register("sky_phone:notes:list", function(source)
end
return { success = true, data = SkyPhoneNotes.List(account_id, imei) }
end)
end)
Bridge.Callbacks.Register("sky_phone:notes:create", function(source, data)
if not SkyPhone.AllowOperation(source, "notes_write", 120, 60) then
@@ -175,3 +174,4 @@ Bridge.Callbacks.Register("sky_phone:notes:delete", function(source, data)
notify_owner(account_id, imei)
return { success = true, data = SkyPhoneNotes.List(account_id, imei) }
end)
end)