From 5628f3ee960cd6e45c6d8d59dbb294a31561f8ad Mon Sep 17 00:00:00 2001 From: Thomas Randolph Date: Mon, 12 Dec 2022 16:35:19 -0700 Subject: [PATCH 1/3] Switch to use a button click to start a new thread The UX here is essentially identical to the previous version: Both use a click to start leaving a comment. The previous version used a click inside an input, and this one uses a click on a button. The - important - difference is that the "new thread" interaction is more visually distinct from the "reply" input on existing threads above in the discussion tree. Changelog: changed --- .../diffs/components/diff_discussion_reply.vue | 17 ++++++++++------- app/assets/javascripts/diffs/i18n.js | 1 + locale/gitlab.pot | 9 +++------ 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/app/assets/javascripts/diffs/components/diff_discussion_reply.vue b/app/assets/javascripts/diffs/components/diff_discussion_reply.vue index 3766c1253258e1..8b747aa08dd341 100644 --- a/app/assets/javascripts/diffs/components/diff_discussion_reply.vue +++ b/app/assets/javascripts/diffs/components/diff_discussion_reply.vue @@ -1,13 +1,18 @@