[obs-commits] [openSUSE/open-build-service] 83f95c: Fix form of Add Status Message for bootstrap
Branch: refs/heads/bootstrap-master Home: https://github.com/openSUSE/open-build-service Commit: 83f95c4d81d63a84dd62a9bbfa77e074879c7226 https://github.com/openSUSE/open-build-service/commit/83f95c4d81d63a84dd62a9... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2018-10-01 (Mon, 01 Oct 2018) Changed paths: M src/api/app/views/webui2/webui/main/_add_status_message_modal.html.haml Log Message: ----------- Fix form of Add Status Message for bootstrap Before was using BRs and Ps for making space between the form elements and it was wrong, we now use form-group divs and works like a charm. Also use the homogeneous way of cancelling the dialog using a button on the bottom of the modal dialog Commit: e07678afac29a7475146f61216fd244838f6bfa9 https://github.com/openSUSE/open-build-service/commit/e07678afac29a7475146f6... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2018-10-01 (Mon, 01 Oct 2018) Changed paths: M src/api/app/views/webui2/shared/_dialog_action_buttons.html.haml M src/api/app/views/webui2/webui/attribute/_delete_dialog.html.haml M src/api/app/views/webui2/webui/comment/_delete_dialog.html.haml M src/api/app/views/webui2/webui/package/_branch_dialog.html.haml M src/api/app/views/webui2/webui/package/_delete_dialog.html.haml M src/api/app/views/webui2/webui/package/_delete_file_dialog.html.haml M src/api/app/views/webui2/webui/package/_linking_packages.html.haml Log Message: ----------- Fix issue with hitting enter in a dialog Before we had buttons for canceling a dialog that converted it in the default action to take when hitting enter inside an input field. Now we replaced the buttons with anchors styled properly, that way the default action is to submit the dialog instead of canceling. Commit: 9adb39b963f9f0663ad9e4564e8a250f1229df1d https://github.com/openSUSE/open-build-service/commit/9adb39b963f9f0663ad9e4... Author: Moisés Déniz Alemán <mdeniz@suse.com> Date: 2018-10-01 (Mon, 01 Oct 2018) Changed paths: M src/api/app/views/webui2/shared/_dialog_action_buttons.html.haml M src/api/app/views/webui2/webui/attribute/_delete_dialog.html.haml M src/api/app/views/webui2/webui/comment/_delete_dialog.html.haml M src/api/app/views/webui2/webui/main/_add_status_message_modal.html.haml M src/api/app/views/webui2/webui/package/_branch_dialog.html.haml M src/api/app/views/webui2/webui/package/_delete_dialog.html.haml M src/api/app/views/webui2/webui/package/_delete_file_dialog.html.haml M src/api/app/views/webui2/webui/package/_linking_packages.html.haml Log Message: ----------- Merge pull request #5963 from mdeniz/bootstrap/fix_issue_hit_enter_in_input Bootstrap/fix issue hit enter in input Compare: https://github.com/openSUSE/open-build-service/compare/3a788d5dba5e...9adb39... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Moisés Déniz Alemán