rropen / absense-planner

Planner tool for team absences
13 stars 11 forks source link

Added spinners to buttons to indicate an action taking place #368

Closed KristersJankovskis closed 2 days ago

KristersJankovskis commented 3 days ago

This PR will resolve issue: https://github.com/rropen/absense-planner/issues/307

The software developer has created a function for adding a spinner to a button using the Bulma class "is-loading", the function takes one argument which is the name of the button's class.

The function does not work for the input element, only the button element.