Commit Graph

15 Commits

Author SHA1 Message Date
Arkadiusz Fal
9177abb0ec Fix iOS menu text disappearing in navigation headers
Extended the ZStack overlay fix to all iOS navigation header menus
where text labels would disappear when tapping the menu:

- HomeView: "Home" title menu
- PopularView: "Popular" title with icon menu
- TrendingView: Country/flag title menu
- PlaylistsView: Playlist title with thumbnail menu
- ChannelPlaylistView: Playlist title with thumbnail menu
- OpenVideosView: Playback mode picker menu

All menus now use the same pattern as PlaybackSettings:
- Visible static label layer in ZStack
- Invisible Menu overlay with .opacity(0)
- Prevents text disappearing and resizing animations
2025-11-23 14:16:21 +01:00
Arkadiusz Fal
a9c8053474 Rename button 2023-02-05 14:24:12 +01:00
Arkadiusz Fal
d02bb23e57 New account selection menu 2023-02-05 14:24:09 +01:00
Arkadiusz Fal
0d333b5583 Replace environment objects with observed objects 2022-12-05 10:13:19 +01:00
Arkadiusz Fal
780b7ab130 Localizations fixes 2022-12-04 13:32:28 +01:00
Arkadiusz Fal
876f470b89 Fix opening files 2022-12-04 13:32:27 +01:00
Arkadiusz Fal
0f8c82bbca Add close button to open videos view on Mac 2022-12-04 13:32:26 +01:00
Arkadiusz Fal
61d235780d Various minor fixes 2022-12-04 13:32:25 +01:00
Arkadiusz Fal
730ba1ea2e Improve open videos layouts 2022-12-04 13:32:24 +01:00
Arkadiusz Fal
8978bf3f33 Layout fixes 2022-12-04 13:32:24 +01:00
Arkadiusz Fal
67d2c33771 Hide buttons on tvOS 2022-12-04 13:32:23 +01:00
Arkadiusz Fal
aeb7bac886 Minor open videos improvements 2022-12-04 13:32:22 +01:00
Arkadiusz Fal
50479d6b2f Fix share actions 2022-12-04 13:32:22 +01:00
Arkadiusz Fal
9eb8228fcf Add open from clipboard 2022-12-04 13:32:22 +01:00
Arkadiusz Fal
402d1a2f79 Opening videos by URL and local files 2022-12-04 13:32:22 +01:00