-
Notifications
You must be signed in to change notification settings - Fork 14
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(Date Picker): add new bq-date-picker
component
#1029
Merged
Merged
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
Closed
Cata1989
force-pushed
the
feat/date_picker
branch
2 times, most recently
from
April 25, 2024 14:02
bdfe185
to
1e8de38
Compare
Cata1989
force-pushed
the
feat/date_picker
branch
from
May 13, 2024 07:59
2c7da4b
to
ac72e59
Compare
Cata1989
force-pushed
the
feat/date_picker
branch
from
May 16, 2024 13:53
0eb4a7a
to
416a43e
Compare
dgonzalezr
reviewed
May 16, 2024
packages/beeq/src/components/date-picker/scss/bq-date-picker.variables.scss
Outdated
Show resolved
Hide resolved
dgonzalezr
reviewed
May 16, 2024
packages/beeq/src/components/date-picker/scss/bq-date-picker.variables.scss
Outdated
Show resolved
Hide resolved
dgonzalezr
reviewed
May 16, 2024
dgonzalezr
reviewed
May 16, 2024
dgonzalezr
reviewed
May 16, 2024
dgonzalezr
reviewed
May 16, 2024
dgonzalezr
reviewed
May 16, 2024
packages/beeq/src/components/date-picker/_storybook/bq-date-picker.stories.tsx
Show resolved
Hide resolved
dgonzalezr
reviewed
May 16, 2024
dgonzalezr
reviewed
May 16, 2024
Cata1989
force-pushed
the
feat/date_picker
branch
from
May 17, 2024 13:06
dd303b3
to
f8f8f12
Compare
…test selectable dates
dgonzalezr
reviewed
May 20, 2024
packages/beeq/src/components/date-picker/_storybook/bq-date-picker.stories.tsx
Outdated
Show resolved
Hide resolved
dgonzalezr
reviewed
May 20, 2024
packages/beeq/src/components/date-picker/_storybook/bq-date-picker.stories.tsx
Outdated
Show resolved
Hide resolved
dgonzalezr
reviewed
May 20, 2024
dgonzalezr
reviewed
May 20, 2024
packages/beeq/src/components/date-picker/_storybook/bq-date-picker.stories.tsx
Outdated
Show resolved
Hide resolved
dgonzalezr
reviewed
May 20, 2024
packages/beeq/src/components/date-picker/scss/bq-date-picker.scss
Outdated
Show resolved
Hide resolved
dgonzalezr
reviewed
May 20, 2024
packages/beeq/src/components/date-picker/scss/bq-date-picker.scss
Outdated
Show resolved
Hide resolved
dgonzalezr
reviewed
May 20, 2024
dgonzalezr
reviewed
May 20, 2024
dgonzalezr
force-pushed
the
feat/date_picker
branch
from
May 21, 2024 11:30
d03cdaa
to
9402aad
Compare
dgonzalezr
previously approved these changes
May 21, 2024
Cata1989
commented
May 21, 2024
packages/beeq/src/components/date-picker/scss/bq-date-picker.variables.scss
Show resolved
Hide resolved
dgonzalezr
approved these changes
May 21, 2024
Quality Gate passedIssues Measures |
7 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.
Description
The purpose of this PR is to introduce a new feature like Date Picker which uses an external library named Cally (https://wicky.nillia.ms/cally/) which is not integrated in our Beeq Components.
Related Issue
Fixes #916
Documentation
Screenshots (if applicable)
Checklist
Additional Notes