f6466b161b
commit ea8512bc2eeda30c4d983fb43bfcb33ea39093e9 Merge:2bb7683cfda36114e904Author: Kalista Payne <sabrecat@gmail.com> Date: Thu Nov 21 12:47:11 2024 -0600 Merge branch 'develop' into ui-drawer-fix commit2bb7683cfdAuthor: CuriousMagpie <eilatan@gmail.com> Date: Tue Nov 12 15:46:55 2024 -0500 fix food centering and error centering at very small widths commitfcabf03978Author: CuriousMagpie <eilatan@gmail.com> Date: Fri Nov 1 14:44:16 2024 -0400 grid size update commit47a531c1aaAuthor: CuriousMagpie <eilatan@gmail.com> Date: Thu Oct 31 16:17:22 2024 -0400 centered error messages on pet drawer commit14d2872392Author: CuriousMagpie <eilatan@gmail.com> Date: Thu Oct 24 15:47:46 2024 -0400 center no food/no saddle messages in drawer commit49d1d10a4fMerge:6a805bdc45f1993db0faAuthor: CuriousMagpie <eilatan@gmail.com> Date: Thu Oct 24 14:04:16 2024 -0400 Merge branch 'develop' into ui-drawer-fix commit6a805bdc45Author: Alex <alex.kliger@gmail.com> Date: Sat Nov 19 09:41:21 2022 -0500 fix(ui): correct crowding in title of drawer component that causes drawer toggle icon to become obstructed
Habitica Client
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your unit tests
npm run test:unit
Lints and fixes files
npm run lint
Customize configuration
Vue Structure
Currently pages and components are mixed in /src/components this is not a good way to find the files easy.
Thats why each changed / upcoming page / component should be put in either /src/components or in the /src/pages directory.
Inside Pages, each page can have a subfolder which contains sub-components only needed for that page - otherwise it has to be added to the normal components folder.
At the end of all the changes - the components should only contain components needed between all pages