- 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
8 lines
601 B
XML
8 lines
601 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">
|
|
<!-- Chat bubble - main -->
|
|
<path d="M21 12c0 4.418-4.029 8-9 8-1.107 0-2.17-.169-3.156-.476L4 21l1.338-3.346C4.493 16.267 4 14.686 4 13c0-4.418 4.029-8 9-8s8 3.582 8 7z"/>
|
|
<!-- Three dots indicating typing/conversation -->
|
|
<circle cx="9" cy="12" r="1" fill="currentColor" stroke="none"/>
|
|
<circle cx="12" cy="12" r="1" fill="currentColor" stroke="none"/>
|
|
<circle cx="15" cy="12" r="1" fill="currentColor" stroke="none"/>
|
|
</svg>
|