Skip to content

Sidebar settings and features discoverability#474

Merged
7w1 merged 5 commits intoSableClient:devfrom
wolterkam:sidebar-settings-discoverability
Mar 24, 2026
Merged

Sidebar settings and features discoverability#474
7w1 merged 5 commits intoSableClient:devfrom
wolterkam:sidebar-settings-discoverability

Conversation

@wolterkam
Copy link
Contributor

Description

Improves discoverability of settings and features related to Sidebar. Somewhat related to #391.

image

Fixes #

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

@wolterkam wolterkam requested review from 7w1 and hazre as code owners March 22, 2026 12:51
@dozro dozro added the ui change this pr introduces ui changes label Mar 22, 2026
@dozro
Copy link
Contributor

dozro commented Mar 22, 2026

@Rosy-iso this seems like a ui change, so yours to review :3

@Rosy-iso Rosy-iso self-requested a review March 23, 2026 09:27
Copy link
Member

@Rosy-iso Rosy-iso left a comment

Choose a reason for hiding this comment

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

Hm, this one is a tough one.
The idea in itself is a nice one, can help newer users...but

First of all, I don't think I've seen other popup menus have toggles before...but there's always a first time and I think it's been implemented fine here (using the bigger switch would be too cumbersome anyway)

But the button to access this menu...that i'm really unsure about...
First of all the three dots are rotated 90° compared to all other thee dots buttons (unless I missed any), which I feel like should be changed for Consistency, but other than that...it's complicated: its a tiny borderless button which is consistent with all other three dots button but is inconsistent with the other buttons in the sidebar..but that's fine since this is a smaller menu with less of a scope, it fits to be smaller...but it still occupies a decent amount of space for something that most of the time you do only need to click once and barely ever again.

To summarize my ramblings, maybe the button needs a bit more purpose to justify its presence? It does seem to essentially take up an entire "slot" so it is substantial imo, but I'm willing to discuss all this

Overall, still def a good and promising idea I believe

@wolterkam
Copy link
Contributor Author

@Rosy-iso Hm, I will remove this button for now and leave the options as a right click context menu. If some more features come up that could be put in there, we could then go back to the button.

@wolterkam wolterkam marked this pull request as draft March 23, 2026 10:25
@hazre
Copy link
Member

hazre commented Mar 23, 2026

Maybe it can be context aware? Like right clicking on the sidebar but then again how would you handle it on mobile

@wolterkam
Copy link
Contributor Author

wolterkam commented Mar 23, 2026

Maybe it can be context aware? Like right clicking on the sidebar but then again how would you handle it on mobile

I assume long press? Does the app actually translate the touch-and-hold events to right-click at the moment, or are all context menus non functional on mobile?

@7w1
Copy link
Member

7w1 commented Mar 23, 2026

I assume long press? Does the app actually translate the touch-and-hold events to right-click at the moment, or are all context menus non functional on mobile?

Nothing is translated, context menus are non-functional unless they have a specific mobile implementation

@wolterkam wolterkam marked this pull request as ready for review March 23, 2026 21:36
@wolterkam wolterkam requested a review from Rosy-iso March 23, 2026 21:37
@wolterkam
Copy link
Contributor Author

wolterkam commented Mar 23, 2026

I have moved these quick settings to live in a context menu activated with a right mouse click.

@7w1 7w1 merged commit d88cd97 into SableClient:dev Mar 24, 2026
9 checks passed
github-merge-queue bot pushed a commit that referenced this pull request Mar 24, 2026
> [!IMPORTANT]
> Merging this PR will create a new release.

## Features

* `Ctrl + K` search menu is now context aware and lists the current
space's rooms at the top.
([#499](#499) by @7w1)
* Add knocking support when attempting to join a room from the
directory, an address, a room mention, or space hierarchy, as well as
text command support for knocking. Also improves rendering for knock
notifications in rooms.
([#470](#470) by @polyjitter)
* Add Android/iOS PWA-specific icon variants.
([#473](#473) by @Septicity)
* Add support for youtube embeds.
([#497](#497) by
@thundertheidiot)
* Add sidebar three dot menu for quick access to related settings
([#474](#474) by @wolterkam)
* Replies that mention the OP are now indicated by the OP username being
prefixed with @ ([#465](#465)
by @mini-bomba)
* Made pin events show a tally of the messages that are pinned.
([#462](#462) by @nushea)

### Improve multiline composer and voice recording
([#476](#476) by @hazre)

- Add a multiline composer layout for longer drafts.
- Keep the voice recorder between composer actions in multiline mode.
- Show the recorder inside the composer on mobile while recording.
- Prevent the composer from expanding when recording starts.
- Make the recorder footer and waveform fit better across screen sizes.
- Let interrupted mobile recording gestures still stop correctly.
- Stabilize wrap detection around edge cases like narrow widths and
trailing spaces.

## Fixes

* Added error messages provided by homeserver to unknown login errors.
([#496](#496) by @7w1)
* Ensure new updates always reload the page properly.
([#502](#502) by @7w1)
* Removed the blocked users moved notice from notifications setting
page. ([#490](#490) by @7w1)
* Fix recieved encrypted message per-message profiles not triggering
rerenders. ([#464](#464) by
@7w1)
* Add `.m4a` files as a recognized audio type.
([#472](#472) by @henk717)
* Fix messages disappearing from rooms after reconnects and timeline
resets. ([#478](#478) by
@hazre)
* Fix Camera being enabled by default even when the client has it off
pre joining in browsers that permit the video (Electron/Tauri as
examples). ([#485](#485) by
@Rawrington)
* Fix cinny-dark-theme link colors being too dark
([#469](#469) by @Elec3137)
* Fix "Default" menu item height in room notification switcher.
([#466](#466) by @polyjitter)
* fix the issue of empty displaynames of a persona, causing an empty
fallback message, it will now ommit the fallback, if the name is empty
or only consists of whitespace
([#495](#495) by @dozro)
* Fixed an Android issue where recording a voice message with headphones
could leave audio stuck in low-quality mode until the app was restarted.
([#476](#476) by @hazre)
* Fixed voice message scrubbing/seeking on Firefox by switching the
recorder from WebM (no seek index) to Ogg/Opus.
([#476](#476) by @hazre)
* fixes touchpad zooming behaviour
([#481](#481) by
@integralfunction)
* Fixes width mismatch for the call chat view.
([#460](#460) by @polyjitter)
* Fix messages sent from sable showing wrong on other client(s)
([#468](#468) by @nushea)

## Documentation

* Updated PR template and CONTRIBUTING.md to add AI disclosure
requirement. ([#456](#456) by
@Rosy-iso)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ui change this pr introduces ui changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants