Andrea Barbasso
16bd9b17ac
[DURACOM-191] fix tests
2024-02-01 17:52:19 +01:00
Andrea Barbasso
dc8d3ace09
Merge branch 'main' into DURACOM-191
...
# Conflicts:
# src/app/community-list-page/community-list/community-list.component.ts
# src/app/entity-groups/research-entities/submission/item-list-elements/org-unit/org-unit-suggestions/org-unit-input-suggestions.component.spec.ts
# src/app/forgot-password/forgot-password-form/forgot-password-form.component.spec.ts
2024-02-01 17:27:00 +01:00
Tim Donohue
85369aac10
Merge pull request #2717 from alexandrevryghem/fix-accessibility-issues_contribute-main
...
Fix accessibility issues (part 2)
2024-01-31 09:34:58 -06:00
Alexandre Vryghem
ca24713d6d
Fixed dropdown accessibility issue
...
- Removed non-existing dropdownMenuButton references
- Added appropriate roles to dropdown menus
2024-01-30 23:24:29 +01:00
Alexandre Vryghem
9e29cfb68d
Fixed user authentication/registration accessibility issue
...
- Added the correct autocomplete value
- Removed dangling labels, because aria labels already describe those input fields & we can't use ids in this component because otherwise there are duplicate ids on the /login page
2024-01-30 23:24:29 +01:00
Alexandre Vryghem
e36bf645f4
Fixed edit metadata page accessibility issue
...
- Hide fontawesome icons for screen readers
- Added missing aria-label to metadata field input
2024-01-30 23:24:29 +01:00
Alexandre Vryghem
8ad1b4b0d4
Fixed feedback form page accessibility issue
...
- The form used a fieldset tag instead of a form tag
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
7f0264ed1c
Fixed remaining community/collection page accessibility issues
...
- Hide fontawesome icons for screen readers
- Replaced dangling labels with spans and added more descriptive aria label to browse link
- Fixed empty label/missing header in edit resource policy table
- Added missing comcol logo al text
- Refactored dso-edit-menu-section to not display empty link buttons and duplicate titles
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
07e89acab5
Fixed accessibility issues on AccessControlFormContainerComponent
...
- Replaced invisible label in AccessControlArrayFormComponent that was only used for styling with span
- Fixed radio buttons not being part of a fieldset
- Fixed empty table header
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
c30a2eea45
Fixed accessibility issues on BitstreamFormatsComponent
...
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
54ef97d607
Fixed accessibility issues on MetadataRegistryComponent
...
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
8ab4f1c074
Fixed accessibility issues on MetadataSchemaComponent
...
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
1989a6c042
Fixed accessibility issues with pagination button
...
- Replaced the h6 tags with the role heading
- Gave the gear button the roles in order to be detected as an expandable menu
- Replaced the dropdown structure to render a menu of listboxes
- Added the aria-selected attribute
2024-01-30 23:24:27 +01:00
Tim Donohue
5b9a98adc1
Merge pull request #2755 from 4Science/DURACOM-223
...
Add logo max constraints
2024-01-25 15:07:54 -06:00
Tim Donohue
38ae9ce0e0
Merge pull request #2769 from saschaszott/patch-12
...
fixed typo in info.feedback.page_help
2024-01-25 10:25:33 -06:00
Sascha Szott
4b7798fcc7
fixed typo
2024-01-25 16:10:00 +01:00
FrancescoMolinaro
f82ba8c5ad
add width 100% to prevent overflow on mobile
2024-01-25 09:00:05 +01:00
Andrea Barbasso
4ecfdf2b79
[DURACOM-191] fix missing imports and providers
2024-01-24 14:26:31 +01:00
Andrea Barbasso
1afec99f91
Merge branch 'main' into DURACOM-191
...
# Conflicts:
# src/app/shared/confirmation-modal/confirmation-modal.component.ts
# src/app/shared/dso-selector/modal-wrappers/export-batch-selector/export-batch-selector.component.ts
# src/app/shared/dso-selector/modal-wrappers/export-metadata-selector/export-metadata-selector.component.ts
# src/app/shared/form/builder/ds-dynamic-form-ui/models/scrollable-dropdown/dynamic-scrollable-dropdown.component.ts
2024-01-24 11:45:45 +01:00
Andrea Barbasso
b53f5a1ea2
[DURACOM-191] fix edit item relationships
2024-01-23 12:21:50 +01:00
FrancescoMolinaro
d9e25882ce
remove class from template
2024-01-23 09:17:18 +01:00
FrancescoMolinaro
d3c788a4e1
adapt solution to prevent img overflow
2024-01-23 09:16:06 +01:00
Jens Vannerum
c02b46ca7d
110088: new implementation for keyboard support in dropdowns
2024-01-23 11:15:40 +03:00
Andrea Barbasso
2a5fd4e3a2
[DURACOM-191] fix tests after merge
2024-01-22 11:01:49 +01:00
Andrea Barbasso
c3b31f0144
[DURACOM-191] fix missing import after merge
2024-01-22 09:47:53 +01:00
Tim Donohue
eee7267669
Merge pull request #2338 from alexandrevryghem/improve-confirmation-modal_contribute-main
...
Made ConfirmationModalComponent more generic
2024-01-19 16:32:27 -06:00
Andrea Barbasso
3eb91a0aab
Merge branch 'main' into DURACOM-191
...
# Conflicts:
# src/app/shared/form/number-picker/number-picker.component.spec.ts
# src/app/shared/form/number-picker/number-picker.component.ts
2024-01-19 19:05:23 +01:00
Andrea Barbasso
4322bca859
[DURACOM-191] add deprecated comment
2024-01-19 18:54:43 +01:00
Andrea Barbasso
107e960a9f
Merge remote-tracking branch 'github/DURACOM-191' into DURACOM-191
2024-01-19 18:00:15 +01:00
Giuseppe Digilio
4716a3c492
[DURACOM-191] fix unit test with missing providers
2024-01-19 17:59:49 +01:00
Andrea Barbasso
47a257e7a0
[DURACOM-191] add deprecated in jsdocs for decorators
2024-01-19 17:56:24 +01:00
Andrea Barbasso
d63caf5242
Merge branch 'main' into DURACOM-191
...
# Conflicts:
# src/app/access-control/group-registry/group-form/members-list/members-list.component.ts
# src/app/core/eperson/eperson-data.service.ts
2024-01-19 16:47:40 +01:00
Tim Donohue
a59f371ecf
Merge pull request #2691 from misilot/fix-2690
...
Decrease min-height for Login Dropdown Menu
2024-01-19 09:22:36 -06:00
Tim Donohue
6536fbff62
Merge pull request #2736 from saschaszott/patch-11
...
use localized error message
2024-01-19 09:21:26 -06:00
Andrea Barbasso
31f89e8cb9
[DURACOM-191] fix errors
2024-01-19 14:30:45 +01:00
Andrea Barbasso
59e9e0fe62
Merge remote-tracking branch 'github/DURACOM-191' into DURACOM-191
2024-01-19 14:20:10 +01:00
Giuseppe Digilio
cfe802096c
[DURACOM-191] fix circular dependencies
2024-01-19 13:11:49 +01:00
Andrea Barbasso
8e3a145bf8
Merge remote-tracking branch 'github/DURACOM-191' into DURACOM-191
2024-01-19 12:25:17 +01:00
Andrea Barbasso
891f18d96d
[DURACOM-191] remove leftover provide files, use exported consts instead
2024-01-19 12:24:27 +01:00
Giuseppe Digilio
8861a21a2a
[DURACOM-191] fix circular dependencies
2024-01-19 12:21:26 +01:00
FrancescoMolinaro
32e3141b19
add logo max costraints
2024-01-19 08:57:12 +01:00
Alan Orth
477ea93fd1
Merge pull request #2721 from alanorth/fix-community-cdk-tree-links
...
Fix whitespace in links due to newlines
2024-01-19 08:13:42 +03:00
Giuseppe Digilio
171e0e3dc9
[DURACOM-191] fix circular dependencies
2024-01-18 19:13:43 +01:00
Andrea Barbasso
bb64be3a2b
[DURACOM-191] remove provide-render-auth-method, use exported const instead
2024-01-18 15:53:31 +01:00
Andrea Barbasso
e287e25906
[DURACOM-191] add withEntryComponents() to listable.module.ts
2024-01-18 15:26:59 +01:00
Andrea Barbasso
25381697e0
[DURACOM-191] remove provide-render-browse-by, use exported const instead
2024-01-18 15:18:18 +01:00
Andrea Barbasso
93853ba542
[DURACOM-191] fix missing listable components
2024-01-18 11:10:19 +01:00
Andrea Barbasso
4d23626aed
[DURACOM-191] fix lint
2024-01-18 09:08:32 +01:00
Andrea Barbasso
579bedc352
[DURACOM-191] fix tests
2024-01-18 08:44:08 +01:00
Alexandre Vryghem
b8e0401388
Fix header ordering
2024-01-17 23:26:11 +01:00