-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add a deprecation warning in the Bonsai package manager #1965
Comments
@cjsha It looks like it is possible to get the custom deprecation message via I tried to strike a balanced tone with the current package details dialog. What I mostly don't like is there is no good place to insert the warning icon in the left package view. Ideally we would migrate the UI to more closely mimic the modern package view, with the listed version numbers, and use only icons instead of buttons, but it's a significant amount of work to make an unrelated feature look slightly better. There are also two more properties in |
It would be nice for someone to know it's deprecated before clicking on it because I expect most people to click and install without really looking much at what's on the right side, but I'm also sympathetic to aesthetic sensibilities. It seems like this point is outdated though if I'm to understand what you describe in this PR. If there's going to be an Could the |
Yup, this would be easy if we are consistent with the modern VS package manager, where clicking on the alternate package makes a search by that package ID. Now that I have bitten the bullet and revamped most of the details page it probably won't be too hard to add the alternate package section. |
You can see a package that is marked as deprecated in nuget, but the only way I know that it is deprecated through the Bonsai UI is if I read its description which doesn't really pop out at me. And that deprecation warning is manually added - not all deprecated packages will have descriptions that indicate as such.
The text was updated successfully, but these errors were encountered: