-
Notifications
You must be signed in to change notification settings - Fork 174
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
Drawer component #1659
Drawer component #1659
Conversation
* master: bump the versions of luigi packages (SAP#1649) Add NodeAccessibilityResolver tip to auth document (SAP#1639) Adding funtionality to logout the user dynamically without the need to click the logout button (SAP#1631) fix issues with brken left side nav in semiCollapsed mode and scroller (SAP#1633) Add ids and aria-labeldby to the nested lists (SAP#1607) fixed nav hrefs for hash routing (SAP#1640)
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.
Please check the issue with the broken view once I try to call the modal inside the drawer
test/e2e-test-application/e2e/tests/1-angular/luigi-client-link-manager-features.spec.js
Outdated
Show resolved
Hide resolved
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.
please check a couple of my comments. Other than that the functionality works fine for me
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.
2 minor suggestions
test/e2e-test-application/e2e/tests/1-angular/luigi-client-link-manager-features.spec.js
Show resolved
Hide resolved
test/e2e-test-application/src/app/project/project.component.html
Outdated
Show resolved
Hide resolved
Edge 5:
|
Except for the first code suggestion, the rest are edge cases I just wanted to document here, so even if we don't address them at least we will be aware of that flow 👍 |
Co-authored-by: Ndricim Rrapi <[email protected]>
* master: Add openNodeInModal attribute to Profile section of the documentation (SAP#1704) Drawer component (SAP#1659) # Conflicts: # core/src/App.html # core/src/Modal.html # test/e2e-test-application/src/app/project/project.component.html # test/e2e-test-application/src/luigi-config/extended/projectDetailNav.js
* master: Fix css issue for Iframe (#1716) Luigi Tutorials blog post (#1699) Add openNodeInModal attribute to Profile section of the documentation (#1704) Drawer component (#1659) Safari bug with shellbar dropdowns blue outlie (#1689) Bump versions yargs-parser and node-forge (#1683) # Conflicts: # core/src/App.html # core/src/Modal.html # test/e2e-test-application/e2e/tests/1-angular/luigi-client-link-manager-features.spec.js # test/e2e-test-application/src/app/project/project.component.html # test/e2e-test-application/src/luigi-config/extended/projectDetailNav.js
Resolves #1597