Use full Trailhead Path Bookmarker name everywhere

- Popup header: tray icon + "Trailhead Path Bookmarker" title
- HTML <title>, electron-builder productName, and tray tooltip all match
- Popup width budget now also factors in the header's intrinsic width
  (icon + title + actions), so the brand never gets ellipsized — measured
  via h1 scrollWidth so overflow:hidden doesn't lie about content size
This commit is contained in:
David
2026-04-29 10:12:47 -04:00
parent 7150757671
commit 77c06d664b
4 changed files with 64 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' http://localhost:5174 ws://localhost:5174" />
<title>Folder Bookmark Tray</title>
<title>Trailhead Path Bookmarker</title>
</head>
<body>
<div id="root"></div>