C3ntraX

Results 21 comments of C3ntraX

Hello @ilhan007, I saw that the last new component was implemented more than a year ago, that's a lot. When do you think this feature could be implemented? Best regards

Okay didn't thought of this. I think I could use the Card for the dashboard. Maybe you could add some examples for an launchpad that this is clear for further...

Hello @ilhan007 and @gmkv, Ok, I used the card for my dashboard/launchpad for now. But I had to do a lot of styling purposes. I want to reproduce this: ![image](https://user-images.githubusercontent.com/44802503/195338662-2a674870-cc6b-4922-9d7f-7e38fcfe3a9f.png)...

> I have similar errors. The access via "notification:" is not found with Typescript but is working. ``` // Error no overload matched t("notification:error:loginFailed"); ``` "typescript": "^4.6.3" "react-i18next": "^11.16.2", ```...

I have the same issue. Any news?

The problem here is also, that `combine` does also run every time and we have no chance of memorization for calcuations :/ You may even add a second paramter to...

> yeah we have that for select, but haven't added it to combine yet. yeah it would be nice. Addtional, I think my approch with the variables coming from outside...

Yeah a `useCallback` makes actually more sense. Whats left is the results paramter to be stable (this would also be a benefit if you don't want to use `combine`), so...

This is the ui5.yaml. I even tried `afterTask: generateStandaloneAppBundle` and including the sap-ui-custom but this doesn't work either, because there is some wreid issue if you transpile this whole app....

This issue happens, if you try to transpile the whole app with `afterTask: generateStandaloneAppBundle`: ![image](https://github.com/ui5-community/ui5-ecosystem-showcase/assets/44802503/31016407-ddef-48c4-8b43-05b22639a95b)