cosmic-applets/cosmic-applet-time
Joshua Megnauth fd01e07304
fix(time): handle invalid strftime formatters
Invalid format strings trigger a panic for the strftime formatter's Display implementation. This can occur frequently when the user is inputting a format string in COSMIC Settings. A plain '%' immediately causes a panic.

This commit handles invalid formatters correctly by writing to a buffer instead of relying on to_string() (Display).
2025-11-18 21:29:56 +01:00
..
data applet overlap 2025-11-11 16:49:48 -05:00
i18n i18n: translation updates from weblate (#1141) 2025-11-12 10:21:49 -07:00
src fix(time): handle invalid strftime formatters 2025-11-18 21:29:56 +01:00
Cargo.toml chore: update dependencies 2025-09-10 17:23:35 +02:00
i18n.toml Time Applet Window design implementation 2023-10-24 18:40:53 -04:00