generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Develop into Main #669
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
Merged
Develop into Main #669
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update docker-compose.yml to change PostgreSQL port mapping and add frontend volume bindings * Rename POSTGRES_NAME to POSTGRES_DB in example environment file * Remove Dialog component and associated styles from the project * Add Dialog component with slide-in/out animations and update imports * Add Typography and CircleCard components to exports in index.tsx
Documentation: Add quickstart environments guide Skipping the review since its all documentation
* change Logo anchor tag to react-rtouer Link * rename QualifierPage to index.tsx * Create Stepper component * delete ProgressBar component * convert QualifierPage sass to TW * fix Step text color * init Qualifier Page 1 * Create Qualifier page 1 Cards * final page 1 cop card * add Types * rm QualifierTitle component * convert QualifierNav to Tailwind * move QualifierNav to components folder * rm sass files from QualifierPage folder * init pages folder * init Skill Evaluation page * add navigate * init Radio Button form * move RadioButtonForm to components folder * QualifierNav styles * QualifierNav style page 2 * init Chips Selection --------- Co-authored-by: Benny <62785232+bennyv8@users.noreply.github.com>
Update ESLint docs
Installed tailwind-merge and implemented cn
* update qualifier page 1 - aligned qualifier nav - use grid system instead of flex box for items * Refactor: update button styles for primary-dark theme * Feat: add ProgressIndicator component and integrate it into QualifierPage2 * Refactor: update border style in QualifierNav component * Refactor: dynamic grid layout in QualifierPage1 for responsive design * Feat: enhance RadioButtonForm to support skill selection callback * Feat: update RadioButtonForm dynamically render skill & experience levels * Add selectCOP and experience levels props to qualifiers * Feat: use context in QualiferPage2 to keep track of chosen experience level * Feat: integrate qualifiers context to manage selected COP in QualifierPage1 * Feat: refactor QualifierPage2 layout and improve skill selection handling * Refactor: - renamed experienceLevels to skills_matrix - refactored to use tw-components/Buttons.tsx & added second style - Ran npm run lint in frontend directory * update tech stack * feat: use new tw-button variant, fix merge --------- Co-authored-by: Terence Lo <terencelomoa@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #
Changes