Perf: banners and room icons#851
Merged
Merged
Conversation
4aac6ef to
027f6d2
Compare
0b2a4ee to
4a2521c
Compare
7w1
reviewed
May 16, 2026
7w1
reviewed
May 16, 2026
Contributor
Deploying with
|
| Status | Preview URL | Commit | Alias | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! | https://pr-851-sable.raspy-dream-bb1d.workers.dev | 6c832a8 | pr-851 |
Sat, 16 May 2026 10:32:11 GMT |
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add settings for rooms icons showing for every space with the default leaving it up to the general setting for icons showing, and the rest overriding it:

For the Room currently it will be present inside of the

It also adds styling to the RoomCard using the banner in preparation of maybe when it might happen that the associated MSC gets merged into the spec (as it stands it only works with rooms you are already a member of as it is stored as a regular state event)

And it also increases the size of the Vertical resizer bar as they are the ones that are possible to be seen on mobile and it helps with gripping them, and separated them into classes better so it might be more easily changeable with a tweak if so desired.

Lastly it fixes the banner buttons previously being enabled when the user is missing the permissions to edit the room banner
Fixes #
Type of change
Checklist:
AI disclosure:
Caine (the AI from TADC) gave me swappable parts and trapped me into a circus if that counts as assistance!