-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat: Implement Badge for TabBarItem #296
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-296.eastus2.azurestaticapps.net |
8c1d5a0
to
4e7ee5c
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-296.eastus2.azurestaticapps.net |
4e7ee5c
to
e359e17
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-296.eastus2.azurestaticapps.net |
e359e17
to
0927829
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-296.eastus2.azurestaticapps.net |
0927829
to
6aa3d30
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-296.eastus2.azurestaticapps.net |
GitHub Issue (If applicable): #274
PR Type
What kind of change does this PR introduce?
Description
Implement Badge for TabBarItem
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
This implementation can be replaced when InfoBadge will be available in WinUI3
(cf. microsoft/microsoft-ui-xaml#7001)
See this commit for the implementation: c935919
(Related Branch: dev/agzi/I274-InfoBadgeImplementationForTBI)