scylladb / argus

Apache License 2.0
4 stars 11 forks source link

fix(TestRun.svelte): Use svelte-fa instead of <i> tag #347

Closed k0machi closed 8 months ago

k0machi commented 8 months ago

This fixes an issue where repeated mount/dismount of component would duplicate Font-Awesome icons in the markup, as they don't have same cleanup procedures as svelte does.

Task: #341