From 53a46adab3a713f191be689ae1c15c17ef3b8b6c Mon Sep 17 00:00:00 2001 From: Mattk70 Date: Thu, 25 Jan 2024 00:38:58 +0000 Subject: [PATCH] Added: eBird frequency setting for location filter Species list display in help Help option for bug reports and suggestions Refactored results filtering --- Help/bugs.html | 19 ++++++ css/style.css | 4 ++ index.html | 28 ++++++-- js/BirdNet2.4.js | 15 +++-- js/model.js | 16 +++-- js/state.js | 3 +- js/ui.js | 169 +++++++++++++++++++++++++++++++++-------------- js/worker.js | 28 ++++++-- 8 files changed, 208 insertions(+), 74 deletions(-) create mode 100644 Help/bugs.html diff --git a/Help/bugs.html b/Help/bugs.html new file mode 100644 index 00000000..97eb56af --- /dev/null +++ b/Help/bugs.html @@ -0,0 +1,19 @@ + + + + + Bug Reports + + + +

Have you hit on a problem, or perhaps you have a suggestion?

+ +If you have, then I'd be happy to hear about it. I keep track of issues and suggestions on Github. + +

Take a look at what others have been reporting, if you think you have a similar problem or suggestion, add a comment to the thread.

+ +

If, on the other hand, you think you've got something new, go on and add an issue - I'll get back to you as soon as I can.

+I can't promise I'll make everything right, but I probably won't fix what I don't know about ¯\\_(ツ)_/¯

Meanwhile, I hope you find Chirpity useful!

+ + + \ No newline at end of file diff --git a/css/style.css b/css/style.css index c5f3d536..f47af9d9 100644 --- a/css/style.css +++ b/css/style.css @@ -299,6 +299,10 @@ footer { max-width: 70px; } +#speciesModal { + max-height: 90%; +} + /* Flip comment icons */ .flipped { diff --git a/index.html b/index.html index bbeadb34..3c1e1db2 100644 --- a/index.html +++ b/index.html @@ -231,7 +231,7 @@
Saved Records
@@ -758,10 +776,10 @@