-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(more-info): adding question card and optional observation input #43
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a376f9 - Browse repository at this point
Copy the full SHA 6a376f9View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2189b50 - Browse repository at this point
Copy the full SHA 2189b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5723c64 - Browse repository at this point
Copy the full SHA 5723c64View commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b640347 - Browse repository at this point
Copy the full SHA b640347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3674aa8 - Browse repository at this point
Copy the full SHA 3674aa8View commit details
Commits on Jan 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0fec67b - Browse repository at this point
Copy the full SHA 0fec67bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3747d51 - Browse repository at this point
Copy the full SHA 3747d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for eba66d6 - Browse repository at this point
Copy the full SHA eba66d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef5c007 - Browse repository at this point
Copy the full SHA ef5c007View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e44d71 - Browse repository at this point
Copy the full SHA 2e44d71View commit details -
initial project architecture (devhatt#10)
* add initial architecture example * fix node_modules in src * new structure example * refactor components * refactor: remove unused dependency * style: run prettier to fix EOF * add more tests
Configuration menu - View commit details
-
Copy full SHA for 75643ef - Browse repository at this point
Copy the full SHA 75643efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6414833 - Browse repository at this point
Copy the full SHA 6414833View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b00c96 - Browse repository at this point
Copy the full SHA 5b00c96View commit details -
chore: add lint and pet-dex-utilities package
BREAKING CHANGE: Reinstall all dependencies
Configuration menu - View commit details
-
Copy full SHA for 3461194 - Browse repository at this point
Copy the full SHA 3461194View commit details -
Configuration menu - View commit details
-
Copy full SHA for 342cb86 - Browse repository at this point
Copy the full SHA 342cb86View commit details -
chore(deps): bump the all-minor-updates group with 5 updates (devhatt#31
) Bumps the all-minor-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.3` | `5.0.10` | | [eslint](https://github.com/eslint/eslint) | `8.54.0` | `8.56.0` | | [lint-staged](https://github.com/okonet/lint-staged) | `15.1.0` | `15.2.0` | | [prettier](https://github.com/prettier/prettier) | `3.1.0` | `3.1.1` | | [stylelint-order](https://github.com/hudochenkov/stylelint-order) | `6.0.3` | `6.0.4` | Updates `vite` from 5.0.3 to 5.0.10 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.10/packages/vite) Updates `eslint` from 8.54.0 to 8.56.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.54.0...v8.56.0) Updates `lint-staged` from 15.1.0 to 15.2.0 - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.1.0...v15.2.0) Updates `prettier` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.1.0...3.1.1) Updates `stylelint-order` from 6.0.3 to 6.0.4 - [Release notes](https://github.com/hudochenkov/stylelint-order/releases) - [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md) - [Commits](hudochenkov/stylelint-order@6.0.3...6.0.4) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-updates - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-updates - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-updates - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-updates - dependency-name: stylelint-order dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andre Almeida <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8711ea9 - Browse repository at this point
Copy the full SHA 8711ea9View commit details -
chore(deps-dev): bump vitest from 0.34.6 to 1.0.4 (devhatt#16)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.34.6 to 1.0.4. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.0.4/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andre Almeida <[email protected]> Co-authored-by: Alexandre Gomes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7591a6a - Browse repository at this point
Copy the full SHA 7591a6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e014c4f - Browse repository at this point
Copy the full SHA e014c4fView commit details -
chore(deps-dev): bump the all-minor-updates group with 4 updates (dev…
…hatt#42) Bumps the all-minor-updates group with 4 updates: [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier), [sass](https://github.com/sass/dart-sass), [stylelint-order](https://github.com/hudochenkov/stylelint-order) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `eslint-plugin-prettier` from 5.0.1 to 5.1.2 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.0.1...v5.1.2) Updates `sass` from 1.69.5 to 1.69.6 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.69.5...1.69.6) Updates `stylelint-order` from 6.0.3 to 6.0.4 - [Release notes](https://github.com/hudochenkov/stylelint-order/releases) - [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md) - [Commits](hudochenkov/stylelint-order@6.0.3...6.0.4) Updates `vitest` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.1/packages/vitest) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-updates - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-updates - dependency-name: stylelint-order dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-updates - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 241f491 - Browse repository at this point
Copy the full SHA 241f491View commit details -
feat: create the input text component (devhatt#34)
* feat: input text component feat devhatt#21 * refactor: change px to rem in input text, edd the option to set de asset as prefix or suffix fix devhatt#21 * style: changed px to rem in background-position, removed fix devhatt#21 --------- Co-authored-by: Andre Almeida <[email protected]> Co-authored-by: Alexandre Gomes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e08618e - Browse repository at this point
Copy the full SHA e08618eView commit details -
Adicionado novos scripts no package e integrado stylelint com prettier (
devhatt#48) * chore: Add new scripts and integrate prettier with stylelint * chore: padronized color format to rgba
Configuration menu - View commit details
-
Copy full SHA for e86e08a - Browse repository at this point
Copy the full SHA e86e08aView commit details -
chore(deps): bump the all-minor-updates group with 4 updates (devhatt#45
) Bumps the all-minor-updates group with 4 updates: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [jsdom](https://github.com/jsdom/jsdom), [sass](https://github.com/sass/dart-sass) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vite` from 5.0.10 to 5.0.11 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.11/packages/vite) Updates `jsdom` from 23.0.1 to 23.2.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@23.0.1...23.2.0) Updates `sass` from 1.69.6 to 1.69.7 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.69.6...1.69.7) Updates `vitest` from 1.1.1 to 1.1.3 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.3/packages/vitest) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-updates - dependency-name: jsdom dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-updates - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-updates - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Andre Almeida <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d0dcfe - Browse repository at this point
Copy the full SHA 3d0dcfeView commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5aeaaa4 - Browse repository at this point
Copy the full SHA 5aeaaa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6a088a - Browse repository at this point
Copy the full SHA b6a088aView commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38d4ed0 - Browse repository at this point
Copy the full SHA 38d4ed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e3be19 - Browse repository at this point
Copy the full SHA 1e3be19View commit details