Phoomparin Mano
Phoomparin Mano
> [!IMPORTANT] > For those employed by Metabase: if you are merging into master, please add either a `backport` or a `no-backport` label > to this PR. You will not...
They just ยุบสภา'd. Thank god.
Closes https://github.com/metabase/metabase/issues/42705 ### Description Describe the overall approach and the problem being solved. ### How to verify Describe the steps to verify that the changes are working as expected. 1....
Custom user interface colors does not get applied to the SDK. In addition, the SDK always throws a runtime error regarding `MetabaseSettings.get("application-colors")` being undefined at runtime, therefore the `updateColors` method...
**Goals** 1. Focus on ensuring that changes are cascaded. 2. Theming should not feel inconsistent or broken 3. Granularity comes later. **Links** - [product doc](https://www.notion.so/metabase/SDK-Coarse-Theming-6fedde5eb0404778b86a2a4006d377f7?pvs=4) - [eng doc](https://www.notion.so/metabase/Next-Theming-Milestones-4e82017c97844adb983add93fed2c6d1?pvs=4) **Implementation Plan**...
Currently, we can only have a single instance of an interactive question when using the embedding sdk, as they are sharing the same Redux state. We want to provide an...
The embedding SDK crashes when the `theme` prop is not provided to the MetabaseProvider. ```tsx {children} ```
Closes https://github.com/metabase/metabase/issues/47343 ### Description Adds a quick demo for the `` component to the CLI's generated React components. ### How to verify - Run `yarn build-embedding-sdk-cli:watch` in one terminal to...