-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP move to SSP UI #267
base: wip-version-6
Are you sure you want to change the base?
WIP move to SSP UI #267
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## wip-version-6 #267 +/- ##
===================================================
- Coverage 43.33% 41.88% -1.46%
- Complexity 1343 1396 +53
===================================================
Files 143 150 +7
Lines 5631 5826 +195
===================================================
Hits 2440 2440
- Misses 3191 3386 +195 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, @cicnavi !!
I think the Menu.php
, Menu\Item.php
and menu.twig
are eligible for porting to SSP-core, so they can be reused by other modules.
Cool! Thanks for quick feedback for now.. |
This is still WIP.
I'm trying to incorporate OIDC module pages into standard SSP UI.
I've intended to include "standard horizontal menu" (marked yellow in picture below) from the
admin
module on all OIDC related pages. Using thehook_adminmenu
is easy when we are inadmin
module, but I'm wondering if the solution that I've used (src/Factories/TemplateFactory.php:65) to include it in OIDC module is OK in your oppinion @tvdijen .