Skip to content

Connect: Show all recent connections in connection list#40197

Merged
ravicious merged 3 commits intomasterfrom
r7s/connections-scroll
Apr 5, 2024
Merged

Connect: Show all recent connections in connection list#40197
ravicious merged 3 commits intomasterfrom
r7s/connections-scroll

Conversation

@ravicious
Copy link
Copy Markdown
Member

@ravicious ravicious commented Apr 4, 2024

The list is now scrollable instead of being capped at 10 items.

Before After
before after

I spent way too much time on this, I've also been trying to make the search bar sticky. In the end I kept it very simple.

Having a sticky search bar is certainly possible, but I think it's not worth all the extra complexity. You have to set z-index, then each callsite that wants to use FilterableList needs to specify bg of the parent container in which FilterableList is used. This is to make the search input cover other items when scrolling.

Since FilterableList is used for the cluster list, I added the scrolling behavior there as well just in case.

@ravicious ravicious added this pull request to the merge queue Apr 5, 2024
Merged via the queue into master with commit e02ed57 Apr 5, 2024
@ravicious ravicious deleted the r7s/connections-scroll branch April 5, 2024 08:32
@public-teleport-github-review-bot
Copy link
Copy Markdown

@ravicious See the table below for backport results.

Branch Result
branch/v13 Failed
branch/v14 Failed
branch/v15 Failed

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

Labels

no-changelog Indicates that a PR does not require a changelog entry size/sm ui

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants