Skip to content

Commit

Permalink
feat: create page for pet register breed issue#93 (#111)
Browse files Browse the repository at this point in the history
* add style file

add other component for test rendering

Fix: rename files dog images and add petcard into page

feat: create page for select dog breed

fix: cleaning hard coded of index.js

fix: cleaning hard coded of index.js

fix: fix import locale initializeScrollable component

fix: fixed style PetRegisterPage property unnecessary

feat: active button only breed is selected

docs: create events for component petRegisterPage

docs: create events for component petRegisterPage

feat: active button when select pet card

docs: create methods for petregisterPage

docs: create methods for petregisterPage

fix: fix methods at petRegisterPage

fix: fix methods at petRegisterPage

feat: listen submit pet card event

docs: Comment changes for my component work in hard coded

refactor: refactor name methods Activate and deactivate, of PetCard component

refactor: normalize locale create of const events for components

refactor: refactor name methods in PEtCard component

docs: create petcard storie for documentation

fix: fix the EOF PetCard/index.scss file

refactor: change conditional on checks if card is active

docs: Set documentation for PetRegisterPage

docs: Set documentation for mock data in Readme

refactor: cleaning home for re-review

* refactor: refactor stories for petcard

* chore: add husky

* chore: add prepare commit msg

* feat: feat for responsive screens

* refactor: refactor responsive components

* refactor: rename event submit

* refactor: refactor styles responsive

* feat: add breeds array to manipulation end submit references

* refactor: check if card render correcly

* chore: add test for petRegisterPage

* refactor: responsive card breed

* fix: adjust button component for resolution screen

* fix: fix bugs visuals in breed container

* refactor: adjust class for BEM

* style: refactor styles for BEM standard

* chore: update dependencies pnpm-lock

* fix: delete console log in files

* fix: delete file unnecessary

* feat: update main with branchs

* fix: set value param into TextInput
  • Loading branch information
muritadb committed May 17, 2024
1 parent da86a42 commit 8d14ded
Show file tree
Hide file tree
Showing 23 changed files with 1,471 additions and 1,025 deletions.
8 changes: 4 additions & 4 deletions .husky/commit-msg
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm commitlint --edit $1
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm commitlint --edit $1
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

exec < /dev/tty && npx cz --hook || true
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
"commit": "git-cz"
},
"devDependencies": {
"@commitlint/cli": "^19.2.0",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@storybook/addon-essentials": "8.0.0-alpha.16",
"@storybook/addon-interactions": "8.0.0-alpha.16",
"@storybook/addon-links": "8.0.0-alpha.16",
Expand All @@ -36,37 +37,37 @@
"@testing-library/dom": "^9.3.4",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.0",
"husky": "^8.0.3",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"reset-css": "^5.0.2",
"sass": "^1.70.0",
"sass": "^1.75.0",
"storybook": "8.0.0-alpha.16",
"stylelint": "^16.2.0",
"stylelint": "^16.3.1",
"stylelint-color-format": "^1.1.0",
"stylelint-config-sass-guidelines": "11.0.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.1.0",
"vitest": "^1.2.2"
"stylelint-scss": "^6.2.1",
"vitest": "^1.5.0"
},
"dependencies": {
"concurrently": "8.2.2",
"dayjs": "^1.11.10",
"pet-dex-utilities": "^1.0.1",
"reset-css": "^5.0.2",
"vite": "^5.0.12",
"vite-plugin-pwa": "^0.19.0"
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.8"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 8d14ded

Please sign in to comment.