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

Replace deprecated Palette by PaletteLight #2112

Merged
merged 1 commit into from
May 24, 2023

Conversation

hocinehacherouf
Copy link
Contributor

@hocinehacherouf hocinehacherouf commented May 24, 2023

Description

What's new?

  • Palette is obsolete and will be abstract in a future update of Mudblazor. It must be replaced by PaletteLight or PaletteDark or custom implementation. In our case, we need to replace it by PaletteLight.

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

@hocinehacherouf hocinehacherouf requested a review from a team as a code owner May 24, 2023 17:21
@hocinehacherouf hocinehacherouf temporarily deployed to E2E May 24, 2023 17:21 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented May 24, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (90f3afd) 92.39% compared to head (eb05e25) 92.39%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2112   +/-   ##
=======================================
  Coverage   92.39%   92.39%           
=======================================
  Files         277      277           
  Lines        9129     9129           
=======================================
  Hits         8435     8435           
  Misses        694      694           
Impacted Files Coverage Δ
src/AzureIoTHub.Portal.Client/Constants/Theme.cs 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kbeaugrand kbeaugrand enabled auto-merge (squash) May 24, 2023 17:31
@kbeaugrand kbeaugrand merged commit 3a705c8 into main May 24, 2023
@kbeaugrand kbeaugrand deleted the Feature/replace_deprecated_palette branch May 24, 2023 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants