Skip to content

Popover datepicker optimization#2517

Open
mfal wants to merge 3 commits into
mainfrom
popover-datepicker-optimization
Open

Popover datepicker optimization#2517
mfal wants to merge 3 commits into
mainfrom
popover-datepicker-optimization

Conversation

@mfal

@mfal mfal commented May 28, 2026

Copy link
Copy Markdown
Member

No description provided.

@github-actions

github-actions Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for ./packages/components/

Status Category Percentage Covered / Total
🔵 Lines 81.81% 279 / 341
🔵 Statements 82.13% 285 / 347
🔵 Functions 88% 66 / 75
🔵 Branches 71.95% 136 / 189
File CoverageNo changed files found.
Generated in workflow #5438 for commit 53027a3 by the Vitest Coverage Report Action

@mfal mfal force-pushed the popover-datepicker-optimization branch from 57924e9 to ed7ef2c Compare May 28, 2026 07:09
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Preview Deployment

Preview environments are ready:

Type URL
docs pr-2517.docs.review.flow-components.de
storybook pr-2517.storybook.review.flow-components.de

Images:

  • docs: ghcr.io/mittwald/flow/docs:pr-2517
  • storybook: ghcr.io/mittwald/flow/storybook:pr-2517

@ins0 ins0 added the update-screenshots Label a PR to update the screenshots used for visual regression testing label May 28, 2026
@github-actions github-actions Bot removed the update-screenshots Label a PR to update the screenshots used for visual regression testing label May 28, 2026
@mfal mfal force-pushed the popover-datepicker-optimization branch from 72faaa1 to 13523e6 Compare June 26, 2026 07:14
@mfal mfal added the update-screenshots Label a PR to update the screenshots used for visual regression testing label Jun 26, 2026
@github-actions github-actions Bot removed the update-screenshots Label a PR to update the screenshots used for visual regression testing label Jun 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Preview Deployment

Preview environments are ready:

Type URL
docs pr-2517.docs.review.flow-components.de
storybook pr-2517.storybook.review.flow-components.de

Images:

  • docs: ghcr.io/mittwald/flow/docs:pr-2517
  • storybook: ghcr.io/mittwald/flow/storybook:pr-2517

Co-authored-by: mfal <4696750+mfal@users.noreply.github.com>
@Lisa18289

Lisa18289 commented Jun 26, 2026

Copy link
Copy Markdown
Member

it does not look good without padding, maybe we should add a --calendar--cell-size-mobile instead?

@github-actions

Copy link
Copy Markdown
Contributor

🚀 Preview Deployment

Preview environments are ready:

Type URL
docs pr-2517.docs.review.flow-components.de
storybook pr-2517.storybook.review.flow-components.de

Images:

  • docs: ghcr.io/mittwald/flow/docs:pr-2517
  • storybook: ghcr.io/mittwald/flow/storybook:pr-2517

@Lisa18289

Copy link
Copy Markdown
Member

we need this optimization for date range picker as well


const calendarClassName = clsx(
styles.calendar,
getBodyInnerWidth() < 300 && styles.small,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

could we not just use css media query instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants