dataverse-frontend
dataverse-frontend copied to clipboard
An upcoming and moderized UI for Dataverse
**What this PR does / why we need it**: Implements lazy loading of pages in router. To load only necessary/related js files for the current page. **Which issue(s) this PR...
We need a component in the Design System that will allow users to type into the selection to filter the options list. We are closing these two issues in Dataverse,...
We need to add the Link Button to the Dataset Page, using the Select with filtering Component, described here: https://github.com/IQSS/dataverse-frontend/issues/388 It will use an improved API to the the list...
Add a Link Button to the Collection Page, for linking this collection to another collection. It will use the Select with filtering Component, described here: https://github.com/IQSS/dataverse-frontend/issues/388 It will use an...
Stylelint is not functioning as expected. It should enforce rules such as 'declaration-colon-space-after' to correct instances like `padding:15px;` to `padding: 15px;`, but it appears to be malfunctioning. To reproduce the...
**New Dataset** button, which is an anchor tag is causing a page reload when navigating to `https://beta.dataverse.org/spa/datasets/create`. This is due to using a normal anchor tag and not the Link...
For displaying simple values that have multiples, for example Subject, there should be a separator character between values JSF Example: Currently in the SPA, we don't have a separator character...
It would be very beneficial to improve the performance of the application to load the different pages in a lazy way. This could just be done at the Router level...
We have added the plugin "eslint-plugin-react-hooks" while working on [this issue](https://github.com/IQSS/dataverse-frontend/issues/347). Several bugs and warnings have been fixed in the above issue, but there are still some warnings (8 at...
**Overview of the Feature Request** Record the third demo video to showcase the new SPA features **What kind of user is the feature intended for?** All users **What inspired the...