feat: replace the food table by a better ui
This commit is contained in:
+4
-27
@@ -183,33 +183,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="food-table-section">
|
||||
<div class="table-title">Food Log</div>
|
||||
<div class="table-wrapper">
|
||||
<table class="food-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="hidden-column">ID</th>
|
||||
<th>Time</th>
|
||||
<th>Food</th>
|
||||
<th>Grams</th>
|
||||
<th>Calories</th>
|
||||
<th>Protein (g)</th>
|
||||
<th>Fat (g)</th>
|
||||
<th>Carbs (g)</th>
|
||||
<th>Fiber (g)</th>
|
||||
<th>Action</th>
|
||||
<th class="hidden-column">Alkaline</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="foodTableBody">
|
||||
<!-- Food entries will be added here -->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="food-cards-container" id="foodCardsContainer">
|
||||
<!-- Food cards will be added here -->
|
||||
</div>
|
||||
<div class="section-title">Food Log</div>
|
||||
|
||||
<div class="food-cards-container" id="foodCardsContainer">
|
||||
<!-- Food cards will be added here -->
|
||||
</div>
|
||||
|
||||
<div class="calendar-section">
|
||||
|
||||
Reference in New Issue
Block a user