Added ability to cancel outbound messages

This commit is contained in:
Mark Qvist 2025-01-18 19:12:08 +01:00
parent 60591d3f0d
commit 4dfd423915
3 changed files with 84 additions and 6 deletions

View file

@ -20,11 +20,13 @@ color_delivered = "Blue"
color_paper = "Indigo"
color_propagated = "Indigo"
color_failed = "Red"
color_cancelled = "Red"
color_unknown = "Gray"
intensity_msgs_dark = "800"
intensity_msgs_light = "500"
intensity_play_dark = "600"
intensity_play_light = "300"
intensity_cancelled = "900"
intensity_msgs_dark_alt = "800"
@ -38,6 +40,7 @@ color_paper_alt = "DeepPurple"
color_playing_alt = "Amber"
color_failed_alt = "Red"
color_unknown_alt = "Gray"
color_cancelled_alt = "Red"
class ContentNavigationDrawer(Screen):
pass