[obs-commits] [openSUSE/open-build-service] 0bd120: [webui] Add method for closing/hiding dialogs
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 0bd120b31c34b9f08f04b1169554fc7b43415fab https://github.com/openSUSE/open-build-service/commit/0bd120b31c34b9f08f04b1... Author: Manuel Schnitzer <mschnitzer@suse.com> Date: 2016-12-14 (Wed, 14 Dec 2016) Changed paths: M src/api/app/assets/javascripts/webui/application.js M src/api/app/assets/stylesheets/webui/application/dialog.scss M src/api/app/controllers/webui/request_controller.rb M src/api/app/helpers/webui/webui_helper.rb M src/api/app/views/webui/request/_package_maintainers_dialog.html.erb M src/api/app/views/webui/request/show.html.erb M src/api/config/routes.rb Log Message: ----------- [webui] Add method for closing/hiding dialogs Before we removed dialogs completely from the DOM. In some cases we don't want that. So I decided to add the .close_dialog and the .show_dialog classes. Commit: 23dedb58d9923fb7d9389a39d23acac90c71be8b https://github.com/openSUSE/open-build-service/commit/23dedb58d9923fb7d9389a... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-12-14 (Wed, 14 Dec 2016) Changed paths: M src/api/app/assets/javascripts/webui/application.js M src/api/app/assets/stylesheets/webui/application/dialog.scss M src/api/app/helpers/webui/webui_helper.rb M src/api/spec/helpers/webui/webui_helper_spec.rb Log Message: ----------- [webui] DRY css for .close_dialog and #remove_dialog * Combine duplicated css of .close_dialog and #remove_dialog * Rename .close_dialog to .close-dialog Commit: 9abaa1a05a9d02b1dca487677e2ca2b89c40b9ca https://github.com/openSUSE/open-build-service/commit/9abaa1a05a9d02b1dca487... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-12-14 (Wed, 14 Dec 2016) Changed paths: M src/api/app/assets/javascripts/webui/application.js M src/api/app/assets/stylesheets/webui/application/dialog.scss M src/api/app/controllers/webui/request_controller.rb M src/api/app/helpers/webui/webui_helper.rb M src/api/app/views/webui/request/_package_maintainers_dialog.html.erb M src/api/app/views/webui/request/show.html.erb M src/api/config/routes.rb M src/api/spec/helpers/webui/webui_helper_spec.rb Log Message: ----------- Merge pull request #2460 from bgeuken/fix_maintainers_url Fix maintainers url Compare: https://github.com/openSUSE/open-build-service/compare/67e6cb2c5be1...9abaa1...
participants (1)
-
Björn Geuken