nioc / xmpp-web

Lightweight web chat client for XMPP server
GNU Affero General Public License v3.0
144 stars 20 forks source link

Backlink to guest rooms view and in emoji picker #26

Closed poVoq closed 3 years ago

poVoq commented 3 years ago

Would be nice to have a back-link for the guest MUC view to allow people to go back to the rooms overview.

Also the emoji picker can only be quit by pressing the escape key or by selecting a emoji, but there is no way to quit it via the GUI.

Thanks!

nioc commented 3 years ago

Ok for button leading back to rooms list.

For the emoji, I'm sorry but the picker uses a tabs Buefy component, and it is not easy to add a button before or after tabs lists and I prefer avoiding to much complexity (CSS tricks with absolute position is such a pain). User should press escape or select an emoji and remove it after, not a big deal.