Skip to content

Feat show all rooms#866

Merged
nushea merged 2 commits into
devfrom
feat-show-all-rooms
May 21, 2026
Merged

Feat show all rooms#866
nushea merged 2 commits into
devfrom
feat-show-all-rooms

Conversation

@nushea
Copy link
Copy Markdown
Member

@nushea nushea commented May 19, 2026

Description

Adds toggle for showing all rooms, allow routing rooms through home when so desired, and list the rooms by activity

(basically this)
image

Fixes #862

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

AI disclosure:

  • Partially AI assisted (clarify which code was AI assisted and briefly explain what it does).
  • Fully AI generated (explain what all the generated code does in moderate detail).

Written with the dread of having to touch the router and fearing breaking sth that we'll only find out about months after this feature becomes mundane

@nushea nushea requested review from 7w1 and hazre as code owners May 19, 2026 04:38
@nushea nushea force-pushed the feat-show-all-rooms branch from 5e87b52 to d448c75 Compare May 19, 2026 04:43
@github-actions
Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

Status Preview URL Commit Alias Updated (UTC)
✅ Deployment successful! https://pr-866-sable.raspy-dream-bb1d.workers.dev d448c75 pr-866 Tue, 19 May 2026 04:45:07 GMT

radii="300"
>
<Text style={{ flexGrow: 1 }} as="span" size="T300" truncate>
{isShowingAllRoomsInHome ? 'Show Home Rooms' : 'Show All Rooms'}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I wonder if there’s a better name for “Home Rooms” it feels a little unclear since All Rooms would still show up under home 🤔

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I was thinking of calling them 'Show Orphan Rooms' : 'Show All Rooms' but i feel like that sounds too harsh to just call rooms orphan in the UI even tho it is technically correct

@nushea nushea added this pull request to the merge queue May 21, 2026
Merged via the queue into dev with commit f35dcee May 21, 2026
12 checks passed
@nushea nushea deleted the feat-show-all-rooms branch May 21, 2026 19:55
ProfessorVarox pushed a commit to ProfessorVarox/sable that referenced this pull request May 22, 2026
> [!IMPORTANT]
> Merging this PR will create a new release.

## Features

* Add support for misskey-flavored markdown color definitions. E.g.
`$[fg.color=f00 bg.color=00ff00 red on green]`.
([SableClient#860](<SableClient#860>) by @7w1)
* Add per Space setting for when to show room icons in sidebar
([SableClient#851](<SableClient#851>) by @nushea)
* Add toggle to list all rooms inside of the home sidebar.
([SableClient#866](<SableClient#866>) by @nushea)

### Change Image Viewer to feel more natural to use.
([SableClient#686](<SableClient#686>) by @7w1,
@nushea, @Septicity)

- Fixed zoom gestures generally not working on mobile.
- Changed the % number in the top right to reflect the zoom of the
original image as opposed to the change from it fitting the container.
- Made the zoom pill allow entering custom values.
- Added a button that zooms you to the original size of the image, and a
button to return to the size that fills the container.
- Added a pixelated image scaling setting: choose Both, Chat, Image
viewer (default), or Neither for crisp nearest-neighbor rendering.
- Transitions are now disabled for manual panning to improve
responsiveness.

## Fixes

* Fixed starting lists at arbitrary numbers and list markers extending
off screen with long numbers.
([SableClient#860](<SableClient#860>) by @7w1)
* Fix single new lines after block quotes being block-quoted.
([SableClient#860](<SableClient#860>) by @7w1)
* Fix emojis not rendering in reply chips.
([SableClient#860](<SableClient#860>) by @7w1)
* Hardened html parsing in standard input box, should no longer randomly
delete text in arrow brackets (unless valid, properly closed, legal
html). ([SableClient#860](<SableClient#860>) by @7w1)
* Fixed the message loading spinner flickering instead of continuing
during large pagination chunks.
([SableClient#895](<SableClient#895>) by @7w1)
* Fix matrix.to links getting arrow brackets inserted when editing
messages. ([SableClient#860](<SableClient#860>) by
@7w1)
* Fix mentions breaking after editing messages with mentions.
([SableClient#860](<SableClient#860>) by @7w1)
* Fix account switching and logging in with multiple (SSO) accounts
silently failing
([SableClient#882](<SableClient#882>) by
@770grappenmaker)
* Removed the arbitrary bio limit from the bio editor.
([SableClient#863](<SableClient#863>) by @7w1)
* Remove target and rel attributes from outgoing html links.
([SableClient#891](<SableClient#891>) by @7w1)
* Fix tablet layouts having the sidebar fill up the screen.
([SableClient#864](<SableClient#864>) by @7w1)
* Add support for stable mutual rooms endpoint, manually ported from
[this
commit](cinnyapp/cinny@bef2672)
by ajbura upstream.
([SableClient#852](<SableClient#852>) by @7w1)

## Documentation

* Docker build tags have been updated: `latest` now tracks the latest
versioned release and `dev` now tracks the dev branch.
([SableClient#892](<SableClient#892>) by @7w1)
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.

Show all rooms (even non-orphans) in home tab

2 participants