greenlight icon indicating copy to clipboard operation
greenlight copied to clipboard

Feature request: show room 'code' (URL path) on the tiles for rooms

Open lightweight opened this issue 11 months ago • 2 comments

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.

lightweight avatar Jan 31 '25 09:01 lightweight

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.

beamsz avatar Feb 04 '25 18:02 beamsz

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)...

lightweight avatar Feb 04 '25 19:02 lightweight