From 5d7584ecb5895b04d5555ccc1beb15cd5e39ff17 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 5 Oct 2023 12:15:32 -0600 Subject: [PATCH] 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 | 23 ++++++++ 13 files changed, 85 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 681d2c79ba14ae..13bcb4706c9510 100644 --- a/app/assets/javascripts/issues/show/components/header_actions.vue +++ b/app/assets/javascripts/issues/show/components/header_actions.vue @@ -406,7 +406,7 @@ export default { right @shown="dismissPopover" > -