rspace-os / rspace-web

This the main repository for RSpace: rspace-web. Check https://github.com/rspace-os/rspace-web/blob/main/DevDocs/DeveloperNotes/GettingStarted/GettingStarted.md for setup instructions.
https://github.com/rspace-os/rspace-web/wiki
GNU Affero General Public License v3.0
14 stars 3 forks source link

RSDEV-120 Migrate Argos dialog to accented theme #78

Closed rlamacraft closed 2 months ago

rlamacraft commented 2 months ago

This means the Argos dialog for importing DMPs into the Gallery has consistent styling with the new Gallery, utilising an accented theme to mimic the Argos branding. Moreover, it supports the high contrast mode that comes with the theme. The dialog also now uses MUI's DataGrid, reducing the numbers of places that our more limited adjustable-column table is used. This change applies to both the existing and new gallery.

Current gallery before

image

Current gallery after

image

New gallery before

image

New gallery after

image