mirror of
https://github.com/Radarr/Radarr
synced 2025-12-30 04:06:39 +01:00
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 |
||
|---|---|---|
| .. | ||
| .vscode | ||
| build | ||
| src | ||
| typings | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .prettierignore | ||
| .prettierrc.json | ||
| .stylelintrc | ||
| .tern-project | ||
| babel.config.js | ||
| jsconfig.json | ||
| postcss.config.js | ||
| tsconfig.json | ||