-
- Downloads
feat(frontend): Update frontend validation and authorization, refactor CSS...
feat(frontend): Update frontend validation and authorization, refactor CSS rules, and fix minor issues - Overhauled the CSS rules, added the common ones to the index.css and made the media tags more robust. - Updated the frontend validation to match with backend. - Made the webpage redirect to login page if authorization is required. - Minor fixes.
Showing
- frontend/src/components/auth/Login.vue 10 additions, 46 deletionsfrontend/src/components/auth/Login.vue
- frontend/src/components/auth/Register.vue 10 additions, 45 deletionsfrontend/src/components/auth/Register.vue
- frontend/src/components/common/Footer.vue 1 addition, 5 deletionsfrontend/src/components/common/Footer.vue
- frontend/src/components/common/Header.vue 1 addition, 1 deletionfrontend/src/components/common/Header.vue
- frontend/src/components/dogs/AddDog.vue 2 additions, 24 deletionsfrontend/src/components/dogs/AddDog.vue
- frontend/src/components/dogs/AllDogs.vue 4 additions, 14 deletionsfrontend/src/components/dogs/AllDogs.vue
- frontend/src/components/dogs/EditDog.vue 1 addition, 1 deletionfrontend/src/components/dogs/EditDog.vue
- frontend/src/components/dogs/SingleDog.vue 15 additions, 22 deletionsfrontend/src/components/dogs/SingleDog.vue
- frontend/src/index.css 107 additions, 74 deletionsfrontend/src/index.css
- frontend/src/main.js 12 additions, 5 deletionsfrontend/src/main.js
- frontend/src/store.js 8 additions, 0 deletionsfrontend/src/store.js
Loading
Please register or sign in to comment