Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add error handling to `call-sign-description.vue` component. | Mateja | 2021-03-21 | 1 | -2/+8 |
| | |||||
* | Add descriptions to activities call sign filter. | Mateja | 2021-03-21 | 2 | -1/+14 |
| | |||||
* | Limit reservations table height to fit on desktop screens. | Mateja | 2021-03-21 | 1 | -0/+8 |
| | |||||
* | Work on `reservation.vue` component. | Mateja | 2021-03-21 | 1 | -7/+7 |
| | | | | - Move Lodash cloneDeep to Vuex store. | ||||
* | Use Lodash cloneDeep for `reservation.vue` component. | Mateja | 2021-03-20 | 1 | -2/+5 |
| | |||||
* | Fix operatorPhone and add click methods. | Mateja | 2021-03-20 | 1 | -4/+15 |
| | |||||
* | Better names for Vuex actions and mutations. | Mateja | 2021-03-20 | 4 | -6/+6 |
| | |||||
* | Work on `reservation.vue` component: | Mateja | 2021-03-19 | 1 | -4/+4 |
| | | | | | - Use data properties instead of computed properties - Use v-model for checkbox | ||||
* | Better styling for `reservation.vue` component. | Mateja | 2021-03-18 | 1 | -15/+17 |
| | |||||
* | Stopped using `contenteditable` in `reservation.vue` | Mateja | 2021-03-17 | 1 | -13/+22 |
| | |||||
* | Small fixes in `reservations.vue` | Mateja | 2021-03-17 | 1 | -5/+5 |
| | |||||
* | Started work on reservation components. | Mateja | 2021-03-17 | 2 | -4/+74 |
| | |||||
* | Update activities on filter change. | Mateja | 2021-03-15 | 2 | -3/+3 |
| | | | | | I had to use kebab-case for event and listen directly on child component. | ||||
* | Use v-bind:key in v-for. | Mateja | 2021-03-15 | 3 | -3/+3 |
| | |||||
* | Work on `activities` component. | Mateja | 2021-03-14 | 2 | -2/+25 |
| | | | | It currently doesn't update on filter change. | ||||
* | Start work on `activities` component. | Mateja | 2021-03-14 | 1 | -2/+24 |
| | |||||
* | Add label to `call-sign-filter` component. | Mateja | 2021-03-14 | 1 | -4/+7 |
| | |||||
* | Finished call-sign-description component. | Mateja | 2021-03-14 | 1 | -2/+43 |
| | |||||
* | Load special signs using Axios. | Mateja | 2021-03-14 | 1 | -1/+1 |
| | |||||
* | Better import/export. | Mateja | 2021-03-14 | 1 | -6/+4 |
| | |||||
* | Use computed setter in call-sign-filter component. | Mateja | 2021-03-14 | 1 | -8/+10 |
| | |||||
* | Work on call-sign-filter component. | Mateja | 2021-03-13 | 1 | -2/+20 |
| | |||||
* | Adding boilerplate code. | Mateja | 2021-03-13 | 5 | -0/+45 |