Implement hide breaks feature in AirSchedule component
ci / build-backend (push) Successful in 3m38s
ci / build-frontend (push) Successful in 38s
ci / tests (push) Successful in 1m27s
ci / sonar (push) Successful in 5m58s

Added a new state to manage the visibility of breaks in the AirSchedule component, allowing users to toggle the display of interstitials and advertisements. Updated the filtering logic to account for this new state, ensuring that the schedule reflects user preferences. Enhanced localization files to include new strings for the hide breaks functionality in both English and Russian.
This commit is contained in:
Leonid Pershin
2026-07-30 22:18:09 +03:00
parent de48317f7d
commit e983374dec
3 changed files with 38 additions and 15 deletions
+1
View File
@@ -783,6 +783,7 @@ export const en = {
airToday: 'Today',
airCount: 'Entries for the day: {{count}}',
airHidePast: 'Hide past entries',
airHideBreaks: 'Hide breaks',
},
junctions: {
title: 'Junctions',