Implement hide breaks feature in AirSchedule component
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:
@@ -778,6 +778,7 @@ export const ru = {
|
||||
airToday: 'Сегодня',
|
||||
airCount: 'Записей за сутки: {{count}}',
|
||||
airHidePast: 'Скрывать прошедшее',
|
||||
airHideBreaks: 'Скрывать врезки',
|
||||
},
|
||||
junctions: {
|
||||
title: 'Стыки',
|
||||
|
||||
Reference in New Issue
Block a user