Skip to content
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(QDatePicker): new QDatePicker #336

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Conversation

SeregaBB
Copy link
Contributor

No description provided.

@netlify
Copy link

netlify bot commented Sep 13, 2022

Deploy Preview for qui-max ready!

Name Link
🔨 Latest commit f9f5aa4
🔍 Latest deploy log https://app.netlify.com/sites/qui-max/deploys/632d9e98c356d200097eeeb5
😎 Deploy Preview https://deploy-preview-336--qui-max.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Sep 13, 2022

Deploy Preview for qui-docs canceled.

Name Link
🔨 Latest commit f9f5aa4
🔍 Latest deploy log https://app.netlify.com/sites/qui-docs/deploys/632d9e98194e6a0009911978

@cheesytim cheesytim added the enhancement New feature or request label Sep 20, 2022
Sergey and others added 2 commits September 23, 2022 14:11
* feat(QDatePicker): month panel

* feat(QDatePicker): add switching views (clickable heading in panel)

* feat(QDatePicker): fixes after review

Co-authored-by: s.lysanov <[email protected]>
* feat(QDatePicker): year panel init

* feat(QDatePicker): year panel current, selected year

Co-authored-by: s.lysanov <[email protected]>

// TODO: поменять массив, когда будет панель с годами (отображать месяц, только в режиме выбора дня)
const isMonthButtonVisible = computed<boolean>(() =>
['year', 'month', 'day'].includes(props.view)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants