Commit Graph

54 Commits

Author SHA1 Message Date
Louis Croisez 3dfd740944 Adding feature: shifting down in frequency for earing impairment people 2022-10-02 16:31:29 +02:00
ehpersonal38 b5dabf937a Update play.php 2022-08-10 19:04:09 -04:00
ehpersonal38 0de565b80b copylink button title 2022-08-10 19:01:04 -04:00
ehpersonal38 495a787d14 Update play.php 2022-08-10 18:56:14 -04:00
ehpersonal38 13e79f31e8 only show purge excluded recordings 2022-07-17 13:37:20 -04:00
ehpersonal38 eeee9e77fe delete improvements 2022-07-16 15:14:50 -04:00
ehpersonal38 0c9bc94ae2 Display errors 2022-07-15 17:20:01 -04:00
ehpersonal38 a2f3d42246 clearer language 2022-07-14 12:07:42 -04:00
mcguirepr89 c08e2e533f deletes file as well -- thanks @ehpersonal38 2022-07-14 10:13:49 -04:00
ehpersonal38 d2d914f8ee Delete files 2022-07-13 13:31:26 -04:00
mcguirepr89 39a0ba5697 unfortunately, lazy loading is not working on iOS 2022-06-27 10:49:54 -04:00
ehpersonal38 cb833d4866 Update play.php 2022-06-14 15:15:14 -04:00
ehpersonal38 c259b3a43e Lazy loading, at last 2022-06-14 15:06:41 -04:00
ehpersonal38 f78acb5cf9 Update play.php 2022-05-29 18:26:00 -04:00
ehpersonal38 0462e1ec2b Things have been made better
- All buttons and bird images now have nice transitions on hover
- Bird images have an added drop shadow for the aesthetics. 😎
- When hovering over sort icons, a tooltip describing the button is now displayed
- Best Recordings has been cleaned up and made a little clearer
2022-05-22 17:21:42 -04:00
ehpersonal38 dd2091a2b8 Update play.php
Silencing harmless notice that appears if the user doesn't have a disk_check_exclude.txt created yet.
2022-05-21 15:20:14 -04:00
ehpersonal38 9a906dcbc8 Auth on delete protection change 2022-05-19 17:16:03 -04:00
ehpersonal38 787c5d65a9 better search results
also adding percentage conf to other files
2022-05-19 08:30:48 -04:00
ehpersonal38 625a862c19 Merge branch 'ui-tweaks' of https://github.com/mcguirepr89/BirdNET-Pi into ui-tweaks 2022-05-17 18:54:51 -04:00
ehpersonal38 5178a98766 Efficiency, the sequel! 2022-05-17 18:54:48 -04:00
Patrick McGuire f7ce7545ab iOS doesn't seem to support lazy loading
on my iPhone, Safari and Chrome wouldn't load with the `loading="lazy"` method specified.

Removing it fixes that -- I want to change it back for now, but then maybe figure out how to make it work on iOS
( I assume it is more resourceful to use lazy loading?)
2022-05-17 15:11:52 -04:00
ehpersonal38 ee675c4de2 Efficiency! 2022-05-17 11:16:55 -04:00
ehpersonal38 29f6de47aa lazy loading 2022-05-16 15:15:39 -04:00
ehpersonal38 f59d04a7bc Allow specific recordings to be "delete protected" from disk-check.sh
@mcguirepr89 I'm very happy with how this turned out! 😄
2022-05-16 10:58:04 -04:00
ehpersonal38 d6bdb5c345 Don't show dates that don't have any recordings 2022-05-16 08:16:33 -04:00
ehpersonal38 3cf41eeb88 adding icons 2022-05-14 17:39:53 -04:00
ehpersonal38 e16c62c1aa Making recordings actually usable for huge amounts of detections 2022-05-14 16:21:25 -04:00
ehpersonal38 1e23ea2e51 User feedback for deleted recordings 2022-05-14 16:17:20 -04:00
ehpersonal38 a6644c59aa Allow sorting of specific species in recordings
TODO: add actual svg files for sort icons
2022-05-14 16:10:18 -04:00
ehpersonal38 470e5d142d Round confidence to 2 decimals 2022-05-14 15:48:03 -04:00
ehpersonal38 62debe4b69 Revert "Revert "Sorting: Improvements to last commit""
This reverts commit 931c96ef74.
2022-04-22 13:29:30 -04:00
ehpersonal38 931c96ef74 Revert "Sorting: Improvements to last commit"
This reverts commit a77fdfaaf8.
2022-04-22 13:28:10 -04:00
ehpersonal38 a77fdfaaf8 Sorting: Improvements to last commit 2022-04-22 13:27:44 -04:00
ehpersonal38 f203fde9f4 Sort recordings by ABC, or occurrences 2022-04-22 10:45:46 -04:00
ehpersonal38 209b4e86ff Fixing style.css again
Hopefully this fixes things for good, had to move class="relative" to the td instead of the tr...
2022-04-18 17:27:49 -04:00
ehpersonal38 b2c80f0db7 Adding links to recordings
This should add a link to all the recordings, so you can copy and share with a friend, or save somewhere.

There's better ways some of this can be done, but it works for now.

(please test this! not sure if I copied all the right files to git)
2022-04-17 14:42:08 -04:00
mcguirepr89 aaeda89f14 spectrogram, species stats, and log now have navigation bar
changed all POSTs to GET
2022-04-15 12:01:46 -04:00
ehpersonal38 6b03f1ff47 QOL improvements to live stream
If a user starts playing a recording while the live stream is already playing, the live stream volume will be set to 0 until the recording is finished playing. Prevents overlapping audio.

Open to feedback/suggestions. Thanks!
2022-04-15 09:41:13 -04:00
mcguirepr89 f69f04d19d changes that remove the default pi user 2022-04-11 17:29:00 -04:00
mcguirepr89 023b68f386 making changes to accomodate removing the pi user 2022-04-11 10:16:54 -04:00
mcguirepr89 7ef4775cbc fixed bad play.php (didn't dig properly) 2022-03-14 09:53:14 -04:00
mcguirepr89 f9a894d5d3 tweaks 2022-03-06 13:54:40 -05:00
mcguirepr89 eaf096b485 testing an installation 2022-03-06 09:28:11 -05:00
mcguirepr89 147358a9c5 added new changes 2022-03-03 09:18:21 -05:00
mcguirepr89 3b704932d8 bydate and byspecies back 2022-03-01 11:15:11 -05:00
mcguirepr89 7fa41cdc28 updates 2022-02-27 15:27:57 -05:00
mcguirepr89 a8b833cd2e I like this so far 2022-02-27 10:06:33 -05:00
mcguirepr89 579d3b1e26 I like this so far 2022-02-26 14:49:57 -05:00
mcguirepr89 10090f9411 saving changes 2022-02-24 13:27:08 -05:00
mcguirepr89 cf0a3436f7 new ui 2022-02-23 22:18:35 -05:00