dspace-angular
dspace-angular copied to clipboard
DSpace 7.x (and later) User Interface built on Angular.io
## Describe the bug If the navbar contains more items than the ones found by default, the search/language/login buttons container wraps in a new row on medium screens. ## To...
## References * Fixes #3512 ## Description Removed a `white-space: nowrap` rule, added some `flex-shrink` and `flex-grow` classes, and removed a `flex-wrap` class so that the navbar is not wrapping...
## References * Fixes #3339, "No thumbnails available" text going outside the marked area. ## Description Resets the font size of the text that appears in place of thumbnails when...
### Description Fixes #1602 Insufficient collection information when submitting an article. ### Instructions for Reviewers Sometimes, the collections returned by the collection browser are indistinguishable because their names are identical...
## References * Fixes #3170 * Fixes #3167 * Requires DSpace/DSpace#9882 * Relates to #3165 (and may require manual merge) ## Description This PR adds a new ItemPageLicenseFieldComponent, which allows...
## References * Requires https://github.com/DSpace/DSpace/pull/9912 ## Description Improves view statistic reporting by adding totals and new reports which aggregate item and bitstream visits at the Site, Community and Collection levels....
## Describe the bug There is a bug in DSpace when you are in the submission process and use the lookup to search for an author to create a new...
…nditionally ## References * Fixes #3312 ## Description Emit a result list even if no items are found (result list of 0 items). The "Select page" and "Deselect page" drop-down...
## References * Fixes #3462 ## Description Fixes include refactor the ORCID queue component (`orcid-queue.component.ts)` to update pagination options not only when changing pages (handled by the pagination component) but...
## Describe the bug In the ORCID Registry Queue table, if there are multiple pages and the items on the last page are unlinked/removed, the table will remain empty with...