Adds an event decorator to succinctly dispatch the trigger-alert event with the associated alert type (success/danger) depending on the class property name.
Replaces the this.dispatchEvent instances across the codebase.
Gets rid of some unused code in applet-not-installed.ts
Closes #201 and #200
Adds an event decorator to succinctly dispatch the
trigger-alert
event with the associated alert type (success/danger) depending on the class property name.Replaces the
this.dispatchEvent
instances across the codebase.Gets rid of some unused code in
applet-not-installed.ts