OpenVoiceOS / zzz-old-ovos-utils

collection of simple utilities for use across the mycroft ecosystem
Apache License 2.0
4 stars 2 forks source link

gui template - confirmation/error status #23

Closed JarbasAl closed 3 years ago

JarbasAl commented 3 years ago

adds a new template to the GUI

usage

self.gui.show_confirmation_status("Device Paired", override_idle=True)
self.gui.show_error_status("Pairing Failed", override_idle=True)

test with https://github.com/OpenVoiceOS/skill-ovos-pairing/tree/ovos_utils by saying "test pairing"

image image

AIIX commented 3 years ago

Looks good to me but its missing override_animations flag in both show calls

JarbasAl commented 3 years ago

good catch, added