Phoomparin Mano
Phoomparin Mano
Expose a prop that allows filtering types of entities (e.g. tables, models) in the entity picker of the CreateQuestion component in the SDK.
- We should make the save question modal a full-screen modal, similar to the current behaviour of the entity picker modal. The reason is that the current save question modal...
### Description Improves the license and post-install flow per [the feedback](https://www.notion.so/metabase/CLI-PR-review-8a9be6a85d214910af165e12b1cdfaf0?pvs=4). It allows skipping the license step, generates and auto-installs the mock server for you with your package manager of...
Closes https://github.com/metabase/metabase/issues/47059 ### Description Generates an example Express.js server with hard-coded users and user switching / SSO endpoints, and generates React components to support user switching. ### How to verify...
Closes https://github.com/metabase/metabase/issues/46788 ### Description Asks the user for their multi-tenancy columns, configures the permissions graph with sandboxing enabled, and creates customer collections. ### How to verify - Run `yarn build-embedding-sdk-cli:watch`...
The entity picker in create question are dependent on CSS resets being available - the default button style with gray borders are appearing. If we add `appearance: none` and `border:...
We should add the `` component to the generated React components in the embedding CLI
Documents the various sample components we have which are generated by the Embedding CLI, both as code comments and a bit in the docs. Thanks to @oisincoveney for [the suggestions...
Moves the step that asks if you have a database to right before adding the credentials so it is more linear. See this discussion from Alex and Jeff for more...
Backports 50281 to 52