edemaine / comingle

Multiroom meeting app integrating web tools
MIT License
44 stars 8 forks source link

Grid of rooms #178

Open edemaine opened 3 years ago

edemaine commented 3 years ago

As a coarse approximation to the geometry of Gather.town, having a top-level view of the rooms in a grid format (as if they were a grid of tables) would be a nice view of everything.

diomidov commented 3 years ago

Alternatively, the room list could switch to grid format if it's wide enough

edemaine commented 3 years ago

Related, I think it would be nice to have a "show me all the rooms" view, taking over the Welcome tab. Maybe we just need a "maximize" button on the Meeting Rooms tab bar. It's a little tricky to implement, though, as border tabs aren't meant to maximize...

diomidov commented 3 years ago

The "maximize" button could move the Meeting Rooms tab from the border into the main view (replacing an open room?). Then when you click on a room, Meeting Rooms would move back to the border and the room would open in the main view.

But I'm not sure how this would work with multiple open rooms.