From b07c28bbfbbd1352b6a03591eaef1162243a8c2a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 May 2024 11:32:26 +0200 Subject: [PATCH] Feat : use text input for filtering of exclude_list & include_list (#69) * Change input box logic from selection to filtering * Change user input logic from going to filtering * Update scripts/include_list.php Co-authored-by: Nachtzuster * Multiple size reverted to 25 ; typo "ol" removed https://github.com/Nachtzuster/BirdNET-Pi/pull/69 * Re-add dummy "Please select"option * Update include_list.php * Align with "option disabled" * Update scripts/exclude_list.php thanks Co-authored-by: Nachtzuster --------- Co-authored-by: Nachtzuster --- scripts/exclude_list.php | 101 +++++++++++++-------------------------- scripts/include_list.php | 56 ++++++++++++++++++++-- 2 files changed, 84 insertions(+), 73 deletions(-) diff --git a/scripts/exclude_list.php b/scripts/exclude_list.php index 49e822f..310b351 100644 --- a/scripts/exclude_list.php +++ b/scripts/exclude_list.php @@ -9,7 +9,6 @@
Once the desired species has been highlighted, click it and then click ADD to have it excluded. - + diff --git a/scripts/include_list.php b/scripts/include_list.php index ad663be..fd48ed6 100644 --- a/scripts/include_list.php +++ b/scripts/include_list.php @@ -19,8 +19,8 @@ $eachlines = file($filename, FILE_IGNORE_NEW_LINES);

All Species Labels

- + - +