Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TimePicker is not yet supported on Uno targets #71

Closed
github-actions bot opened this issue Dec 1, 2023 · 1 comment
Closed

TimePicker is not yet supported on Uno targets #71

github-actions bot opened this issue Dec 1, 2023 · 1 comment
Labels

Comments

@github-actions
Copy link

github-actions bot commented Dec 1, 2023

https://github.com/morning4coffe-dev/project-sbs/blob/24834b9d4d720fe4b93fce17f688c0114072b651/ProjectSBS/ProjectSBS/Presentation/NestedPages/SettingsPage.xaml#L111

                          Grid.Column="1" />
              </controls:SettingsCard>

              <TextBlock Text="{x:Bind ViewModel.NotificationsText}"
                         Margin="0,12,0,0"
                         Style="{StaticResource BaseTextBlockStyle}" />

              <win:Border>
                <!--TODO TimePicker is not yet supported on Uno targets-->
                <controls:SettingsCard Header="Notification time"
                                       HeaderIcon="{ui:FontIcon Glyph=&#xE823;}">
                  <TimePicker />
                </controls:SettingsCard>
              </win:Border>

              <controls:SettingsCard Header="System notifications"
                                     ActionIcon="{ui:FontIcon Glyph=&#xE8A7;}"
                                     HeaderIcon="{ui:FontIcon Glyph=&#xEA8F;}"
                                     IsClickEnabled="True"
                                     Command="{x:Bind ViewModel.LaunchNotificationSettingsCommand}" />

              <InfoBar Title="Notifications are disabled!"
                       Message="You will not be able to recive notifications until you enable it in the settings."
                       Visibility="{x:Bind ViewModel.IsLoggedIn, Mode=OneWay, Converter={StaticResource FalseToVisibleConverter}}"
                       IsOpen="True"
                       Severity="Warning"
                       IsClosable="False">
                <InfoBar.IconSource>
                  <FontIconSource Glyph="&#xEE79;" />
                </InfoBar.IconSource>
                <InfoBar.ActionButton>
                  <Button Content="Go to settings"
                          HorizontalAlignment="Right"
                          Command="{x:Bind ViewModel.LaunchNotificationSettingsCommand}" />
                </InfoBar.ActionButton>
              </InfoBar>

              <TextBlock Text="{x:Bind ViewModel.AboutText}"
                         Margin="0,12,0,0"
                         Style="{StaticResource BaseTextBlockStyle}" />
@github-actions github-actions bot added the todo label Dec 1, 2023
Copy link
Author

Closed in 015de34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants