Updated {{ last_sync }} {% if not sources %}

No apps connected yet. Click "Discover Sources" to auto-detect conversation sources on your machine.

{% endif %} {% for source in sources %}
📁 {{ source.display_name }} {% if source.path_exists %} {% else %} ⚠️ Path not found {% endif %}
{{ source.type }}

Path: {{ source.path }}

{{ "{:,}".format(source.conversations) }} conversations
{% if source.last_message %} Updated {{ source.last_message[:10] }} {% else %} No data yet {% endif %}
{% if source.index >= 0 %} {% endif %}
{% endfor %}