getpatchwork / patchwork

Patchwork is a web-based patch tracking system designed to facilitate the contribution and management of contributions to an open-source project.
http://jk.ozlabs.org/projects/patchwork/
GNU General Public License v2.0
273 stars 82 forks source link

Make message ID on submission page copyable (version 2) #577

Closed rossburton closed 7 months ago

rossburton commented 8 months ago

This directly conflicts with https://github.com/getpatchwork/patchwork/pull/572.

Add a little "copy" button to the message ID field so that the user can copy the message ID to the clipboard. This makes working with b4 from a terminal easier because it's just one-click to get the IDs.

Screenshot 2024-01-10 at 18 10 42

Also depends on and incorporates https://github.com/getpatchwork/patchwork/pull/576, for the updated glyphicon font with a 'copy' icon.