-
Notifications
You must be signed in to change notification settings - Fork 0
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
[#762] Inputs #767
Open
planktonic
wants to merge
21
commits into
main
Choose a base branch
from
feature/762-inputs
base: main
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.
Open
[#762] Inputs #767
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
planktonic
force-pushed
the
feature/762-inputs
branch
2 times, most recently
from
May 4, 2023 09:41
5cebeb0
to
b19e591
Compare
planktonic
changed the base branch from
main
to
feature/759-update-button-joined-component
May 17, 2023 08:13
planktonic
force-pushed
the
feature/762-inputs
branch
from
May 17, 2023 15:18
290ddcd
to
0b5923a
Compare
planktonic
force-pushed
the
feature/759-update-button-joined-component
branch
from
May 22, 2023 08:06
4e49543
to
c370f9c
Compare
Base automatically changed from
feature/759-update-button-joined-component
to
main
May 22, 2023 08:14
planktonic
force-pushed
the
feature/762-inputs
branch
from
May 22, 2023 08:28
0b5923a
to
65ea179
Compare
planktonic
force-pushed
the
feature/762-inputs
branch
from
August 15, 2023 12:40
65ea179
to
635a9c7
Compare
planktonic
force-pushed
the
feature/762-inputs
branch
from
August 15, 2023 13:00
6a7a6b6
to
c90461a
Compare
planktonic
force-pushed
the
feature/762-inputs
branch
from
December 11, 2023 10:33
95f67ae
to
fcfed94
Compare
…er, and to be more usable in situations like joined-ui - turning off prettier in more files, as it makes the Sass unreadable
- stories and a component for inputs
- updates radio & checkbox stories
…ms` folder - Documentation is now all in `Base/Forms`, where the examples are of real usage instead of for testing purposes
- checkboxes & radios now can have box-shadows in each state - adds an invalid state for radios & checkboxes
- added select styles - adding radio & checkbox styles - Text inputs no lopnger wrapped with labels TODO: - apply the focus styles from feature/757-update-link-component - apply the shadows from feature/749-update-badge-components - update stories - add all the extra checked/unchecked versions of states
- Adds sass variables for the extra states on checkboxes & radios - All stories now include labels
- Cleanup stories - Adds zeplinLinks where available - Adds descriptive children/labels
- Selects 7 inputs subtract their border from their height in order to match the designs - Input-texts inside an `o-joined-ui` now work properly (border-radiuses etc)
- Moves some storties out of ui/forms.mdx, into a js file
- Updates input appearances to match designs - Adds the missing invalid-checked state
…re not available there - Correct url for a story
planktonic
force-pushed
the
feature/762-inputs
branch
from
December 11, 2023 13:13
945ec81
to
e1ca335
Compare
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 #762
Changes
📸 Looks like
How to QA
👀 Visual changes
git fetch
git checkout feature/762-inputs
yarn
yarn storybook
Check:
👾 Code changes
Check:
Preflight checks
test/scss/
have been updatedunreleased
section of CHANGELOG.md