mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
settings: Add file search to the uploads table.
This uses the searching capabilities of the list_render class to search for files by name; normalized by lowercase locale.
This commit is contained in:
committed by
Tim Abbott
parent
7882039a11
commit
7b8fd1aafb
@@ -35,6 +35,7 @@ exports.set_up_attachments = function () {
|
||||
});
|
||||
|
||||
var uploaded_files_table = $("#uploaded_files_table").expectOne();
|
||||
var $search_input = $("#upload_file_search");
|
||||
|
||||
list_render(uploaded_files_table, attachments, {
|
||||
name: "uploaded-files-list",
|
||||
|
||||
Reference in New Issue
Block a user