greenlight/app/assets/javascripts
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
..
channels initial commit 2018-05-07 16:06:01 -04:00
admins.js Fixed XSS vulnerability in merge user modal (#2214) 2020-10-20 14:31:59 -04:00
application.js Merge v2.7-alpha (#1951) 2020-07-29 11:03:22 -04:00
cable.js add LGPL 3.0 headers 2018-08-01 09:45:12 -04:00
cookies.js Merge v2.7-alpha (#1951) 2020-07-29 11:03:22 -04:00
delete.js GRN2-247: Added Active Pending Banned Deleted tabs to manage users (#816) 2019-10-10 16:10:23 -04:00
header.js Fixed issue with return to cookie (#828) 2019-10-10 16:24:35 -04:00
main.js GRN2-xx: Replaced language files with the updated versions (Fixed #813) (#814) 2019-10-11 08:53:40 -04:00
recording.js Added confirm modal when deleting recording (#2056) 2020-09-03 11:08:13 -04:00
rename.js Fix rename recordings (#1721) 2020-06-02 11:01:35 -04:00
room.js Allow Searching for Rooms (#2315) 2020-12-07 18:20:58 -05:00
search.js GRN2-128: Added the ability to manage rooms (#848) 2020-02-12 17:49:35 -05:00
settings.js GRN2-129: Added server recordings and refactored adminsitrator panel (#662) 2019-07-22 12:46:47 -04:00
sort.js GRN2-128: Added the ability to manage rooms (#848) 2020-02-12 17:49:35 -05:00
user_edit.js Updated language dropdown to look nicer (#2171) 2020-10-07 16:26:38 -04:00
wait.js Added back join retry as fallback (#2095) 2020-09-17 14:19:18 -04:00