Skip to content

Add support for copying permalink to notes via more actions dropdown

Dimitrie Hoekstra requested to merge 35811-copy-link-note into master

What does this MR do?

Adds copy link option to note menu for comments, to attain the same it does two things.

  • Adds support for Button text to clipboard_button helper in button_helper.rb
  • Adds support to hide tooltips completely for Clipboard buttons by passing hide_tooltip: true to clipboard_button
  • It does so by reading that data attribute in copy_to_clipboard.js

Why was this MR needed?

Screenshots

image

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #35811 (closed)

Edited by kushalpandya

Merge request reports