Radarr/frontend
geogolem 762cc0903b New Custom Filters based on Availability
https://github.com/Radarr/Radarr/issues/2074

make the UI take into account AvailabilityDelay
to make it consistent with RSS Decision Engine

add custom filter options for minimumAvailabilityDate
with and without Delay

Simplify the filter names.
ConsideredAvailable ---> DateConsideredAvailable  (these always take into account the delay)
MinimumAvailability ---> MinimumAvailabilityDate  (these never take into account delay)

if delay = 0 .. the 2 dates above are identical.
if delay = 0, MimimumAvailabilityDate will be 1 of InCinemas, Announced or Physical/Digital (Released) dates

Add ability to make the custom filter dates relative to
currentdate

DateConsideredAvailable tooltip on NotAvailable
2025-08-04 14:52:05 -04:00
..
.vscode
build
src New Custom Filters based on Availability 2025-08-04 14:52:05 -04:00
typings
.eslintignore
.eslintrc.js
.prettierignore
.prettierrc.json
.stylelintrc
.tern-project
babel.config.js
jsconfig.json
postcss.config.js
tsconfig.json