prolike / dilly-dally_old

An intelligent tool that carefully collects and categorizes all the time developers spend on their work
0 stars 0 forks source link

Refactor time input fields to use Buefy #131

Closed cph-lh closed 5 years ago

cph-lh commented 5 years ago

By using Buefy (https://buefy.org/documentation/start), we can make input validation much easier by making use of patternin the HTML. To do this, we need to refactor our time input fields to use Buefy.

cph-lh commented 5 years ago

The input validation with Buefy is only visual for now as it does not prevent the user from saving data when pressing the 'Save' button. Therefore we will keep the code implemented with #125 until we figure out how we can do the same with Buefy.