Add functionality to import/export readings in csv format

This commit is contained in:
Peter Stockings
2024-12-24 20:32:58 +11:00
parent cd8f9453c5
commit 10ee97794e
3 changed files with 98 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
<div class="flex items-center space-x-4">
{% if current_user.is_authenticated %}
<a rel="prefetch" href="{{ url_for('main.dashboard') }}" class="px-4 py-2 hover:underline">Dashboard</a>
<a href="{{ url_for('main.manage_data') }}" class="px-4 py-2 hover:underline">Data</a>
<!-- Profile with Photo or Default Icon -->
<a rel="prefetch" href="{{ url_for('user.profile') }}"
class="relative flex items-center space-x-2 group">