greenlight/app
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
..
assets Allow Searching for Rooms (#2315) 2020-12-07 18:20:58 -05:00
channels GRN2-xx: Removed unnecessary log lines (#930) 2020-02-12 17:49:35 -05:00
controllers Fix Invite Link Separator (#2309) 2020-12-05 14:27:56 -05:00
helpers GRN2-xx: Hide signin when error occures (#2221) 2020-10-23 10:01:19 -04:00
jobs add LGPL 3.0 headers 2018-08-01 09:45:12 -04:00
mailers fixes #2082 proper link in mail (#2083) 2020-09-15 16:08:32 -04:00
models allow single quote inside email field (#2187) 2020-10-13 10:20:34 -04:00
views Allow Searching for Rooms (#2315) 2020-12-07 18:20:58 -05:00