From 15328f74d8bd1c6691e3d76a7f10231c6e746c26 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 5 Oct 2023 12:15:32 -0600 Subject: [PATCH 1/2] Move notifications and todos on issues Changelog: changed --- .../issues/show/components/header_actions.vue | 2 +- .../components/sticky_header.vue | 2 +- .../notes/components/discussion_counter.vue | 2 +- .../sidebar_subscriptions_widget.vue | 58 ++++++++++--------- .../todo_toggle/sidebar_todo_widget.vue | 28 +++++---- .../components/todo_toggle/todo_button.vue | 2 +- .../components/mr_more_dropdown.vue | 2 +- app/assets/stylesheets/framework/sidebar.scss | 4 ++ .../projects/incidents_controller.rb | 1 + app/controllers/projects/issues_controller.rb | 1 + app/views/shared/issuable/_sidebar.html.haml | 9 ++- spec/features/issues/todo_spec.rb | 1 + .../issues/user_toggles_subscription_spec.rb | 3 + 13 files changed, 65 insertions(+), 50 deletions(-) diff --git a/app/assets/javascripts/issues/show/components/header_actions.vue b/app/assets/javascripts/issues/show/components/header_actions.vue index ae5b435051279b..a2e7b4dea8288b 100644 --- a/app/assets/javascripts/issues/show/components/header_actions.vue +++ b/app/assets/javascripts/issues/show/components/header_actions.vue @@ -417,7 +417,7 @@ export default { right @shown="dismissPopover" > -