Konstantina Galouni
13d0430109
[Library | develop]: alert.ts & full-screen-modal.component.ts: Updated (h6 from h4 or h5) header font size and ratio of icons (make them smaller) - in angular 16 branch, paddings have also changed.
2023-08-24 18:20:49 +03:00
Konstantinos Triantafyllou
056faac88f
Add mobile-dropown in dropdown-filter. Fix input autocomplete in mobile. Fix icon alignment in fundedBy. Add scroll to top in fs-modal and on change tab in landing mobile bar.
2023-07-26 11:49:50 +03:00
Konstantinos Triantafyllou
9760ebab2e
Create mobile-dropdown component and use it in Inputs. Change height to min-height in full-screen-modal and in cite-this.
2023-07-11 16:03:08 +03:00
Konstantina Galouni
a6dee41979
Merging 'develop' branch into explore-redesign.
2023-07-05 11:40:43 +03:00
Konstantinos Triantafyllou
aa10b35f7a
Fix ResizeObserver condition in landings and fs-modal
2023-07-04 11:53:08 +03:00
Konstantinos Triantafyllou
18b5ce2201
Fix bodyHeight in full screen modal.
2023-07-04 11:08:39 +03:00
Konstantina Galouni
558357b03e
[Library | develop]: full-screen-modal.component.ts: [Bug fix] Removed uk-invisible class from ok and cancel buttons section (wrong check and buttons never appeared) & Added uk-disabled class in back link.
2023-06-22 16:48:10 +03:00
Konstantina Galouni
ab43152a6a
[Library | data-transfer-v2]: For data transfer, open full screen modal instead of alert modal | Support transfer of hierarchical files | Show description in storage types.
...
1. full-screen-modal.component.ts: Added cancelButton: boolean = true; and show cancel button, only if cancelButton is true and okButton is false.
2. transferData.module.ts: Imported FullScreenModalModule.
3. transferData.component.html: Replaced <modal-alert> with <fs-modal> and updated the interface accordingly | In inputs, set [inputClass]="'flat'".
4. transferData.component.ts:
a. Configure FullScreenModal, instread of AlertModal.
b. In destinationOptions, set label to dest.description (used to be dest.destination).
c. In transfer, in destinations, use also element.path, to keep the initial structure/ hierarchy when transfering files.
2023-05-16 16:36:43 +03:00
Konstantinos Triantafyllou
256f8162e6
Full screen modal: Change title and icons size on mobile
2023-02-21 15:14:25 +02:00
Konstantina Galouni
6947890c20
[Library | explore-redesign]: Result landing redesign for small screens (mobile) - main info & tabs of main info.
...
1. fos.component.ts & sdg.component.ts: Added Beta badge and "View all" link.
2. fundedBy.component.ts: Added @Input isMobile and relative checks in html | Updated how projects appear in mobile | Added ng-template for #funder and #dropInfo.
3. relatedTo.component.ts: Added @Input isMobile and relative checks in html | Added uk-margin-small-bottom between communities in mobile.
4. showSubjects.component.ts:
a. Added @Input isMobile and relative checks in html.
b. Added @Input() viewAllSubjects: boolean = false, @Input() viewAllClassifiedSubjects: boolean = false, @Output() viewAllClicked = new EventEmitter(); and methods "viewAllSubjectsClicked()", "viewAllSubjectsByVocabularyClicked()" to show subjects properly in mobile.
5. full-screen-modal.component.ts: Added method "backClicked()" and field public stayOpenInBack: boolean = false.
6. resultLanding.module.ts: Imported FullScreenModalModule.
7. resultLanding.component.ts & resultLanding.component.html: Redesign for small screens (mobile) for main info and its tabs (Summary, References, etc..).
2023-02-20 17:56:02 +02:00
Konstantinos Triantafyllou
4fa4a33a68
Increase close icon in fs-modal and remove deprecated icon from library
2022-07-13 10:13:29 +03:00
Konstantina Galouni
cfd44ec96b
[Library | new-theme]: full-screen-modal.component.ts & alert.ts: [Bug fix] Added private static counter field to increase on each modal creation and set id according to the counter, to delete from DOM in "modal-container" the destroyed modal.
2022-07-11 17:27:44 +03:00
Konstantina Galouni
fc5fcfaede
[Connect & Library | new-theme]:
...
1. projects-in-modal.module.ts: Imported DropdownFilterModule.
2. projects-in-modal.component.ts: Use common <dropdown-filter> instead of custom uk-button and uk-dropdown.
3. full-screen-modal.component.ts: [Bug fix] In ngOnDestroy added check for observer - error in ssr.
2022-07-07 10:54:12 +03:00
Konstantinos Triantafyllou
721a8c6a09
Add mining icon. Add method to get Affiliations in affiliations service. Remove cancel emit from ok button in full modal
2022-07-04 21:38:27 +03:00
Konstantinos Triantafyllou
be48608545
Fix bug with overflow in full screen modall
2022-07-04 18:00:10 +03:00
Konstantinos Triantafyllou
de493c8492
Fix full screen modal base on new UI
2022-07-04 11:32:24 +03:00
Alex Martzios
cffe3053ce
tweaks for fullscreen modal
2022-06-27 13:22:24 +03:00
Alex Martzios
0a46aea1e7
fs-modal changes
2022-05-30 17:56:47 +03:00
Alex Martzios
9f57b1c459
new deposit page designs and search deposit page
2022-05-30 16:52:28 +03:00
k.triantafyllou
92852d0962
[Library | Trunk]: 1. Input fix bug with search control value. Remove selection of chip in autocomplete. 2. Search Input: Add truncate on selected value. 3. Full screen modal: Fix close method
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60688 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-22 15:10:18 +00:00
k.triantafyllou
1f55667499
[Library | Trunk]: Full screen modal: Remove footer, move buttons on header, Make heading h4. User component: Redirect on error code 3
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60660 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-17 15:42:43 +00:00
k.triantafyllou
372f33cb21
[Library | Trunk]: Fs modal: Fix esc key
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60642 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-12 12:49:01 +00:00
k.triantafyllou
c9bc5dd980
[Library | Trunk]: Fs modal add a boolean for each button
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60636 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-12 10:29:58 +00:00
k.triantafyllou
3e14245cc0
[Library | Trunk]: Fs modal add disable on buttons
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60635 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-12 10:00:56 +00:00
k.triantafyllou
b37a64809e
[Library | Trunk]: Fs modal redesign
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60632 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-12 09:39:06 +00:00
argiro.kokogiannaki
39cd5682c9
[Library|Trunk]
...
fs-modal: add event emitter for close
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60629 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-11 16:27:28 +00:00
k.triantafyllou
51aa0ba2fd
[Library | Trunk]: Full screen modal: Add animation css
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60601 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-05 15:12:35 +00:00
k.triantafyllou
255510903a
[Library | Trunk]: Full screen modal: Make keys optionals
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60599 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-05 13:51:09 +00:00
k.triantafyllou
cfe3ab4fd0
[Library | Trunk]: Add full screen modal
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60597 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-05 13:31:54 +00:00