You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spaces provide a convenient generalization for classifying rooms and, as such, can be used for personal use to group rooms. For example, this (for the most part) justifies the deprecation of an automatic grouping of rooms into Direct Messages and Rooms, because everyone can freely decide to group rooms like that by using spaces.
For this personal purpose, it is convenient to have a compatible low-effort/ad-hoc semantic, for example for presentation. In this issue I'd like to propose one such feature which would generate an improved logo for the switcher-bar at the bottom of FluffyChat when no image has explicitly been uploaded as a room logo.
Feature Request
For spaces in the bottom switcher-bar, the first N (typically 1 or 2) characters of the space name are shown as a ad-hoc logo, and the space name is shown as the space name next to it (status quo). Additionally, if the space name matches ([[:emoji:]])[[:space:]](.*), an Emoji followed by a space and then other stuff, the Emoji is shown as the ad-hoc logo and the remainder (second capture group) is shown as the space name next to it.
The text was updated successfully, but these errors were encountered:
Preamble
Spaces provide a convenient generalization for classifying rooms and, as such, can be used for personal use to group rooms. For example, this (for the most part) justifies the deprecation of an automatic grouping of rooms into Direct Messages and Rooms, because everyone can freely decide to group rooms like that by using spaces.
For this personal purpose, it is convenient to have a compatible low-effort/ad-hoc semantic, for example for presentation. In this issue I'd like to propose one such feature which would generate an improved logo for the switcher-bar at the bottom of FluffyChat when no image has explicitly been uploaded as a room logo.
Feature Request
For spaces in the bottom switcher-bar, the first N (typically 1 or 2) characters of the space name are shown as a ad-hoc logo, and the space name is shown as the space name next to it (status quo). Additionally, if the space name matches
([[:emoji:]])[[:space:]](.*)
, an Emoji followed by a space and then other stuff, the Emoji is shown as the ad-hoc logo and the remainder (second capture group) is shown as the space name next to it.The text was updated successfully, but these errors were encountered: