comfy / comfortable-mexican-sofa

ComfortableMexicanSofa is a powerful Ruby on Rails 5.2+ CMS (Content Management System) Engine
MIT License
2.72k stars 637 forks source link

Wysiwyg file chooser pagination #921

Open ilp416 opened 3 years ago

ilp416 commented 3 years ago

Expected behavior

When I have more than 100 uploaded files I must have some pagination or infinite scroll in file chooser in WYSISYG editor

Actual behavior

When I open choose file dialog it load just first 100 files. I can't select 101 file.

Steps to reproduce

Upload more than 100 files Install will paginate or kaminari Create a page with wysiwyg editor, open file chooser.

Problem here: https://github.com/comfy/comfortable-mexican-sofa/blob/master/app/controllers/comfy/admin/cms/files_controller.rb#L21

System configuration

ruby 2.6.0 rails 5.2.4.4 comfortable_mexican_sofa 2.0.19