Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

10 check-ins tagged with "copybtn.js-demonstration"

2019-06-03
09:10
Cherry-pick [787650c36a]: Minimize impact of the SVG icon on line height. Closed-Leaf check-in: 0a9f12ce66 user: florian tags: copybtn.js-demonstration
09:08
Remove unnecessary white space between the copy button and the branch name. check-in: b5bbad23b4 user: florian tags: copybtn.js-demonstration
2019-06-02
12:36
Cherry-pick [6a54cf2939]: Trim leading and trailing white space from the text to be copied to clipboard (do this in Javascript, so no need to care about the extra white space when generating HTML elements). check-in: 698245db8d user: florian tags: copybtn.js-demonstration
12:03
Add a copy button for the artifact hash on the /artifact page. check-in: 3aab0bfdc0 user: florian tags: copybtn.js-demonstration
11:49
Add a copy button near the branch name on the /info page, to have a way to copy the branch name without opening a tooltip. check-in: b538d5eb79 user: florian tags: copybtn.js-demonstration
11:31
Add a TH1 command to output text with a copy button, and modify the default View Ticket Page template to include a copy button for the ticket hash (UUID). check-in: 68405c3f5b user: florian tags: copybtn.js-demonstration
2019-06-01
07:12
Avoid line breaks between the copy button and the hash on the /info page. check-in: 8c7e26208b user: florian tags: copybtn.js-demonstration
07:07
Also use the now global hash_digits() function in src/info.c, and set the copy length limit to FOSSIL_HASH_DIGITS_URL for consistency with the copy buttons on the tooltips. check-in: 710229e713 user: florian tags: copybtn.js-demonstration
00:52
Use the longer hash prefix for the click-to-copy. check-in: 2196555351 user: drh tags: copybtn.js-demonstration
2019-05-31
16:36
Demonstration of the copybtn.js module beyond tooltips: add a copy button near the full-length hash of check-ins on the /info page, to copy only the hash prefix when clicked. check-in: 46f91da1a8 user: florian tags: copybtn.js-demonstration