dspace-angular icon indicating copy to clipboard operation
dspace-angular copied to clipboard

DSpace 7.x (and later) User Interface built on Angular.io

Results 496 dspace-angular issues
Sort by recently updated
recently updated
newest added

**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...

bug
help wanted
component: submission
ux

**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...

identifiers: Handles
new feature
needs triage

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.

new feature
needs triage

## 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...

improvement
1 APPROVAL

## 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...

bug
component: submission
component: SEO
testathon
claimed: Atmire
port to dspace-7_x

**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...

bug
code task
needs triage

**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...

bug
component: Discovery
claimed: Atmire

## Description This PR adds imports of missing Angular interfaces, e.g. `OnInit`, `OnDestroy` etc. @tdonohue , is it possible to add an appropriate lint check?

code task

## Description This PR applies some layout improvements to the feedback form page by increasing vertical spacing. ### Before ![image](https://github.com/DSpace/dspace-angular/assets/952735/275fc851-5897-4f59-8a38-b76cf39eceb8) ### After ![image](https://github.com/DSpace/dspace-angular/assets/952735/7c788449-fb17-47c8-8064-dd3e97f8252a)

bug
1 APPROVAL
merge conflict
port to dspace-7_x

## Description This is a small refactoring of the Mirador configuration file **Before:** ```javascript (Mirador.viewer( { // settings }, [ // list of plugins ] ) )(manifest); ``` **After:** ```javascript...

code task
integration: IIIF