make the 🔗 button copy branch links to clipboard
to accomplish this, I generalised emoji tooltips to a shared Tooltip class. in the long run I'd like to transform all existing `title=""` tooltips into these for stylistic consistency with the rest of the website, but this is good enough for now. I also ended up cleaning up some old code from before the /b rework.
This commit is contained in:
parent
c537eb844f
commit
74baa61122
8 changed files with 208 additions and 138 deletions
|
@ -27,7 +27,7 @@
|
|||
{{> components/_footer.hbs }}
|
||||
{{/if}}
|
||||
|
||||
<th-emoji-tooltips></th-emoji-tooltips>
|
||||
<th-overlays></th-overlays>
|
||||
<th-command-line></th-command-line>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue