Skip to content

feat: allow window to be resizable#2760

Open
xingzihai wants to merge 1 commit intogitify-app:mainfrom
xingzihai:feat-resizable-window
Open

feat: allow window to be resizable#2760
xingzihai wants to merge 1 commit intogitify-app:mainfrom
xingzihai:feat-resizable-window

Conversation

@xingzihai
Copy link
Copy Markdown

Fixes #2441

This PR allows the Gitify window to be resizable:

  • Set WindowConfig.resizable to true
  • Remove resizable = false in DevTools closed event
  • Update test to expect resizable = true

This improves user experience by allowing users to resize the window according to their needs.

- Set WindowConfig.resizable to true
- Remove resizable = false in DevTools closed event
- Update test to expect resizable = true

Fixes gitify-app#2441
@github-actions github-actions bot added the enhancement New feature or enhancement to existing functionality label Apr 1, 2026
Copy link
Copy Markdown
Member

@setchy setchy left a comment

Choose a reason for hiding this comment

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

per #2441 (comment) - we're not sure if this is a feature we want to support at this time

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

Labels

enhancement New feature or enhancement to existing functionality

Development

Successfully merging this pull request may close these issues.

Allow the window to be resized

2 participants