-
Notifications
You must be signed in to change notification settings - Fork 30
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
[DRAFT] lib-classifier: Refactor survey task Choices, ChoiceButton, Choice, and Questions styling #6574
Draft
mcbouslog
wants to merge
5
commits into
master
Choose a base branch
from
lib-classifier_survey-task-design-changes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
) * Refactor survey task choice colors, text size, spacing * Add info collapsible * Refactor Choice sections margins * Refactor Choice button borders * Refactor survey task tests per Choice layout changes * Fix more info align * Refactor choice cancel * Refactor Choice margin and padding * Refactor ConfusedWith button styling * Edit sub-heading color * Refactor QuestionInput margin and round * Edit Choice spacing * Refactor Question input label text color if dark theme and isChecked * Refactor Choice button spacing * Reduce spacing within Choice elements * Set question input spacing * Refactor Choice story container spacing * Remove unneeded a11yTitle * Refactor Choice heading and ConfusedWith button spacing * Add Carousel min height * Refactor info icons with aria-hidden
Closed
11 tasks
…#6494) * Refactor Choices stories with selected choices * Add initial ChoiceButton delete functionality * Refactor MockTask and Choices stories * Refactor Choices and ChoiceButton with alternate row shading * Refactor ChoiceButton thumbnail size * Refactor ChoiceButton styling * Refactor delete choice button * Remove unused imports, delete deprecated choice button theme, and remove no longer applicable comments * Add DeleteButton tests * Refactor ChoiceButton thumbnail image request for better quality image * Edit thumbnail width per whatSizeThumbnail helper * Edit ChoiceButton label text size and weight per variables * Refactor column sizes across media widths * Update whatSizeThumbnail tests per updated design * Refactor ChoiceButton and DeleteButton styling * Refactor Choices and ChoiceButton tab sequence * Add Home and End keystroke actions to menu * Refactor menuitem aria attributes * Refactor Choices tests * Refactor ChoiceButton tests * Refactor survey task tests * Refactors for ChoiceButton focus and hover states * Refactor Choices and Choice keyDown actions * Edit ChoiceButton border states * Edit ChoiceButton DeleteButton with no thumbnail * Add survey task Choices hide thumbnails story * Refactor Choices grid with no thumbnails * Refactor Choices grid columns per media width * Refactor ChoiceButton label for long content * Edit choices grid row height if no thumbnails * Fix ChoiceButton DeleteButton sizing * Refactor Choices thumbnail display to hide or show, remove hide if more than 30 choices * Add ChoiceButton translations * Refactor DeleteButton focus and hover styling * Refactors per review notes * Update survey task tests per translation changes
* Refactor Choices stories with selected choices * Add initial ChoiceButton delete functionality * Refactor MockTask and Choices stories * Refactor Choices and ChoiceButton with alternate row shading * Refactor ChoiceButton thumbnail size * Refactor ChoiceButton styling * Refactor delete choice button * Remove unused imports, delete deprecated choice button theme, and remove no longer applicable comments * Add DeleteButton tests * Refactor ChoiceButton thumbnail image request for better quality image * Edit thumbnail width per whatSizeThumbnail helper * Edit ChoiceButton label text size and weight per variables * Refactor column sizes across media widths * Update whatSizeThumbnail tests per updated design * Refactor ChoiceButton and DeleteButton styling * Refactor Choices and ChoiceButton tab sequence * Add Home and End keystroke actions to menu * Refactor menuitem aria attributes * Refactor Choices tests * Refactor ChoiceButton tests * Refactor survey task tests * Refactors for ChoiceButton focus and hover states * Refactor Choices and Choice keyDown actions * Edit ChoiceButton border states * Edit ChoiceButton DeleteButton with no thumbnail * Add survey task Choices hide thumbnails story * Refactor Choices grid with no thumbnails * Refactor Choices grid columns per media width * Refactor ChoiceButton label for long content * Edit choices grid row height if no thumbnails * Fix ChoiceButton DeleteButton sizing * Refactor Choices thumbnail display to hide or show, remove hide if more than 30 choices * Refactor InfoLabel text, choice label heading level
18 tasks
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.
Package
Linked Issue and/or Talk Post
Describe your changes
[ ...incoming... ]
How to Review
Helpful explanations that will make your reviewer happy:
Checklist
PR Creator - Please cater the checklist to fit the review needed for your code changes.
PR Reviewer - Use the checklist during your review. Each point should be checkmarked or discussed before PR approval.
General
yarn panic && yarn bootstrap
ordocker-compose up --build
and FEM works as expectedGeneral UX
Example Staging Project: i-fancy-cats
Bug Fix
Refactoring
Post-merge