Philipp Pracht

Results 14 comments of Philipp Pracht

de-prioritized, maybe can be revisited later, closing for now

can be fixed by adding `line-height: 0` to 'iframeUserSettingsCtn' class (https://github.com/SAP/luigi/blob/0fcef6a8874a8536ab9908ab7db414f4e0867c74/core/src/UserSettingsDialog.svelte#L568)

In the first link, there is no B5, second link is dead. Still valid?

Hi @golojg, have you tried to use "dismissKey"? With that you can define a "link" and react when it was clicked. See https://docs.luigi-project.io/docs/luigi-core-api/?section=parameters-21 usage example: ``` Luigi.ux().showAlert({ text: 'Read our...

approach done in draft PR https://github.com/SAP/luigi/pull/2804 seems to be working, needs to be finalized according to DOD

when opening a modal with `showModalPathInUrl`, store the history length and create a history entry (i.e. using pushstate). when closing the modal, go back in history to the stored state....

Hi @benmccann , thanks for informing us, highly appreciated!

Hi @paschdan , sorry for the late response. You are right, the onNodeActivation behaves like you have described and it is by design, although I agree with you that it...