Alexandre
6e28c3a268
Color scheme added to phpsysinfo
2024-06-22 17:27:02 +02:00
Alexandre
b22c253ba3
Lighter slider thumb
2024-06-22 16:48:03 +02:00
Alexandre
f0d2a99557
Slide thumb grey
2024-06-22 16:46:36 +02:00
Alexandre
cf56e50985
Use color_scheme config option for filemanager
2024-06-21 21:24:44 +02:00
Alexandre
51160afc76
Fix rtsp address in livestream
2024-06-21 20:45:57 +02:00
Alexandre
a675166552
Lighter green for drop down @hiemstra87
...
I used the same light green as already present in the css code for showpassword and rtspstream
Co-Authored-By: Hiemstra <145980686+hiemstra87@users.noreply.github.com >
2024-06-21 10:27:28 +02:00
Alexandre
87d330dd2e
Align light css for sortbutton @hiemstra87
...
Co-Authored-By: Hiemstra <145980686+hiemstra87@users.noreply.github.com >
2024-06-21 10:23:32 +02:00
Alexandre
26de851669
Improve flickr overlay image dark layout
2024-06-21 10:19:47 +02:00
Alexandre
6b905b200c
Css : fix adminer background
2024-06-21 09:47:13 +02:00
Alexandre
f117a44623
Not needed anymore as css styles were defined for droplists
2024-06-21 09:33:54 +02:00
Alexandre
4384f32c83
Align remaining droplists with testbtn
2024-06-20 17:53:29 +02:00
Alexandre
ec331c5fd6
Merge branch 'patch-5' of https://github.com/alexbelgium/BirdNET-Pi into patch-5
2024-06-20 17:47:59 +02:00
Alexandre
f622b073dd
Align droplists to testbtn style (already used)
2024-06-20 17:47:54 +02:00
Alexandre
f09c9acab2
Return to gray scale @hiemstra87
...
Co-Authored-By: Hiemstra87 <145980686+hiemstra87@users.noreply.github.com >
2024-06-20 17:18:18 +02:00
Alexandre
26789ee7cf
Invert background of active
2024-06-20 14:56:19 +02:00
Alexandre
5a2d479ff2
Need to read more slowly
2024-06-20 14:50:13 +02:00
Alexandre
c2240c984b
Realign to comment 2180493471
...
Co-Authored-By: Hiemstra87 <145980686+hiemstra87@users.noreply.github.com >
2024-06-20 14:48:54 +02:00
Alexandre
939283e71b
Darker palette
2024-06-20 14:45:42 +02:00
Alexandre
8fa422adcf
Update php + dark css @hiemstra87
...
Co-Authored-By: Hiemstra87 <145980686+hiemstra87@users.noreply.github.com >
2024-06-20 14:45:09 +02:00
Alexandre
15898dc251
Add class in div
2024-06-20 12:39:45 +02:00
Alexandre
75b5dc57ee
Add class="sortbutton"
2024-06-20 12:32:23 +02:00
Alexandre
a2bd84c30e
Align stats.php with css @hiemstra87
...
Co-Authored-By: Hiemstra87 <145980686+hiemstra87@users.noreply.github.com >
2024-06-20 12:10:57 +02:00
Alexandre
218b5ea619
Use css for sortbuttons style
...
Thanks #hiemstra87 https://github.com/Nachtzuster/BirdNET-Pi/pull/115
Co-Authored-By: Hiemstra87 <145980686+hiemstra87@users.noreply.github.com >
2024-06-20 12:07:39 +02:00
Alexandre
a1adae7079
Fix background on weekly report
2024-06-20 10:26:30 +02:00
Alexandre
530d4566b3
Add chartdiv to darkstyle
2024-06-19 09:16:39 +02:00
Alexandre
b779e9f1ef
Add chartdiv style
2024-06-19 09:10:57 +02:00
Alexandre
1c5691dd1b
Consolidate css
2024-06-19 09:10:04 +02:00
Alexandre
dfb98b7565
Consolidate css
2024-06-19 09:09:18 +02:00
frederik
d3b6ccf65d
fix: collectrtspUrls(); is needed to actually save the rtsp urls
2024-06-18 19:10:18 +02:00
frederik
76e06d2754
fix: set /etc/timezone too
2024-06-16 12:19:10 +02:00
frederik
eb7d7abebf
make advanced setting page behave a bit more as the basic settings page
2024-06-16 11:09:49 +02:00
Nachtzuster
9789a97465
Now in Japan too
2024-06-15 14:27:37 +02:00
Alexandre
0ab46e3637
Proposal to move success message to js alert ( #95 )
...
* Proposal to move success message to js alert
https://github.com/Nachtzuster/BirdNET-Pi/issues/92
* Align with basic
* Fix advanced.php
https://github.com/Nachtzuster/BirdNET-Pi/pull/95
2024-06-15 14:25:09 +02:00
Alexandre
cafbf5ab1e
Try to fix https://github.com/Nachtzuster/BirdNET-Pi/issues/100 ( #103 )
2024-06-15 13:41:54 +02:00
frederik
2c4fe69505
fix: use a font that can actually render the characters
2024-06-15 12:57:02 +02:00
frederik
0a09e73549
fix: this_run was removed, so use get_settings
2024-06-10 21:07:22 +02:00
frederik
e63ed0479f
cleanup: remove unused import
2024-06-09 11:18:02 +02:00
OliNau
e6f48f8b61
Add additional apprise notification option ( #88 )
...
* Update config.php
Added $maskedlistenurl as an option for apprise notifications.
* Update notifications.py
Make sure $maskedlistenurl also works with default detections, and not only when testing.
* Update config.php
Changed maskedlistenurl to friendlyurl
* Update notifications.py
Changed maskedlistenurl to friendlyurl
2024-06-09 11:16:02 +02:00
Alexandre
f84c44bad4
Feature proposal : darkmode ( #85 )
...
* Create dark-style.css
* Add call to get_color_scheme
* Add call to get_color_scheme
* Create get_color_scheme function
* Add selection box in config.php
* Accept both lower and uppercase COLOR_SCHEME
* Add COLOR_SCHEME
* Add COLOR_SCHEME
* Change birdnet.conf after color scheme selection
* Move css to static to enable it
* Adapt css location to static
* Improve opacity value
* Fix logo background issues on smaller screens
* Avoid overlap of logos
* Ensure clean look (same margin as before but different location)
* Default background as transparent to avoid white on white
* Avoid black on dark ; improve readability
* Last element of green is homogenized to grayscale
* Enable site reload after color_scheme change
2024-06-08 11:44:21 +02:00
Alexandre
a06b5bacf4
Feat : Add Weekly report button in views.php ( #73 )
...
* Add Weekly report button
* Put weekly report next to daily charts
https://github.com/Nachtzuster/BirdNET-Pi/pull/73
2024-06-02 10:48:41 +02:00
Alexandre
ac780884e3
Accept any file extension instead of just mp3 ( #82 )
...
https://github.com/Nachtzuster/BirdNET-Pi/issues/81
2024-06-02 10:25:41 +02:00
frederik
780ec060c3
bump apprise version to 1.8.0
2024-06-01 10:34:48 +02:00
frederik
6717e5fde0
cleanup: thisrun.txt is not used anymore
2024-06-01 09:22:41 +02:00
frederik
a76f85269b
cleanup: the birdweather procedure has changed
2024-06-01 09:22:41 +02:00
frederik
3d8944187a
python 3.12
2024-06-01 09:22:41 +02:00
frederik
c96dd79604
cleanup pip requirements
2024-06-01 09:22:41 +02:00
frederik
d18c98d7ce
cleanup: apt depencies: only include direct dependencies, apt will resolve the rest.
...
remove ftp it is deprecated
2024-06-01 09:22:41 +02:00
frederik
26c34561d7
Merge branch 'ebird'
2024-06-01 09:22:04 +02:00
Alexandre
eeb2048ca6
Adminer iframe ? ( #78 )
...
* Show Adminer in iframe
* Add a link to open in a new page if needed
* X-Frame-Options to SameOrigin
* Use uppercase as per standard
2024-06-01 09:03:54 +02:00
frederik
c4c40a1217
add INFO_SITE to ui config
2024-05-31 14:12:53 +02:00