peckadesign / pd-naja

1 stars 0 forks source link

refactor: Common methods for handling the spinner have been extracted to `utils` #15

Closed zipper closed 8 months ago

zipper commented 8 months ago

The common methods for handling the spinner element (show and hide methods specifically) from BtnSpinnerExtension and SpinnerExtension have been extracted to utils. Both extensions now use the same code and same types. Both new methods are exported to be used in custom extensions.