[obs-commits] [openSUSE/open-build-service] c4543f: Change the default pagination type

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: c4543f8fe965eef98cacf3e5736afc64625cb963 https://github.com/openSUSE/open-build-service/commit/c4543f8fe965eef98cacf3... Author: Victor Pereira <vpereira@suse.de> Date: 2020-02-18 (Tue, 18 Feb 2020) Changed paths: M src/api/app/assets/javascripts/webui/datatables.js Log Message: ----------- Change the default pagination type Following the https://datatables.net/reference/option/pagingType We are now using instead of "simple_numbers", the "full" with only 'First', 'Previous', 'Next' and 'Last' buttons which fits better to a mobile first approach Co-authored-by: Dany Marcoux <dmarcoux@suse.com> Commit: a458ac4b9706535d37a255237c83ed1c72198e42 https://github.com/openSUSE/open-build-service/commit/a458ac4b9706535d37a255... Author: Victor Pereira <vpereira@suse.de> Date: 2020-02-18 (Tue, 18 Feb 2020) Changed paths: M src/api/app/assets/javascripts/webui/project.js Log Message: ----------- Enable responsive and customize datables to show just table, searchbox and pagination Commit: c23b7454bfc3eb44a565f6fb5a701483d0b66c9b https://github.com/openSUSE/open-build-service/commit/c23b7454bfc3eb44a565f6... Author: Victor Pereira <vpereira@suse.de> Date: 2020-02-18 (Tue, 18 Feb 2020) Changed paths: M src/api/app/assets/stylesheets/webui/datatables.scss Log Message: ----------- Center pagination for Projects#index Commit: 19cbd4c7f883bcfb5ead986d504b623f1062ab4b https://github.com/openSUSE/open-build-service/commit/19cbd4c7f883bcfb5ead98... Author: Victor Pereira <vpereira@suse.de> Date: 2020-02-18 (Tue, 18 Feb 2020) Changed paths: M src/api/app/assets/stylesheets/webui/datatables.scss Log Message: ----------- Remove unecessary css rule for datable input Commit: 677e8bc805a164a803b6fd38f5d249f35c7f8998 https://github.com/openSUSE/open-build-service/commit/677e8bc805a164a803b6fd... Author: Victor Pereira <vpereira@suse.de> Date: 2020-02-19 (Wed, 19 Feb 2020) Changed paths: M src/api/app/assets/javascripts/webui/datatables.js M src/api/app/assets/javascripts/webui/project.js M src/api/app/assets/stylesheets/webui/datatables.scss Log Message: ----------- Merge pull request #9085 from vpereira/datatable_improvements Projects#index improvements Compare: https://github.com/openSUSE/open-build-service/compare/d07ddd83ebf0...677e8b...
participants (1)
-
Victor Pereira