-
Notifications
You must be signed in to change notification settings - Fork 1.3k
The last sync time icon is misleading #26016
Comments
Should be an easy swap...except that icon doesn't exist in cc @limitedmage @novoselrok in case you have a better idea |
I've filed an issue with Looks like, officially, MDI recommends using |
Iceboxing until we hear back from |
The last release of this library was 2018. I think we need to change this ticket to moving to @mid/js as per @limitedmage's comment. cc @sourcegraph/frontend-platform |
@rrhyne |
@levrik, I am guilty of looking only at the repo's past releases (which must have been handled a bit differently) and not your commits. Thanks, tons for updating! |
@limitedmage it looks like we are on 7.3 where the release levrik mentioned above is 8.0. Can we bump this library or is this FPT's realm? |
@rrhyne But I have to admit that there were several v6 releases of upstream starting ~1 month ago which I didn't get PRs for. Unsure why. |
@rrhyne I'll double-check that the breaking changes don't affect us and if so, will bump the library and change the sync icon. |
Updates `mdi-react` to latest version in order to fix #26016 - Last sync time icon has been changed to `weather-cloudy-clock` (fixes #26016) - before: ![image](https://user-images.githubusercontent.com/206864/138783780-43da183a-770d-4a3b-8cbc-b26b516dd88f.png) - after: ![image](https://user-images.githubusercontent.com/206864/138783790-66adc2f5-c851-4fa3-854c-7f808c51c7a4.png) - 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](Templarian/MaterialDesign#5409) 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](https://user-images.githubusercontent.com/206864/138782276-22f51ed6-19c0-43b8-a91c-33b6bd7ac014.png) - after: ![image](https://user-images.githubusercontent.com/206864/138782317-8f5a0740-ac6a-4bf5-b5f0-b79fcf505816.png) - 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](https://user-images.githubusercontent.com/206864/138782743-95295273-89d3-41fb-8ece-b78e9335434a.png) - after: ![image](https://user-images.githubusercontent.com/206864/138782764-100fb24d-9755-41f0-b6dd-bc1bf170155e.png) - 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.
The last sync icon in search results is misleading. It used to denote repositories are currently being synced in the top navigation, which implies the search result is also being synced.
Replacing with mdi:weather-cloudy-clock will correct this issue:
The text was updated successfully, but these errors were encountered: