Skip to content

update mdi-react, modify last sync icon

Warren Gifford requested to merge jp/updateicons into main

Created by: limitedmage

Updates mdi-react to latest version in order to fix #26016 (closed)

  • Last sync time icon has been changed to weather-cloudy-clock (fixes #26016 (closed))

    • before: image
    • after: image
  • Some icons have been renamed in the new version of MDI:

    • user -> account
    • users -> account-multiple
    • do-not-disturb -> minus-circle
    • error -> alert-circle
  • The amazon icon has been removed from the latest MDI. I've replaced with the aws icon which should be fine for the one scenario we use it in (adding a repo from AWS Code Commit).

    • before: image
    • after: image
  • The cancel icon has been flipped in the latest MDI to match other icons with the same symbol and meaning (e.g. account-cancel)

    • before: image
    • after: image
  • The book-open-variant icon that we use for API docs has been changed to have text in it. I have changed it to book-open-blank-variant so it remains blank.

Merge request reports

Loading