greenlight/config
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
..
environments Added timestamp to production logs (#2151) 2020-10-02 14:15:46 -04:00
initializers Add env variables to change same_site and secure (#2040) 2020-08-24 14:19:46 -04:00
locales Allow Searching for Rooms (#2315) 2020-12-07 18:20:58 -05:00
application.rb Added env variable to set the default language (#2147) 2020-10-02 09:50:24 -04:00
boot.rb GRN2-45, GRN2-197: Upgrade Rails to 5.2.3 and removed sass-rails gem (#636) 2019-07-15 10:13:41 -04:00
cable.yml Switched default cable adapter to postgres (#2139) 2020-09-29 11:31:42 -04:00
database.yml GRN2-xx: Added port to database configuration (#1550) 2020-05-08 16:13:57 -04:00
environment.rb add LGPL 3.0 headers 2018-08-01 09:45:12 -04:00
puma.rb Puma Worker Configuration (#1701) 2020-09-29 11:44:47 -04:00
routes.rb Merge v2.7-alpha (#1951) 2020-07-29 11:03:22 -04:00
secrets.yml initial commit 2018-05-07 16:06:01 -04:00
spring.rb GRN2-45, GRN2-197: Upgrade Rails to 5.2.3 and removed sass-rails gem (#636) 2019-07-15 10:13:41 -04:00
storage.yml Merge v2.7-alpha (#1951) 2020-07-29 11:03:22 -04:00