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
A colleague of mine has pointed out a small but very important usability enhancement: at present, room 'tiles' on a user's Greenlight home screen have a 'copy room URL' option available, but no where is the unique room string visible on the tiles. This creates a problem when someone running a meeting can see the room URL in, say, a calendar event or email, but they cannot easily work out which of their labelled room tiles it belongs to.
It would be very useful to have the room ID string (or perhaps just a unique part of it?) visible in each tile to help address that 'matching' problem.
The text was updated successfully, but these errors were encountered:
Hey, you only have to put the friendly_id from the room object in to the stack Tag in this file (/app/javascript/components/rooms/RoomCard.jsx) and add this file to volumes of the greenlight-v3 container in the docker-compose.yml
And you only have to restart the docker-container from greenlight.
Huh, ok, I can do that. Thanks! For less technical users, though, might be worth making it an option in the Greenlight interface though (given that it seems a fairly minor tweak)...
A colleague of mine has pointed out a small but very important usability enhancement: at present, room 'tiles' on a user's Greenlight home screen have a 'copy room URL' option available, but no where is the unique room string visible on the tiles. This creates a problem when someone running a meeting can see the room URL in, say, a calendar event or email, but they cannot easily work out which of their labelled room tiles it belongs to.
It would be very useful to have the room ID string (or perhaps just a unique part of it?) visible in each tile to help address that 'matching' problem.
The text was updated successfully, but these errors were encountered: