Konstantinos Triantafyllou
789a0225fa
Add cookie in server side requests. Remove sticky footer from page-content in server. Hide subitems in sidebar on server
2022-12-23 17:36:35 +02:00
Konstantinos Triantafyllou
5bd828d03c
Fix an error in sidebar
2022-12-20 17:39:51 +02:00
Alex Martzios
6ca864d376
remove "Admin Dashboard -" title and logo from monitor admin pages
2022-12-12 16:59:47 +02:00
Konstantinos Triantafyllou
37545606a0
Fix a bug with replace header in navbar. Page content add header and actions class in order to handle border bottom in tabs
2022-12-12 16:16:47 +02:00
Konstantinos Triantafyllou
5bc5e3f3ad
Merge branch 'angular-14' of code-repo.d4science.org:MaDgIK/openaire-library into angular-14
2022-12-10 01:57:04 +02:00
Konstantinos Triantafyllou
4afcb8f27f
Change ol to ul in error message of role verifcation and fix a bug with toggle item with no subitems in sidebar
2022-12-10 01:56:56 +02:00
Konstantinos Triantafyllou
437a5fa50d
Smooth scroll: Fix headerOffset in mobile
2022-12-09 18:17:06 +02:00
Konstantina Galouni
acdba43c8b
[Connect Admin | Trunk & Library | angular-14]: Allow curators with profile to be invisible in the Gateway | Dynamically align custom menu.
...
1. CuratorInfo.ts: In Curator class added visible: boolean = true;
2. personal-info.module.ts: Imported MatSlideToggleModule.
3. personal-info.component.ts: Added slider to set curator profile to visible or invisible (default to visible).
4. menu.ts: In Menu class added field "featuredAlignment: MenuAlignment;" | Added enum MenuAlignment.
5. menu.component: Updated title "Menu settings" | Added "Menu Alignment" setting, to set if custom menu will be left, center or right alligned | Added notification when menu visibility changes.
6. help-content.service.ts: Added "alignMenu()" method to align custom menu dynamically.
2022-12-09 16:43:36 +02:00
Konstantinos Triantafyllou
c0de2860ef
Merge remote-tracking branch 'origin/angular-14' into mobile
2022-12-09 11:28:30 +02:00
Konstantina Galouni
9418fab774
[Library | angular-14]: menu.component: Added commented code for creating new gateway specific pages when editing custom menu.
2022-12-07 12:09:01 +02:00
Konstantinos Triantafyllou
7cadb1ee98
Add isMobile in layoutService
2022-12-07 11:33:16 +02:00
Konstantina Galouni
ac83453f7e
[Library & Connect Admin | angular-14]: environments/: Set property dashboard: 'connect' | page-help-content-form.component.html & class-help-content-form.component.html: [Bug fix] Set link to theme page depending on current dashboard and portal.
2022-11-29 18:11:29 +02:00
Konstantinos Triantafyllou
ed20502959
Helper Functions: Add routerMatcher function in order to add more than one path in route configuration.
2022-11-07 16:55:27 +02:00
Konstantinos Triantafyllou
7bae3b1ebb
Add hasInternalSidebar variable in layout service. Sidebar: Fix keep enable subItem on parent close.
2022-11-04 16:35:10 +02:00
Konstantinos Triantafyllou
4f3daa8a3b
Change Sidebar in order to extend with nav-sub functionality
2022-11-03 15:50:51 +02:00
Konstantinos Triantafyllou
cdde9bb94c
Termonilogy: Change position of graph element in order to fix a bug with its sticky position and fix route in div contents
2022-11-03 09:37:13 +02:00
Konstantinos Triantafyllou
ac58161c93
Fix condition for icon in sidebar menu items and change title to tooltip
2022-10-24 17:32:07 +03:00
Konstantinos Triantafyllou
8677e9dcd5
Merge branch 'master' into angular-14
2022-10-12 16:41:16 +03:00
Alex Martzios
427e910514
create hasQuickContact behaviour subject for disabling in specific routes
2022-10-12 15:30:39 +03:00
Konstantina Galouni
cae2bcec86
Merge remote-tracking branch 'origin/angular-13' into angular-14
2022-09-27 11:23:03 +03:00
Konstantina Galouni
ad5cc2ae19
[Connect Admin | Trunk]: subscribers.component.ts & subscriber-invite.component.ts & manage-user-notifications.component.html & users-managers.component.ts & users-subscribers.component.ts: Replace "subscriber" wording with "join/member".
2022-09-27 11:11:25 +03:00
Konstantinos Triantafyllou
a31605e9d5
Update angular core and cli to version 14
2022-09-23 13:25:08 +03:00
Konstantinos Triantafyllou
9d856f4f7d
Disable page-content sticky header release when approaching footer.
2022-09-20 11:01:51 +03:00
Konstantinos Triantafyllou
7bb2346ec2
Page Content: Fix replace header behaviour
2022-08-31 13:15:49 +03:00
Konstantinos Triantafyllou
29100c8d6f
Page content: Remove observer component vars and add them in subscriptions array.
2022-08-30 13:11:32 +03:00
Konstantina Galouni
de78e628bf
[Monitor Dashboard | new-theme]: Updated develop page and added example | Made graph and feedback line sticky in indicators' page.
...
1. develop.component.ts: Added example bullet for research products & Updated view of bullets (removed quotes - type bold).
2. page-content.component.ts:
a. Added <div id="page_content_sticky_footer" #sticky_footer> and <div id="page_content_footer" #footer>.
b. Added methods "ngAfterContentChecked()", "observeStickyFooter()", "calcStickyFooterOffset()" to calculate offset of sticky footer.
3. monitor.component.html: Added graph & feedback line as sticky_footer in >= medium screens and as footer in small screens.
2022-08-29 14:57:05 +03:00
Konstantina Galouni
27d7c7c118
[Connect Admin | Library | new-theme]: Added call to purge browser cache when updating content of community.
...
1. env-properties.ts & environments/: Added property "deleteBrowserCacheUrl".
2. clear-cache.service.ts: Added method "purgeBrowserCache()" to purge browser cache for a specific community.
3. entities.component.ts & menu.component.ts & pages.component.ts & affiliations.component.ts & edit-community.component.ts add-content-providers.component.ts & remove-content-providers.component.ts & add-projects.component.ts & remove-projects.component.ts & subjects-edit-form.component.ts & personal-info.component.ts & customization.component.ts: Call "_clearCacheService.purgeBrowserCache()" when adding/updating/deleting content of a specific community.
4. connect-admin-customization.module.ts: Added CommunitiesService in providers.
5. connect-admin-customization.component.ts: Added button to purge browser cache for all communities and connect.
2022-08-11 12:58:20 +03:00
Konstantinos Triantafyllou
460cbdfc9a
Revert special item with previous style. Add type managers and members in notification form
2022-08-05 14:59:08 +03:00
Konstantinos Triantafyllou
6fbf67c221
Change size special item icon in sidebar
2022-08-05 10:33:04 +03:00
Konstantinos Triantafyllou
1a89313a13
Change menus page title
2022-08-04 18:43:27 +03:00
Konstantinos Triantafyllou
3f7078db16
Change special menu item style and move it to top
2022-08-04 17:58:45 +03:00
Konstantinos Triantafyllou
6a7559a3ad
Add replaceHeader in Navbar Header and a handler in layout service. Change header info in dashboard pages.
2022-08-04 15:29:08 +03:00
Konstantinos Triantafyllou
d55b1819de
Fix help text save button while form is invalid
2022-08-02 23:23:19 +03:00
Konstantinos Triantafyllou
35c3728d7b
Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/openaire-library into new-theme
2022-08-02 23:13:19 +03:00
Konstantinos Triantafyllou
c1e1a3508c
Fix layout service change header-height variable only in browser. Fix formControlName in helptext forms. Change resources menu item structure.
2022-08-02 23:13:12 +03:00
argirok
dbbb832bff
Connect Admin Customization: create button that updates layout timestamp and create new css files
2022-08-01 17:32:25 +03:00
Konstantinos Triantafyllou
d7b394520f
Fix a style bug in notification-user. Add manager authorization in admin login guard(optional). Add resources service for Resource menu item build. Move methodology in library. Fix sub-submenu items with _self target in navigation bar.
2022-07-29 12:15:54 +03:00
Konstantinos Triantafyllou
e04d825c03
Add indicators page for monitor. Add tooltip in page/class content form and change container size. Add parentClass parame in theme page in order to view a specific style. Change admin login guard in order to allow curators to have access in some pages. Enable isPageEnabled method in configuration page in order to check if a specific page in specific portal isEnabled.
2022-07-27 12:34:10 +03:00
Konstantinos Triantafyllou
3eba038893
Allow create group for curators too.
2022-07-26 14:32:52 +03:00
Konstantinos Triantafyllou
dd9f893e2f
Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/openaire-library into new-theme
2022-07-25 11:16:10 +03:00
Konstantinos Triantafyllou
4f030e2274
Page content: Add uk-blur-background class
2022-07-25 11:16:01 +03:00
Alex Martzios
97250479ed
fix error for reordering featured menu items
2022-07-20 12:14:38 +03:00
Konstantinos Triantafyllou
ad68dcb0a8
follow up commit
2022-07-19 14:25:11 +03:00
Konstantinos Triantafyllou
9f64477585
Menu: Fix parent options update after create, edit or delete of a parent MenuItem.
2022-07-19 14:23:01 +03:00
Alex Martzios
8254edb477
progress on adding/removing parent option
2022-07-18 16:25:19 +03:00
Alex Martzios
019429e021
toggle menu & featured menu (TODO: edit child menu item)
2022-07-18 14:51:08 +03:00
Alex Martzios
0f80797035
finish menu & featured menu items
2022-07-18 13:07:03 +03:00
Konstantinos Triantafyllou
f38c56fa7d
Fix a bug with sticky condition in page-content
2022-07-18 00:46:58 +03:00
Konstantinos Triantafyllou
01fd4ac49f
Filters title alignment. Rename some component css files to less.
2022-07-17 16:01:39 +03:00
Alex Martzios
c5da95fb48
change type var for menu component
2022-07-15 16:56:50 +03:00