-
- Downloads
Embedding settings cleanup - Milestone 1 (#37043)
* feat: single view for embedding settings regardless of setting status (#36802) * feat: single view for embedding settings regardless of setting status * refactor: rename component as now it doesn't container legalese * rename component and refactor * remove unused prop type * test: update e2e * fix not handling null value * fix: keep same behaviour for event * Update frontend/src/metabase/admin/settings/components/widgets/EmbeddingSwitchWidget/EmbeddingSwitchWidget.tsx Co-authored-by:Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * use target instead of currentTarget --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * remove deprecated event on embedding settings (#36857) * feat: Update the UI and copy of the embedding options cards (#36819) * feat: adds icon and some other small ui change * update buttons and ui * update links/buttons for interactive embed option * update unit tests * make e2e pass with the new changes * make unit test pass * integration/unit tests for embedding settings * fix herf -> href
* fix e2e suite * refactor: splti components in two * update url as by updaterd product doc * fix imports * update width as by design * fix linting error * fix copy * update layout, paddings, fontsize etc * add upgrade text * other ui fixes * last minute copy change * inline variable in tests to avoid beforeEach * fix typo * fix e2e by moving assertion on the correct page * fix typo in unit * update link as per product doc * inlie urls * only return used parts in setup function * e2e: update e2e upgrage url * remove oss version of the interactive embedding settings page (#36938) * remove oss version of the interactive embedding settings page * fix redirect logic + add tests * add key to make react not complain * merge lists of embedded questions and dashboards to have new heading structure (#36944) * feat: adds icon and some other small ui change * update buttons and ui * update links/buttons for interactive embed option * update unit tests * make e2e pass with the new changes * make unit test pass * integration/unit tests for embedding settings * fix herf -> href * fix e2e suite * refactor: splti components in two * update url as by updaterd product doc * fix imports * update width as by design * fix linting error * remove oss version of the interactive embedding settings page * merge lists of embedded questions and dashboards to have new heading structure * fix redirect logic + add tests * add key to make react not complain * use plain strings instead of regex when possible * remove regex for testids * fix copy * update layout, paddings, fontsize etc * add upgrade text * other ui fixes * last minute copy change * inline variable in tests to avoid beforeEach * fix typo * fix e2e by moving assertion on the correct page * fix typo in unit * update link as per product doc * inlie urls * only return used parts in setup function * e2e: update e2e upgrage url * update interactive embedding settings page ui (#36949) * feat: adds icon and some other small ui change * update buttons and ui * update links/buttons for interactive embed option * update unit tests * make e2e pass with the new changes * make unit test pass * integration/unit tests for embedding settings * fix herf -> href * fix e2e suite * refactor: splti components in two * update url as by updaterd product doc * fix imports * update width as by design * fix linting error * remove oss version of the interactive embedding settings page * merge lists of embedded questions and dashboards to have new heading structure * update interactive embedding settings page ui * fix redirect logic + add tests * add key to make react not complain * use plain strings instead of regex when possible * remove regex for testids * fix copy * update layout, paddings, fontsize etc * add upgrade text * other ui fixes * last minute copy change * inline variable in tests to avoid beforeEach * fix typo * fix e2e by moving assertion on the correct page * fix typo in unit * update link as per product doc * inlie urls * only return used parts in setup function * e2e: update e2e upgrage url * rename test files with correct naming (#37044) * rename test files with correct naming * test: fix setup functions and add enterprise suite * Fix interactive embedding link target * Update embedding toggle copy * Use default setting labels * Fix failed E2E test --------- Co-authored-by: Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> Co-authored-by:
Denis Berezin <denis.berezin@metabase.com> Co-authored-by:
Mahatthana Nomsawadi <mahatthana.n@gmail.com>
Showing
- e2e/test/scenarios/embedding/embedding-smoketests.cy.spec.js 25 additions, 96 deletionse2e/test/scenarios/embedding/embedding-smoketests.cy.spec.js
- enterprise/frontend/src/metabase-enterprise/embedding/components/EmbeddingAppOriginDescription/EmbeddingAppOriginDescription.tsx 8 additions, 26 deletions...ingAppOriginDescription/EmbeddingAppOriginDescription.tsx
- enterprise/frontend/src/metabase-enterprise/embedding/components/EmbeddingAppSameSiteCookieDescription/EmbeddingAppSameSiteCookieDescription.tsx 4 additions, 4 deletions...okieDescription/EmbeddingAppSameSiteCookieDescription.tsx
- enterprise/frontend/src/metabase-enterprise/embedding/index.js 2 additions, 1 deletion...prise/frontend/src/metabase-enterprise/embedding/index.js
- frontend/src/metabase/admin/settings/app/components/SettingsEditor/tests/common.unit.spec.tsx 2 additions, 5 deletions.../app/components/SettingsEditor/tests/common.unit.spec.tsx
- frontend/src/metabase/admin/settings/app/components/SettingsEditor/tests/embedding.unit.spec.tsx 8 additions, 4 deletions...p/components/SettingsEditor/tests/embedding.unit.spec.tsx
- frontend/src/metabase/admin/settings/app/components/SettingsEditor/tests/embedding/common.embedding.unit.spec.tsx 124 additions, 0 deletions...ingsEditor/tests/embedding/common.embedding.unit.spec.tsx
- frontend/src/metabase/admin/settings/app/components/SettingsEditor/tests/embedding/enterprise.embedding.unit.spec.tsx 133 additions, 0 deletions...Editor/tests/embedding/enterprise.embedding.unit.spec.tsx
- frontend/src/metabase/admin/settings/app/components/SettingsEditor/tests/embedding/premium.embedding.unit.spec.tsx 103 additions, 0 deletions...ngsEditor/tests/embedding/premium.embedding.unit.spec.tsx
- frontend/src/metabase/admin/settings/app/components/SettingsEditor/tests/embedding/setup.tsx 56 additions, 0 deletions...s/app/components/SettingsEditor/tests/embedding/setup.tsx
- frontend/src/metabase/admin/settings/app/components/SettingsEditor/tests/enterprise.unit.spec.tsx 0 additions, 1 deletion.../components/SettingsEditor/tests/enterprise.unit.spec.tsx
- frontend/src/metabase/admin/settings/app/components/SettingsEditor/tests/setup.tsx 3 additions, 1 deletion...in/settings/app/components/SettingsEditor/tests/setup.tsx
- frontend/src/metabase/admin/settings/components/widgets/EmbeddingCustomizationWidget/EmbeddingCustomizationWidget.tsx 0 additions, 21 deletions...ddingCustomizationWidget/EmbeddingCustomizationWidget.tsx
- frontend/src/metabase/admin/settings/components/widgets/EmbeddingCustomizationWidget/EmbeddingCustomizationWidget.unit.spec.tsx 0 additions, 16 deletions...mizationWidget/EmbeddingCustomizationWidget.unit.spec.tsx
- frontend/src/metabase/admin/settings/components/widgets/EmbeddingCustomizationWidget/index.ts 0 additions, 1 deletion.../components/widgets/EmbeddingCustomizationWidget/index.ts
- frontend/src/metabase/admin/settings/components/widgets/EmbeddingLegalese/EmbeddingLegalese.styled.ts 0 additions, 24 deletions...nts/widgets/EmbeddingLegalese/EmbeddingLegalese.styled.ts
- frontend/src/metabase/admin/settings/components/widgets/EmbeddingLegalese/EmbeddingLegalese.tsx 0 additions, 74 deletions...omponents/widgets/EmbeddingLegalese/EmbeddingLegalese.tsx
- frontend/src/metabase/admin/settings/components/widgets/EmbeddingLegalese/index.js 0 additions, 1 deletion...in/settings/components/widgets/EmbeddingLegalese/index.js
- frontend/src/metabase/admin/settings/components/widgets/EmbeddingOption/EmbeddingOption.styled.tsx 8 additions, 23 deletions...onents/widgets/EmbeddingOption/EmbeddingOption.styled.tsx
- frontend/src/metabase/admin/settings/components/widgets/EmbeddingOption/EmbeddingOption.tsx 128 additions, 32 deletions...gs/components/widgets/EmbeddingOption/EmbeddingOption.tsx
Loading
Please register or sign in to comment