aboutsummaryrefslogtreecommitdiff
path: root/resources/js/components
Commit message (Collapse)AuthorAgeFilesLines
* Work on `reservation.vue` component:Mateja2021-03-191-4/+4
| | | | | - Use data properties instead of computed properties - Use v-model for checkbox
* Better styling for `reservation.vue` component.Mateja2021-03-181-15/+17
|
* Stopped using `contenteditable` in `reservation.vue`Mateja2021-03-171-13/+22
|
* Small fixes in `reservations.vue`Mateja2021-03-171-5/+5
|
* Started work on reservation components.Mateja2021-03-172-4/+74
|
* Update activities on filter change.Mateja2021-03-152-3/+3
| | | | | I had to use kebab-case for event and listen directly on child component.
* Use v-bind:key in v-for.Mateja2021-03-153-3/+3
|
* Work on `activities` component.Mateja2021-03-142-2/+25
| | | | It currently doesn't update on filter change.
* Start work on `activities` component.Mateja2021-03-141-2/+24
|
* Add label to `call-sign-filter` component.Mateja2021-03-141-4/+7
|
* Finished call-sign-description component.Mateja2021-03-141-2/+43
|
* Load special signs using Axios.Mateja2021-03-141-1/+1
|
* Better import/export.Mateja2021-03-141-6/+4
|
* Use computed setter in call-sign-filter component.Mateja2021-03-141-8/+10
|
* Work on call-sign-filter component.Mateja2021-03-131-2/+20
|
* Adding boilerplate code.Mateja2021-03-135-0/+45