Skip to content

fix(webui): fix flex columns ignoring resize, fixes #1323#1324

Open
mohamadyasser118 wants to merge 2 commits intocybertec-postgresql:masterfrom
mohamadyasser118:fix/flex-column-resize
Open

fix(webui): fix flex columns ignoring resize, fixes #1323#1324
mohamadyasser118 wants to merge 2 commits intocybertec-postgresql:masterfrom
mohamadyasser118:fix/flex-column-resize

Conversation

@mohamadyasser118
Copy link
Copy Markdown
Contributor

@mohamadyasser118 mohamadyasser118 commented Mar 20, 2026

Fixes #1323

I made changes:

  • columnSizing initializes as {}, only user-set widths are stored
  • columnsWithSizing only overrides a column when the user has resized it, so when applying user width, strip flex and minWidth so the pixel value is respected in both directions
fix.mp4

AI & Automation Policy

  • I am the human author and take full personal responsibility for every change in this PR.
  • No AI or automated generative tool was used in any part of this PR OR I have disclosed all tool(s) below.
    Drafted with the assistance Claude Sonnet 4.6

Checklist

  • Code compiles and existing tests pass locally.
  • New or updated tests are included where applicable.
  • Documentation is updated where applicable.

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.

bug(webui): flex columns (e.g. Connection string) cannot be resized and expand/shrink unexpectedly

1 participant