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
12 stars 3 forks source link

RSDEV-120 Migrate DMPTool dialog to accented theme #79

Closed rlamacraft closed 1 month ago

rlamacraft commented 1 month ago

This means the DMPTool dialog for importing DMPs into the Gallery has consistent styling with the new Gallery, utilising an accented theme to mimic the DMPTool branding. Moreover, it supports the high contrast mode that comes with the theme. The dialog also now uses MUI's DataGrid, allowing the user to choose additional columns of data. 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

This change also includes keyboard controls for selecting a row of the table in the Argos dialog as that was not included in its recent change.