Philipp Hugenroth

Results 39 comments of Philipp Hugenroth

Thanks @nia-potato - we are not actively working on the git release manager, but welcome contributions on it. If you are interested into contributing GitLab support feel free to pick...

Hey. Can you maybe provide a bit more information on your setup & where exactly Backstage fit's in there? Why is a standalone repository not a solution for you? What...

Thanks for the longer explantions. We do see the repository tooling, such as the `backstage-cli`, as utilities for the most common use cases. It should make adopting the developer portal,...

Thanks @drodil - sounds good! Would you be interested in contributing the provider or should we open this up for contributions?

This is interesting. In the minimal example you are only adding a `palette`, but the error is comming from `overrides`. For the default `v5` theme this override istommorrowapplied correctly https://github.com/backstage/backstage/blob/master/packages/theme/src/v5/defaultComponentThemes.ts#L143-L146....

What would `...rest` be? Do you want something outside of the `v4` & `v5` `ThemeOptions`?

Ok - you are refering to this: https://mui.com/material-ui/customization/theming/#custom-variables & not custom variables on the palette, correct? That's indeed not possible at the moment. In the example above this would not...

Sorry, totally forgot to come back on this. I'm off today, but will respond on Monday!

So the suggestion you make it so override the `v5` type only. This would only effect the `v5` theme & thereby only available to plugins/components consuming that. Passing `...rest` into...