-
Notifications
You must be signed in to change notification settings - Fork 172
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
Remove old todos #3851
Remove old todos #3851
Conversation
@@ -127,7 +127,7 @@ | |||
compound: compoundConfig, | |||
viewUrl: viewurl, | |||
webcomponent: GenericHelperFunctions.checkWebcomponentValue(webcomponent) || true | |||
}; // TODO: fill with sth |
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.
missing context
}, | ||
'*' | ||
); | ||
break; | ||
case LuigiInternalMessageID.NAVIGATION_REQUEST: | ||
this.dispatch(Events.NAVIGATION_REQUEST, targetCnt, event.data.params); | ||
break; | ||
// TODO 1: handle alerts with ids on next iteration |
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.
already handled
@@ -164,7 +163,6 @@ export class ContainerService { | |||
case LuigiInternalMessageID.GET_CURRENT_ROUTE_REQUEST: | |||
this.dispatch(Events.GET_CURRENT_ROUTE_REQUEST, targetCnt, event); | |||
break; | |||
// TODO: discuss if actually needed as the only scenario is when microfrontend initially starts |
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.
needed as it needs to fit to existing LuigiClient
@@ -746,7 +746,6 @@ | |||
msg: 'luigi.ux.alert.hide', | |||
id, | |||
dismissKey | |||
//TODO: update docu for this param |
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.
outdated from long time ago
@@ -364,7 +364,7 @@ export class WebComponentService { | |||
|
|||
if (wc.__postProcess) { | |||
const url = | |||
new URL(document.baseURI).origin === new URL(viewUrl, document.baseURI).origin // TODO: check if needed |
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.
out of context
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.
LGTM 👍
Description
Changes proposed in this pull request:
part of #3532