- 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
10 lines
527 B
XML
10 lines
527 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
<!-- Magnifying glass -->
|
|
<circle cx="10" cy="10" r="7"/>
|
|
<line x1="15" y1="15" x2="21" y2="21"/>
|
|
<!-- Document/research lines inside -->
|
|
<line x1="7" y1="8" x2="13" y2="8"/>
|
|
<line x1="7" y1="11" x2="11" y2="11"/>
|
|
<!-- Spark/insight indicator -->
|
|
<path d="M18 4 L19 2 L20 4 L22 5 L20 6 L19 8 L18 6 L16 5 Z" fill="currentColor" stroke="none"/>
|
|
</svg>
|