dspace-angular
dspace-angular copied to clipboard
DSpace 7.x (and later) User Interface built on Angular.io
**Describe the bug** During submission, the page sometimes "jumps" and users have to navigate back to where they were before the jump (scroll up/down). We noticed the page jumps occur...
**Is your feature request related to a problem? Please describe.** When a persistent identifier like a handle is withdrawn it can create problems in continuity and discovery for the resource...
Update of Polish translation from i18n catalogue based on the current version of DSpace. Approximately 450 new translations should be added to align with the English version.
## References * Small fixes related to #2275 * Small fixes related to #2681 ## Description Some fixes for issue on the home page related to new features merged in...
## References * Fixes #2724 * Fixes #2727 ## Description This PR encodes all the `RequestParam`s values. I added an optional parameter to still make it possible to provide already...
**Describe the bug** Currently some components have methods in their classes. This can cause issues when nested object are copied from the SSR cache to the CSR cache. We recently...
**Describe the bug** The advanced search functionality implemented in https://github.com/DSpace/dspace-angular/pull/2608 should be simplified to reduce code repitition (reuse `ds-search-filter`) and its configuration should be moved to the backend as proposed...
## Description This PR adds imports of missing Angular interfaces, e.g. `OnInit`, `OnDestroy` etc. @tdonohue , is it possible to add an appropriate lint check?
## Description This PR applies some layout improvements to the feedback form page by increasing vertical spacing. ### Before  ### After 
## Description This is a small refactoring of the Mirador configuration file **Before:** ```javascript (Mirador.viewer( { // settings }, [ // list of plugins ] ) )(manifest); ``` **After:** ```javascript...