- Add Tracking folder to sidebar with 📊 icon
- Display tracking stats panel (sent, opened, rate, avg time)
- Show read status indicators (✓✓ green=read, gray=sent)
- Add read count badges for multiple opens
- Implement tracking item details view
- Add CSS for read indicators, stats panel, tooltips
20 lines
1.1 KiB
XML
20 lines
1.1 KiB
XML
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- GB-inspired folder icon -->
|
|
<defs>
|
|
<linearGradient id="folderGradient" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#4A90E2"/>
|
|
<stop offset="100%" style="stop-color:#3672B8"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Folder back -->
|
|
<path d="M2 6C2 4.89543 2.89543 4 4 4H9.17157C9.70201 4 10.2107 4.21071 10.5858 4.58579L12 6H20C21.1046 6 22 6.89543 22 8V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6Z" fill="url(#folderGradient)" opacity="0.85"/>
|
|
|
|
<!-- Folder front tab -->
|
|
<path d="M2 8C2 7.44772 2.44772 7 3 7H21C21.5523 7 22 7.44772 22 8V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V8Z" fill="url(#folderGradient)"/>
|
|
|
|
<!-- GB bot face on folder - subtle branding -->
|
|
<circle cx="9" cy="13" r="1" fill="#fff" opacity="0.8"/>
|
|
<circle cx="15" cy="13" r="1" fill="#fff" opacity="0.8"/>
|
|
<path d="M10 16 Q12 17.5 14 16" stroke="#fff" stroke-width="1" fill="none" opacity="0.6" stroke-linecap="round"/>
|
|
</svg>
|