neighbour-hoods / nh-launcher

Creating a group coherence with holochain apps
Other
4 stars 3 forks source link

Feature/event decorator #203

Closed nick-stebbings closed 5 months ago

nick-stebbings commented 6 months ago

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

nick-stebbings commented 5 months ago

Absorbed into #206