()
| 146 | |
| 147 | /* Add this attribute to an HTML element to give it a tooltip */ |
| 148 | private setup_tooltips (): void { |
| 149 | tippy('[data-tippy-content]', { theme: 'mesh2motion' }) |
| 150 | } |
| 151 | |
| 152 | // for the release, let's just show the first N characters of the commit SHA |
| 153 | // then the branch we used to build. This comes from Cloudflare build process |