Commit Graph

247 Commits

Author SHA1 Message Date
Konstantina Galouni bd15bab85d [common-assets & openaire-theme & Library | new-theme]: Updated class for graph color and moved to openaire.css | z-index fixes in dropdown and in landing pages.
1. dropdown.css: [Bug fix] Added z-index: 1 in uk-dropdown to prevent dropdown from being on top of menu.
2. text.css: Removed classes "text-orcid" and "text-argos" (moved to openaire-theme/css/openaire.css.
3. openaire.css: Removed class "graph" and added "text-graph", "text-orcid", "text-argos".
4. dataProvider.component.html & organization.component.html & project.component.html & resultLanding.component.html & newSearchPage.component.html: Use class "text-graph" instead of "graph" for graph color.
5. landing-utils.css: [Bug fix] Updated z-index of #graph_and_feedback to 980 (previous 979) to be on top of tabs in landing pages | background of #main-tabs-div was set twice.
2022-06-14 17:00:13 +03:00
Konstantina Galouni fb8db8d1d2 [common-assets & openaire-theme | new-theme]: Moved css for class "view-more-less-link" from link.css to utils.css. 2022-06-10 15:08:48 +03:00
Konstantinos Triantafyllou 7e09e22558 Add header-height in variables and change navbar-height to check this variable 2022-06-09 20:08:56 +03:00
Konstantina Galouni b425623fb9 [Explore & Library & openaire-theme | new-theme]: Updated parsing of classified subjects by using a vocabulary | Added parsing of instance.license in Download from | Added feedback functionality for fos and sdgs in landing | #7509 Parsing both citations and references fields | In "view all/less" links added chervon-right icon with class "view-more-less-link".
1. fos.component.ts & sdg.component.ts: Added method "urlEncodeAndQuote()" to encode and then quote a string.
2. fos.component.html & sdg.component.html:
   a. "Beta" badge was updated to yellow uk-text-large.
   b. Link to the simple search page instead of the advanced and urlEncodeAndQuote the parameter used in url.
3. link.css: Added class "view-more-less-link" to set on ::after "chevron_right" icon (not underlined on hover) - used in "view all/more/less" links.
4. dataProvider.component.html & project.component.html & fundedBy.component.ts & relatedTo.component.ts & showIdentifiers.component.ts & showAuthors.component.ts: In "view all/less" links added class "view-more-less-link" | Renamed "view more" to "view all".
5. feedback.component.html: Rename wording to be more positive: issues -> feedback, issue -> comment, report -> feedback.
6. feedback.component.ts: Added @Input() preSelectedField: string = ""; and set with it "field" on "addIssue()" (fos/sdg preselected for feedback).
7. availableOn.component.ts:
   a. In "view all/less" links added class "view-more-less-link".
   b. #7833 - Show instance.license information (as link when recognized as url, string otherwise).
8. landing-utils/fos.component.ts & landing-utils/sdg.component.ts:
   a. "Beta" word was updated to yellow uk-text-xsmall.
   b. In "view all/less" links added class "view-more-less-link".
   c. Added feedback functionality: link to feedback form.
9. showSubjects.component.ts:
   a. In "view all/less" links added class "view-more-less-link".
   b. Added "view all" functionality for classified subjects too.
10. resultLanding.component.html:
    a. In "view all/less" links added class "view-more-less-link" | Renamed "view more" to "view all"
    b. Added feedback functionality: link to feedback form - preselect in feedback form fos/sdg.
11. resultLanding.component.ts:
    a. Added public feedbackPreSelectedField: string = ""; field.
    b. Added method "feedbackClicked()".
    c. [Bug fix] In hasPrimaryInfo() added check for classifiedSubjects.
    d. Renamed getProvenanceVocabularyAndResultLandingInfo() to getVocabulariesAndResultLandingInfo() and call also this._vocabulariesService.getSubjectsVocabulary().
12. parsingFunctions.class.ts:
    a. #7196 - Updated parsing of subjects in method "parseAllSubjects()".
    b. #7833 - In method "parseHostedBy_collectedFrom()", added parsing for "license" field.
13. orcid-work.component.ts: On calling method "this.resultLandingService.getResultLandingInfo()", added null parameter for subject vocabulary.
14. searchFilter.module.ts: Import IconsModule.
15. searchFilter.component.html: Removed +/- form "view all/less" links and added class "view-more-less-link".
16. result-preview.ts: Added "licence?: string" in HostedByCollectedFrom.
17. ISVocabularies.service.ts:
    a. Added "private subjectsVocabulary: BehaviorSubject<any> = new BehaviorSubject<any>(null);" field and methods "getSubjectsVocabulary()", "getSubjectsVocabularyFromService()".
    b. Commented this.clearSubscriptions() from "getProvenanceActionVocabularyFromServiceAsync()".
18. resultLanding.service.ts:
    a. On subjects parsing, use subjectsVocabulary.
    b. #7509- Added if/then/else case for parsing citations (new name: references).
2022-06-09 16:45:39 +03:00
Konstantinos Triantafyllou accd757bca Material icons: Add background inherit for safari rendering 2022-06-06 17:43:23 +03:00
Konstantinos Triantafyllou 0de97ee578 Inputs: Change disable state 2022-06-06 16:33:09 +03:00
Konstantinos Triantafyllou b2911eeaaf Add connect gradient colors 2022-06-03 13:31:38 +03:00
Konstantinos Triantafyllou e032e8ce0a Add shadow default hover and add connect rgb variable 2022-06-02 17:28:34 +03:00
Konstantinos Triantafyllou 46e2d2d0ce Merge branch 'master' of code-repo.d4science.org:MaDgIK/openaire-theme 2022-05-31 23:17:57 +03:00
Konstantinos Triantafyllou d854de44a1 Add uk-text-secondary 2022-05-31 23:17:46 +03:00
Alex Martzios a071d1f9bb import deposit css for fs-modal 2022-05-30 16:52:58 +03:00
Konstantina Galouni ab6e217c7e [Library & openaire-theme & Explore | new-theme]: Beta indication in fos & sdgs (search, landing, dedicated pages) | Fixes in offcanvas and search all page for small screens.
1. badge.css: [NEW] Css file for uk-badge added.
2. import.css: Added @import "structure/badge.css";
3. fos.component.html & sdg.component.html: Added beta badge on top left of the title.
4. landing-utils/fos.component.ts & landing-utils/sdg.component.ts: Added [Beta] in title.
5. searchFields.ts: In sdg and fos RESULT_FIELDS, added [Beta] in their names.
6. offcanvas.css: [Bug fix] In rule .offcanvas .uk-offcanvas-bar added "max-width: 100vw", so that offcanvas does not exceed the screen width.
7. searchAll.component.html: Added some classes in <advanced-search-form> and uk-slider to be better displayed in small screens (form within page with some horizontal margins and arrows in slider).
2022-05-30 15:36:33 +03:00
Konstantinos Triantafyllou 7cb184f4f8 Input css: border bottom input font size reduce 2022-05-25 11:14:21 +03:00
argirok e7f2543b7a linking update css 2022-05-16 17:24:17 +03:00
Konstantina Galouni fd632de294 [openaire-theme | Trunk]: In class .uk-dropdown.options, updated max-height: 216px to be enough for 6 entities (5 old + services). 2022-05-13 15:50:16 +03:00
argirok 40cf427940 linking:
- update layout  for communities
- clean up code for communities
- update css for select/remove buttons
2022-05-12 17:59:13 +03:00
Konstantinos Triantafyllou ffffa5d8e2 Remove not hover from graph link 2022-05-05 12:20:59 +03:00
Konstantinos Triantafyllou ab3fab84f1 Add box shadow default class 2022-05-05 12:03:43 +03:00
Konstantinos Triantafyllou f1002e46f3 Fix shadows on hover. Change x-small vertical padding 2022-05-04 17:09:36 +03:00
Konstantina Galouni d45f01647f [openaire-theme | master]: [NEW] Added file progress.css in structure | import.css: Import structure/progress.css. 2022-04-28 16:47:31 +03:00
Konstantina Galouni 9bd52b6198 [openaire-theme | master]: text.css: Added .text-argos | variables.css: Added variable --argos-color: #17BEBB; 2022-04-28 12:08:38 +03:00
Konstantina Galouni 3b518bbe8d [Openaire theme | master]: Added variables and updated backgrounds.
1. variables.css: Added --light-color-rgb: 255, 255, 255; and --opacity: 0.3
2. background.css:
	a. Updated --background-secondary: var(--grey-color);
	b. Added --background-primary-rgb:var(--primary-color-rgb);
	c. Added rule for ".uk-background-primary-opacity".
2022-04-20 17:29:34 +03:00
Konstantinos Triantafyllou 21ecbb2b0c Add uk-label-small 2022-04-20 13:57:57 +03:00
argirok 02cbefbb6f add disabled css in stepper 2022-04-19 16:34:35 +03:00
Konstantinos Triantafyllou f22f1ae285 Update theme with: 1. Tiles: (add white bg in default). 2. Notifications: like alerts with shadow. 3. Tooltip: Add shadow. 4. Card: add border-radius in header and footer 2022-04-19 16:06:50 +03:00
Konstantinos Triantafyllou aa33ca719f Update theme with cards and buttons shadows, tabs meta color, modal footer padding and tiles colors 2022-04-18 23:52:30 +03:00
Konstantinos Triantafyllou c98b39a5a5 Change shadow variables to small, medium, large 2022-04-18 14:09:54 +03:00
Konstantinos Triantafyllou f7efc69c9b Add shadow modifiers. Add label primary and secondary. Add disable behaviour in icon-button 2022-04-18 11:26:08 +03:00
Konstantinos Triantafyllou a47c66f480 Update theme from joomla 2022-04-16 00:51:07 +03:00
Konstantinos Triantafyllou 0690007b7b Change search icon in collapsed status to black 2022-04-15 11:39:26 +03:00
Konstantinos Triantafyllou 1200683a6b Theme changes 2022-04-14 17:48:33 +03:00
Konstantinos Triantafyllou cccecf6806 Update theme.css and remove dropdown and navbar css 2022-04-14 16:41:56 +03:00
Konstantinos Triantafyllou 63c2b02974 Rename uk-text-primary-gradient to uk-text-background 2022-04-14 12:50:33 +03:00
Konstantinos Triantafyllou 53a7de01c8 Changes in theme 2022-04-13 19:27:37 +03:00
argirok b441da3afd Merge branch 'master' of code-repo.d4science.org:MaDgIK/openaire-theme 2022-04-12 18:19:22 +03:00
argirok 7e9e8c0d20 landing tabs - changes for the background color 2022-04-12 18:14:28 +03:00
Konstantinos Triantafyllou 79aafa3b70 Input: Add variables for disable state 2022-04-12 17:21:55 +03:00
Konstantina Galouni d56086611c [openaire-theme | Trunk]: Small additions in css of theme.
variables.css: [NEW] Added variable --orcid-color: #A6CE39;
text.css: Added rules for classes "uk-text-xsmall" and "text-orcid".
2022-04-12 13:27:52 +03:00
Konstantinos Triantafyllou 9fe876f2cd Input: Add more class for chips type 2022-04-11 12:28:19 +03:00
Konstantinos Triantafyllou 292419ac82 Remove flex from input class and truncate text 2022-04-09 16:20:30 +03:00
Konstantinos Triantafyllou 8864b690f5 Shadows variables 2022-04-07 21:26:10 +03:00
Konstantinos Triantafyllou b68ddc2064 Merge branch 'master' of code-repo.d4science.org:MaDgIK/openaire-theme 2022-04-07 18:19:34 +03:00
Konstantinos Triantafyllou 0b66dc8cb9 Add border-bottom input 2022-04-07 18:19:19 +03:00
Konstantina Galouni 4653007a11 [Library & Monitor Dashboard & openaire-theme | new-theme]: Small updates and fixes for sticky buttons & offcanvas on the right | New color #6E6E6E added.
1. monitor.component.html: Filters icon changed | Print button added.
2. monitor.module.ts: Added "filters" in iconsService.registerIcons and removed "print".
3. notification-sidebar.component.css: #notifications-switcher position top changed.
4. notifications-sidebar.component.ts: In read notifications added class "uk-text-light-grey".
5. icons.ts: [NEW] svg icon "filters" added.
6. offcanvas.css: Added variable --offcanvas-button-shadow and use it for offcanvas-switcher.
7. text.css: Added variable --text-light-grey-color: var(--light-grey-color); and class "uk-text-light-grey".
8. variables.css: Added variable --light-grey-color: #6E6E6E;
9. monitor-dashboard-custom.css: Added rules ".stakeholderPage #filters_icon .start" and ".stakeholderPage #filters_icon .end" for filters svg gradient | Added rule for #print_toggle to set top position.
2022-04-07 17:50:49 +03:00
Konstantinos Triantafyllou 09341b1889 Search input and input css changes 2022-04-06 18:23:44 +03:00
Konstantinos Triantafyllou 8b322abc3f Remove active state from input. Add backbround in search-input 2022-04-06 10:37:48 +03:00
Konstantina Galouni b1d890fef4 Merge branch 'master' of code-repo.d4science.org:MaDgIK/openaire-theme 2022-04-05 19:55:16 +03:00
Konstantina Galouni ff4d2d2f95 [Library & Monitor Dashboard | new-theme]: Small update on notifications & filters offcanvas.
1. shadow.css: Added variable --shadow-main-dark.
2. offcanvas.css:
   a. Set --offcanvas-shadow: var(--shadow-main-dark);
   b. In class .offcanvas-switcher remove transition (will not be visible when offcanvas is open)
   c. [Bug fix] In class .offcanvas-count increased font size and make background always round, added line-height: 20px.
   d. In rule ".offcanvas .uk-offcanvas-bar" set border-radius to 4px.
3. notification-utils.ts: Full stop added in messages.
4. notification-sidebar.component.css: In rule "#notifications .notification-list ul" set height: calc(100% - 77px).
5. notifications-sidebar.component.ts:
   a. Removed anything related to offcavnas events
   b. Removed commented code
   c. Added in icons visuallyHidden.
6. monitor.component.html:
   a. Removed "open" class when offcanvas is open.
   b. Added in icons visuallyHidden
   c. Added sign in link in filters when user is not logged in
   d. Added uk-text-small class in "Clear".
7. monitor.component.ts:
   a. Removed anything related to offcavnas events
   b. Added method "logIn()".
2022-04-05 19:55:01 +03:00
argirok c2fb6863a9 Merge branch 'master' of code-repo.d4science.org:MaDgIK/openaire-theme
 Conflicts:
	css/import.css
2022-04-05 18:37:48 +03:00
argirok ae6584647e more layout changes for the linking (eg filters, icons, etc) 2022-04-05 18:36:08 +03:00