Johannes Doberer
Johannes Doberer
Update client-support-angular to angular 17 Check other dependencies and update them if possible.
Our testing-utilities documentation references to angular protractor. Protractor is deprecated and reached end-of-life by Summer 2023. Running `ng e2e` suggests: - Cypress - Nightwatch - WebdriverIO - Puppeteer TBD: Maybe...
tbd Notice: Modal will be closed because handleRouteChange calls closeModal. CloseModal checks the dirty state on iframe mf which is async which means resetMicrofrontendModalData will be called later. We do...
Currently we have a context ts declaration where everything is stored. It makes more sense to split it up like: ``` export declare interface Context{ nodeParams?: NodeParams; pathParams?: PathParams; ......
Currently `getUserSettings` returns null but it should return empty object. Fix for classic luigi-client and luigi-client wc.
_Logout and login again_ is failing sometimes if a pr get's merged. https://github.com/SAP/luigi/actions/runs/9062391595/job/24896282753 Log: ``` Login Flow ✓ User name in profile dropdown (1499ms) ✓ Link in profile dropdown (2455ms)...
The LuigiClient [navigateToIntent](https://github.com/SAP/luigi/blob/main/client/src/linkManager.js#L139) function for the webcomponent client api is missing. Should be added to the linkManager client api for webcomponents. Add it to container client api as well.