Skip to content

[Improvement] SYST-591: Make paper dialog resizable#414

Merged
adamnoto merged 6 commits into
mainfrom
improvement/make-paper-dialog-resizable
Jun 6, 2026
Merged

[Improvement] SYST-591: Make paper dialog resizable#414
adamnoto merged 6 commits into
mainfrom
improvement/make-paper-dialog-resizable

Conversation

@alimnfl

@alimnfl alimnfl commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Description:
This pull request introduces a new resizable prop for PaperDialog, providing more flexible sizing behavior across desktop and mobile devices.

The resizable prop can be configured as either a boolean or a PaperDialogResizable object:

export interface PaperDialogResizable {
  minWidth?: string;
  maxWidth?: string;
  minHeight?: string;
  maxHeight?: string;
}

Additionally, this update introduces the onResize and onResizeComplete callbacks, allowing consumers to respond to resize events and track size changes during and after resizing interactions.

Source:
[Improvement] SYST-591: Make paper dialog resizable

Tick what you have done:
[x] I have double checked the functionality with the ticket in linear, or any other relevant discussion avenue
[ ] I have created/updated any relevant test code
[ ] I have tested it myself

@alimnfl alimnfl self-assigned this Jun 4, 2026
@linear

linear Bot commented Jun 4, 2026

Copy link
Copy Markdown

SYST-591

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

Coneto Storybook preview deployed to: https://dev.files.systatum.com/coneto/b4697717

@alimnfl alimnfl requested a review from adamnoto June 4, 2026 08:12
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

Coneto Storybook preview deployed to: https://dev.files.systatum.com/coneto/b4697717

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

Coneto Storybook preview deployed to: https://dev.files.systatum.com/coneto/b4697717

@adamnoto adamnoto left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Image

@adamnoto adamnoto merged commit 457c271 into main Jun 6, 2026
1 check passed
@adamnoto adamnoto deleted the improvement/make-paper-dialog-resizable branch June 6, 2026 00:54
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.

2 participants