Alexandre Vryghem
1bc47d06b7
Merge branch 'w2p-132350_minor-css-fixes_contribute-7.6' into bootstrap-issues_contribute-9_x
2025-07-10 00:48:15 +02:00
Alexandre Vryghem
45934e31f2
132350: Fixed some SASS variables not being overridable in the themes
...
Also fixed the authority icons not being totally centered in the onebox submission fields
2025-06-25 11:51:58 +02:00
Wout-atmire
e0240259ec
Upgrade to Bootstrap 5 & realign themes ( #3506 )
...
* 117631: upgraded bootstrap, ng-bootstrap and installed popper.js
* 117631: SASS to CSS variables
* 117631: Bootstrap 4 to 5 html/css fixes
* 117631: Theming fixes after bootstrap upgrade
* 117631: More theming fixes: accordions, spacing, search components etc
* 117631: Fixed tests
* 117631: Fixed offset issues
* 117631: Fixed contrast ratio issue
* 117631: Fixed variables, removed unnecessary mapping, fixed tables, upgraded to Bootstrap 5.3.3
* 118113: vertical footer deviders
* 118113: remove button shadow
* 118113: old checkboxes
* 118113: Custom icons font-family
* 118113: accordion color
* 118113: table striped customizable background-color
* 118113: revert vertical deviders in footer bs-secondary change
* 118113: modal close button
* 118113: add w-100 to btn-block elements
* 118113: border radius
* 118113: The date selector on the submission page gets squished to the side of its label fix
* 118113: adding margins to dynamic-form-control-containers
* 118113: adding gaps between sections of item submission form
* 118113: icon font-family removed !important
* 118113: removed !important from #legend_dc_date_issued
* 118113: move --bs-border-radius to $bs-border-radius
* 118113: remove new SCSS variable
* 118113: reduce size for Item type labels
* 118113: date picker border - transparent
* 118113: drag-item-container elements on same line
* 118113: specific border color for ds-number-picker buttons
* Simplify variables & styles
* 118627: html files
* Fix new SCSS compile issues, remove yarn.lock
* 118627: remove footer button shadow
* 118627: custom login button radius
* 118627: success button - white text
* 118627: table alternate colors
* Fix ghostly Bootstrap version, again
* Override (ng-)bootstrap versions for @ng-dynamic-forms
* 118627: Feedback - fix login button radius
* 118627: Feedback - fix footer button shadows
* 118627: Feedback - login border radius use $bs-border-radius-lg + change to rem
* 118627: Tooltip issue
* 118627: Metadata white authority badge
* 118627: Align Back button
* 118627: Bitstreams under Item's Metadata issue fix
* 118627: select on edit collection page "arrow icon"
* 118627: fix alignment issues
* 118627: fix admin sidebar "Managment" label
* 118627: Feedback - login button
* 118627: Line above table heads
* 118627: Remove HMTL accordion expandable arrow
* 118627: bitstream table
* 118627: notification "close button"
* 118627: faint border/shadow around the expand buttons on hierarchical browse pages
* 118627: tooltip margin
* 118627: Bootstrap 5 changed the default gutter size to 24px
* 118627: custom-aligning -> custom-alignment
* 118627: lint-fix
* 118627: lint fix
* 118627: e2e Fix with new "btn-close"
* 118627: e2e Fix heading order for access-control-form-container
* 118627: access-control-form-container mr-4 to me-4
* 118627: update mr to me & ml to ms & pr to ps & pl to ps
* 118627: Access Control "Mode" radiobuttons under Text
* 118627: Item submission Publisher select icon positioning
* 118627: resolved merge conflict with main (and npm install)
* 118627: cherrypicking 3553 commits
* Remove unused angular-idle-preload
(cherry picked from commit fef5dd72b3
)
* 118627: npm install - to fix package-lock.json
* 120594: hamberger menu not showing fix
* 120594: big logo header issue
* 120594: remove faint shadow
* 120594: btn-transparent class
* 120594: badge-* to bg-*
* 120594: add padding-right & -left for rounded-pill
* 120594: update test variables to fit the new bootstrap variables
* 120594: add missing rss conditions
* 120594: fix white badges
* 118627: remove shadow on number-picker
* 120594: revert white badge fix
* 120594: re-add dropdown-button in dynamic-lookup-relation-search-tab
* 120594: remove default radio button styling
* 120594: full width radio buttons
* 120594: edit collection page alignment
* 120594: bg -> bg-primary
* 120594: revert to old info color
* 120594: revert media breakpoints
* 120594: recover PR 3227 rss
* 120594: remove login & logout from PR
* 120594: ds-filter input & label gap
* 120594: ds-filter aligning rows
* 120594: remove navbar.module.ts
* 120594: remove item-edit-bitstream.component.html
* 120594: remove item-edit-bitstream-drag-handle.component.html
* 120594: Fix vocabulary-treeview styling
* 120594: Remove unused browse-by-metadata-page.component.html
* 120594: red invalid input label
* 120594: use old link color for number-picker: #1f7293
* 120594: move $theme-colors to sass override
* 120594: spacing for upload icon
* 120594: decrease media-breakpoint-down
* 120594: PR 3227 rss
* 120594: merge in main bootstrap variable mappings
* 120594: restore all mapped variable that have a value
* 120594: fix unset variable item-edit-bitstream-bundle.component.scss
* 120594: old tooltip color
* 120594: edit bitstream render text inline with the icon
* Revert "120594: merge in main bootstrap variable mappings"
This reverts commit 4e61b5fb
* 120594: add non-default mapped variables with references
* 120594: add docs in _bootstrap_variables_mapping.scss
* 120594: use bootstrap variables instead of hardcoded values
---------
Co-authored-by: lotte <lotte_hofstede@hotmail.com >
Co-authored-by: Yura Bondarenko <yura.bondarenko@atmire.com >
Co-authored-by: Yury Bondarenko <ybnd@tuta.io >
Co-authored-by: Tim Donohue <tim.donohue@lyrasis.org >
2025-03-05 12:15:51 -06:00
FrancescoMolinaro
17ecc592f3
Exclude search and browse from Angular SSR ( #3709 )
...
* [DURACOM-303] prevent possibly long-lasting search and browse calls in SSR
* [DURACOM-303] implement skeleton component for search results
* [DURACOM-303] add skeleton loader for search results and filters
* [DURACOM-303] minor restyle of skeleton for mobile
* [DURACOM-303] fix lint and tests
* [DURACOM-303] adapt tests
* [DURACOM-303] restyle skeleton, add filter badge skeleton
* [DURACOM-303] add loop for filters count
* [DURACOM-303] add grid layout, make SSR enabling configurable, minor restyle of skeletons
* [DURACOM-303] refactor param, add example of configuration
* [DURACOM-303] rename variable, minor code refactor
* [DURACOM-303] add override possibility with input
* [DURACOM-303] fix SSR check on template and on components missing the environment config. Add descriptive comment for skeleton component. Fix JS error on SSR.
* [DURACOM-303] refactor thumbnail's skeleton style
2025-01-23 10:16:12 -06:00
Andrea Barbasso
0ab4d903d9
[CST-15593] fix orejime cookie name, a11y issues and package-lock
2024-10-31 10:54:03 +01:00
Andrea Barbasso
ad7bbb85cb
Merge remote-tracking branch 'github/main' into task/main/CST-15593
2024-09-30 11:20:18 +02:00
Andreas Awouters
2249464abf
Merge branch 'live-region-7.6' into live-region-8.0
...
# Conflicts:
# config/config.example.yml
# src/app/shared/shared.module.ts
# src/config/app-config.interface.ts
# src/config/default-app-config.ts
# src/environments/environment.test.ts
2024-09-20 14:03:19 +02:00
Andreas Awouters
83a44ba924
118220: Add live-region service and component
2024-09-20 13:31:44 +02:00
Andrea Barbasso
84069055f5
[CST-15593] migrate from klaro to orejime
2024-07-18 11:51:47 +02:00
Victor Hugo Duran Santiago
20f31cbee7
Fix - Change color Contrast in cookie settings box
2024-06-14 15:12:42 -05:00
Davide Negretti
91f01ad542
Merge branch 'main' into DURACOM-195
...
# Conflicts:
# src/assets/i18n/en.json5
# src/themes/dspace/app/navbar/navbar.component.html
2024-02-29 19:11:03 +01:00
FrancescoMolinaro
47a907c1d2
Merge branch 'main' into coar-notify-7
2024-02-28 15:41:07 +01:00
Alisa Ismailati
e4b28146ca
Merge branch 'main' of https://bitbucket.org/4Science/dspace-angular into CST-12109-WITHDRAWN-REINSTATE-requests
2024-02-27 16:22:08 +01:00
Davide Negretti
a88282d70b
[DURACOM-195] fix spacing in collapsible menu
2024-02-27 14:05:48 +01:00
Davide Negretti
8e35c0f713
[DURACOM-195] add background on mouse over to dropdown user menu items
2024-02-26 20:24:12 +01:00
frabacche
fbd5dd41ed
Merge remote-tracking branch 'origin/main' into coar-notify-7
2024-02-26 14:40:17 +01:00
Davide Negretti
1fb742c00a
Merge branch 'main' into DURACOM-195
...
# Conflicts:
# src/assets/i18n/en.json5
# src/styles/_custom_variables.scss
# src/themes/dspace/styles/_theme_css_variable_overrides.scss
2024-02-26 12:44:31 +01:00
Alisa Ismailati
37dc8ccd11
[CST-12109] logo alignment
2024-02-23 15:47:58 +01:00
Andreas Awouters
adea818306
Merge remote-tracking branch 'dspace/main' into process-admin-ui-redesign-8.0.0-next
2024-02-21 08:51:41 +01:00
FrancescoMolinaro
a249cf5986
Merge branch 'main' into coar-notify-7
2024-02-16 11:00:24 +01:00
Vincenzo Mecca
ca3749be4a
Merge remote-tracking branch 'github/main' into main_CST-12825
...
# Conflicts:
# src/assets/i18n/en.json5
# src/styles/_custom_variables.scss
2024-02-13 11:20:26 +01:00
Vincenzo Mecca
5a970775ae
[ #2719 ][CST-12825] Extracts new image-page-field component with css variable
2024-02-13 11:16:54 +01:00
FrancescoMolinaro
3561063af7
Merge branch 'main' into coar-notify-7
2024-02-09 13:18:59 +01:00
Andreas Awouters
27d05aea95
Merge branch 'w2p-111638_Process-admin-UI-redesign_Overview-page-tables_PR-feedback' into process-admin-ui-redesign-8.0.0-next
2024-02-07 11:18:28 +01:00
Andreas Awouters
8d473eaead
111638: Show process ID instead of status
2024-02-06 14:21:40 +01:00
Davide Negretti
46fe7f63e3
[DURACOM-195] fix prefix of custom CSS variables
2024-02-02 14:01:42 +01:00
Davide Negretti
87d3383bba
[DURACOM-195] misc fixes
2024-02-02 14:01:42 +01:00
Davide Negretti
6d82c77c00
Merge branch 'main' into DURACOM-195
2024-02-02 10:41:47 +01:00
Andreas Awouters
87bb3cae30
Merge remote-tracking branch 'dspace/main' into process-admin-ui-redesign-8.0.0-next
2024-01-29 11:19:42 +01:00
Andreas Awouters
5d00c6bae2
107873: Add number of processes badge
2024-01-29 11:05:05 +01:00
Andreas Awouters
21f1beb8e9
107873: Set process overview table column widths
2024-01-29 11:04:47 +01:00
Andreas Awouters
73e823e969
107873: Add number of processes badge
2024-01-29 10:57:41 +01:00
Andreas Awouters
2ad97d2845
107873: Set process overview table column widths
2024-01-29 09:08:46 +01:00
FrancescoMolinaro
32e3141b19
add logo max costraints
2024-01-19 08:57:12 +01:00
Davide Negretti
6dee989609
Merge remote-tracking branch 'GitHub_DSpace/main' into DURACOM-195
...
# Conflicts:
# src/styles/_bootstrap_variables.scss
# src/styles/_custom_variables.scss
# src/themes/dspace/styles/_theme_sass_variable_overrides.scss
2024-01-17 12:55:27 +01:00
Tim Donohue
55c191e742
Merge pull request #2587 from Dawnkai/main
...
Deque Analysis Color Contrast fixes
2024-01-16 16:01:50 -06:00
Maciej Kleban
c20b0a7c11
Replace hard-coded colors with bootstrap variants
...
* Replace custom variables with Bootstrap variants
* Replace custom button colors with Bootstrap variants
* Remove custom colors and replace them with bootstrap variants
* Fix checkbox offset styles
---------
Co-authored-by: Maciej Kleban <maciej.kleban@pcgacademia.pl >
2024-01-15 20:26:04 +01:00
Dawnkai
7fbb692e94
Deque Analysis Color Contrast fixes
2024-01-15 20:25:32 +01:00
Davide Negretti
b8ec74a046
[DURACOM-195] [DURACOM-210] Reorder SCSS and CSS theme variables
2023-12-19 01:10:07 +01:00
Davide Negretti
216558125b
[DURACOM-195] Header, navbar, and sidebar refactoring
2023-12-19 01:10:07 +01:00
Davide Negretti
e84773afb2
[DURACOM-195] Base components
2023-12-06 17:44:53 +01:00
Stefano Maffei
4b7602fe7d
Merge remote-tracking branch 'originGithub/main' into coar-notify-7
...
# Conflicts:
# src/app/shared/shared.module.ts
# src/assets/i18n/en.json5
# src/modules/app/browser-init.service.ts
# src/themes/custom/lazy-theme.module.ts
2023-12-05 13:10:25 +01:00
Davide Negretti
a3e6d9b09a
[DURACOM-195] Simplify vertical spacing in header and breadcrumbs
2023-11-09 12:59:15 +01:00
Alexandre Vryghem
2ca2a3881f
Added new variables for the expandable navbar section
2023-09-29 21:46:11 +02:00
Alexandre Vryghem
f6649e1c38
Added support for changing the color of the navbar
2023-08-16 15:15:51 +02:00
Sondissimo
969e006e29
CST-11012 Created the footer new icon+text, new json5 texts added, routed the newly created component notify-info.component
2023-07-26 18:27:26 +02:00
Tim Donohue
485bb840ce
Merge pull request #2028 from atmire/edit-metadata-redesign-PR
...
Edit metadata redesign
2023-02-02 15:06:58 -06:00
Koen Pauwels
fd080c2366
Merge branch 'feature-context-help-7.2' into feature-context-help-7.4
2023-01-16 12:24:05 +01:00
Koen Pauwels
bed14c6b06
97732 ContextHelpWrapper: changed tooltip link color
2023-01-16 12:23:12 +01:00
Koen Pauwels
0676b5aebb
Merge tag 'dspace-7.4' into feature-context-help-7.4
2023-01-06 11:13:41 +01:00