greenlight/app/views/rooms
Lars Kiesow 04651ea65d
Allow Searching for Rooms (#2315)
* Allow Searching for Rooms

If a user has a lot of rooms, finding the correct one can be somewhat
annoying and it would be great to be able to search for or filter the
rooms in the room list.

This patch adds a very simple search functionality for this. The search
bar is hidden as long as a user has not more than six (two rows in
desktop mode) rooms. If the number of rooms exceeds this limit, a search
field is shown to quickly filter the list.

* Updates Romm Filter Style

This patch updates the room filtering according to the review requests.
It switches to the same search input style that is used at places like
the recording table.

This mans, that this also works slightly different since the input now
has a clear and a search button. The basic functionality is the same
though.

Finally, this switches from plain JavaScript to jQuery functions for
filtering.
2020-12-07 18:20:58 -05:00
..
components Hide recording table when disabled through room config (#1988) 2020-08-04 17:59:47 -04:00
cant_create_rooms.html.erb Fixed 500 when there is an invalid profile picture (#2109) 2020-09-21 13:12:17 -04:00
join.html.erb Added limit for join name (#2220) 2020-10-22 15:47:54 -04:00
show.html.erb Allow Searching for Rooms (#2315) 2020-12-07 18:20:58 -05:00
wait.html.erb GRN2-180: First stages of refactoring code for v2.4 (#748) 2019-09-19 10:03:44 -04:00