Added swipeL + swipeR + arrowL + arrowR events to DailyCharts form (#22)

* Added swipeL + swipeR + arrowL + arrowR events to DailyCharts form

* Added swipeL + swipeR + arrowL + arrowR events to DailyCharts form

* changed indicator from div to img, using spinner.gif

* changed indicator from div to img, using spinner.gif

* invert swipe directions

---------

Co-authored-by: Louis Croisez <louis.croisez@gmail.com>
This commit is contained in:
Nachtzuster
2024-03-17 09:34:56 +01:00
committed by GitHub
parent 141fb67653
commit 26311d4cd1
2 changed files with 55 additions and 0 deletions
+1
View File
@@ -148,6 +148,7 @@ function submitID() {
<tr>
<th>Total Detections For The Day</th>
<td><?php echo $totalcount['COUNT(*)'];?></td>
<td><img id="SwipeSpinner" style="height:30px;"></td>
</tr>
</table>
<?php // <br><button type="button" onclick="showDialog()">Export as CSV for eBird</button><br><br> ?>