Skip to content

fix(desktop): adjust layout properties in DialogSelectServer component#23589

Merged
Brendonovich merged 3 commits intoanomalyco:devfrom
OpeOginni:fix/desktop-servers-list
Apr 21, 2026
Merged

fix(desktop): adjust layout properties in DialogSelectServer component#23589
Brendonovich merged 3 commits intoanomalyco:devfrom
OpeOginni:fix/desktop-servers-list

Conversation

@OpeOginni
Copy link
Copy Markdown
Contributor

@OpeOginni OpeOginni commented Apr 20, 2026

Issue for this PR

Closes #23588

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

  • Made the dialog body use flex-1 min-h-0 so the content area can constrain itself.
  • Made the server List the scrolling region instead of letting it grow indefinitely.
  • Kept the footer action row as shrink-0, so the Add server button stays visible.

How did you verify your code works?

Tested on my dev build of the desktop electron app

Screenshots / recordings

BEFORE

Screenshot 2026-04-20 at 19 09 37

AFTER

Screen.Recording.2026-04-20.at.19.21.10.mov

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@Brendonovich Brendonovich merged commit 224548d into anomalyco:dev Apr 21, 2026
2 checks passed
@OpeOginni OpeOginni deleted the fix/desktop-servers-list branch April 21, 2026 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Server list on desktop hides Add server button and remaining servers

2 participants