NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.52k stars 643 forks source link

[UI] Add new theme to Admin pages (part 1) #9878

Closed martinrrm closed 3 months ago

martinrrm commented 3 months ago

Addresses https://github.com/NuGet/NuGetGallery/issues/9866 Spec: https://github.com/NuGet/Engineering/pull/5209 Main Issue: https://github.com/NuGet/NuGetGallery/issues/8773

This PR adds the new theme to 3 Admin pages. Lock Packages, Delete Packages and Change package ownership. Error logs points to a different URL.

Select

The select component has the same styles as the Input and TextArea components, the only problem with it is that the "dropdown" that the select generates cannot be styled since it's generated by the browser, but I was able to change the background of it, so it's still responds to the theme.  

New buttons

This PR also adds two new types of buttons, secondary and danger.