ENH - refine phone notes experience

Moves the first notes editor line into an H1 title, keeps it stable when empty, and removes the separate title field. Includes the remaining pending phone UI, voice, locale, bridge, and test updates on this branch.
This commit is contained in:
Type
2026-08-16 00:36:30 +02:00
parent 252aba03be
commit 81cdc8fb87
5 changed files with 136 additions and 59 deletions
+8
View File
@@ -11,6 +11,14 @@ function Bridge.Speaker.IsEnabled()
return not Config.Speaker or Config.Speaker.Enabled ~= false
end
function Bridge.Radio.SupportsSpeaker()
return false
end
function Bridge.Radio.SetPlayerSpeaker()
return false
end
local level_colours = {
debug = "^5",
info = "^2",