You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(home): rimuovi icona calendario inutilizzata dall'entry testuale
- Rimossa icona calendar-outline dalla barra di input della Home (il bottone non aveva azione, solo TODO)
- Refactoring prompt notifiche: sostituito Alert nativo con PermissionModal custom
- Aggiunto prompt ottimizzazione batteria per Android tramite PermissionModal
- Aggiunte traduzioni per batteryPrompt in en.json e it.json
- Rimossa emoji dal titolo enablePrompt nelle traduzioni
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/locales/en.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -680,10 +680,17 @@
680
680
},
681
681
"notifications": {
682
682
"enablePrompt": {
683
-
"title": "🔔 Enable notifications",
683
+
"title": "Enable notifications",
684
684
"message": "Would you like to receive notifications for your task reminders? We'll notify you when a task is due, so you never miss an important deadline.",
685
685
"enable": "Enable",
686
686
"later": "Later"
687
+
},
688
+
"batteryPrompt": {
689
+
"title": "Battery optimization",
690
+
"badge": "Optional",
691
+
"message": "To receive notifications even when your phone is in stand-by, we recommend disabling battery optimization for MyTaskly.\n\nWithout this setting, some notifications may not arrive while your device is in power-saving mode.\n\nYou can do this anytime from Settings → Apps → MyTaskly → Battery.",
Copy file name to clipboardExpand all lines: src/locales/it.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -679,10 +679,17 @@
679
679
},
680
680
"notifications": {
681
681
"enablePrompt": {
682
-
"title": "🔔 Abilita le notifiche",
682
+
"title": "Abilita le notifiche",
683
683
"message": "Vuoi ricevere notifiche per i promemoria dei tuoi task? Ti avviseremo quando un task è in scadenza, così non perderai mai una scadenza importante.",
684
684
"enable": "Abilita",
685
685
"later": "Più tardi"
686
+
},
687
+
"batteryPrompt": {
688
+
"title": "Ottimizzazione batteria",
689
+
"badge": "Facoltativo",
690
+
"message": "Per ricevere notifiche anche quando il telefono è in stand-by, ti consigliamo di disabilitare l'ottimizzazione della batteria per MyTaskly.\n\nSenza questa impostazione, alcune notifiche potrebbero non arrivare mentre il dispositivo è in risparmio energetico.\n\nPuoi farlo in qualsiasi momento da Impostazioni → App → MyTaskly → Batteria.",
0 commit comments