diff --git a/izanami-frontend/tests/screenshots/index.ts b/izanami-frontend/tests/screenshots/index.ts index 8e1c6b293..4889fc8dd 100644 --- a/izanami-frontend/tests/screenshots/index.ts +++ b/izanami-frontend/tests/screenshots/index.ts @@ -12,7 +12,7 @@ import { generate as userInvitationGenerate } from "./user-invitation"; import { generate as webhookGenerate } from "./webhooks"; async function generateAll() { - await apiKeyGenerate(); + /*await apiKeyGenerate(); await bulkGenerate(); await contextGenerate(); await gettingStarted(); @@ -21,7 +21,7 @@ async function generateAll() { await multiConditionFeatureGenerate(); await queryBuilderGenerate(); await userInvitationGenerate(); - await base64Wasm(); + await base64Wasm();*/ await remoteWasmoGenerate(); await webhookGenerate(); } diff --git a/izanami-frontend/tests/screenshots/remote-wasmo.ts b/izanami-frontend/tests/screenshots/remote-wasmo.ts index 88d0b4421..f90f7e289 100644 --- a/izanami-frontend/tests/screenshots/remote-wasmo.ts +++ b/izanami-frontend/tests/screenshots/remote-wasmo.ts @@ -27,7 +27,7 @@ export async function generate() { ) .build(page); await page.goto("http://localhost:5001/"); - await page.locator("div:nth-child(2) > .svg-inline--fa").click(); + await page.getByText("Plugins", { exact: true }).click(); await page.getByRole("button", { name: "Javascript" }).click(); await page.getByRole("button", { name: "Izanami" }).hover(); await screenshot("plugin-template-selection"); diff --git a/manual/static/img/screenshots/api-keys/key-empty-form.png b/manual/static/img/screenshots/api-keys/key-empty-form.png index 6829d5da4..5520ef413 100644 Binary files a/manual/static/img/screenshots/api-keys/key-empty-form.png and b/manual/static/img/screenshots/api-keys/key-empty-form.png differ diff --git a/manual/static/img/screenshots/api-keys/key-filled-form.png b/manual/static/img/screenshots/api-keys/key-filled-form.png index 17fa5b258..310c69abd 100644 Binary files a/manual/static/img/screenshots/api-keys/key-filled-form.png and b/manual/static/img/screenshots/api-keys/key-filled-form.png differ diff --git a/manual/static/img/screenshots/api-keys/key-modal.png b/manual/static/img/screenshots/api-keys/key-modal.png index fc89d3ed9..01d5c27a3 100644 Binary files a/manual/static/img/screenshots/api-keys/key-modal.png and b/manual/static/img/screenshots/api-keys/key-modal.png differ diff --git a/manual/static/img/screenshots/base64-wasm/active-mobile.png b/manual/static/img/screenshots/base64-wasm/active-mobile.png index cbc364dd0..8f9464901 100644 Binary files a/manual/static/img/screenshots/base64-wasm/active-mobile.png and b/manual/static/img/screenshots/base64-wasm/active-mobile.png differ diff --git a/manual/static/img/screenshots/base64-wasm/active-prod-mobile.png b/manual/static/img/screenshots/base64-wasm/active-prod-mobile.png index 28a3a1614..58204532c 100644 Binary files a/manual/static/img/screenshots/base64-wasm/active-prod-mobile.png and b/manual/static/img/screenshots/base64-wasm/active-prod-mobile.png differ diff --git a/manual/static/img/screenshots/base64-wasm/filled-feature-form.png b/manual/static/img/screenshots/base64-wasm/filled-feature-form.png index 82c83bbcc..ef7f01dd6 100644 Binary files a/manual/static/img/screenshots/base64-wasm/filled-feature-form.png and b/manual/static/img/screenshots/base64-wasm/filled-feature-form.png differ diff --git a/manual/static/img/screenshots/base64-wasm/inactive-prod.png b/manual/static/img/screenshots/base64-wasm/inactive-prod.png index 937020531..6648bf459 100644 Binary files a/manual/static/img/screenshots/base64-wasm/inactive-prod.png and b/manual/static/img/screenshots/base64-wasm/inactive-prod.png differ diff --git a/manual/static/img/screenshots/bulk-modification/action-menu.png b/manual/static/img/screenshots/bulk-modification/action-menu.png index bb74a0781..fb6c348a6 100644 Binary files a/manual/static/img/screenshots/bulk-modification/action-menu.png and b/manual/static/img/screenshots/bulk-modification/action-menu.png differ diff --git a/manual/static/img/screenshots/bulk-modification/button-hover.png b/manual/static/img/screenshots/bulk-modification/button-hover.png index 0cda7ceba..870ca9d5d 100644 Binary files a/manual/static/img/screenshots/bulk-modification/button-hover.png and b/manual/static/img/screenshots/bulk-modification/button-hover.png differ diff --git a/manual/static/img/screenshots/bulk-modification/final-state.png b/manual/static/img/screenshots/bulk-modification/final-state.png index a9803fcb0..c6b03b990 100644 Binary files a/manual/static/img/screenshots/bulk-modification/final-state.png and b/manual/static/img/screenshots/bulk-modification/final-state.png differ diff --git a/manual/static/img/screenshots/bulk-modification/selected-rows.png b/manual/static/img/screenshots/bulk-modification/selected-rows.png index 01b95c80b..a328c073f 100644 Binary files a/manual/static/img/screenshots/bulk-modification/selected-rows.png and b/manual/static/img/screenshots/bulk-modification/selected-rows.png differ diff --git a/manual/static/img/screenshots/contextenv/context-creation.png b/manual/static/img/screenshots/contextenv/context-creation.png index 926f7cab5..1586f4387 100644 Binary files a/manual/static/img/screenshots/contextenv/context-creation.png and b/manual/static/img/screenshots/contextenv/context-creation.png differ diff --git a/manual/static/img/screenshots/contextenv/feature-form.png b/manual/static/img/screenshots/contextenv/feature-form.png index 5a0ff884b..8fefbbc4f 100644 Binary files a/manual/static/img/screenshots/contextenv/feature-form.png and b/manual/static/img/screenshots/contextenv/feature-form.png differ diff --git a/manual/static/img/screenshots/contextenv/feature-overloads.png b/manual/static/img/screenshots/contextenv/feature-overloads.png index f577e765c..5ebe5c3a2 100644 Binary files a/manual/static/img/screenshots/contextenv/feature-overloads.png and b/manual/static/img/screenshots/contextenv/feature-overloads.png differ diff --git a/manual/static/img/screenshots/contextenv/feature.png b/manual/static/img/screenshots/contextenv/feature.png index bfc350382..706a71887 100644 Binary files a/manual/static/img/screenshots/contextenv/feature.png and b/manual/static/img/screenshots/contextenv/feature.png differ diff --git a/manual/static/img/screenshots/contextenv/hover-test.png b/manual/static/img/screenshots/contextenv/hover-test.png index 2bf5b42d4..e331cd2e4 100644 Binary files a/manual/static/img/screenshots/contextenv/hover-test.png and b/manual/static/img/screenshots/contextenv/hover-test.png differ diff --git a/manual/static/img/screenshots/contextenv/link-generator.png b/manual/static/img/screenshots/contextenv/link-generator.png index 57268d488..e3be7018f 100644 Binary files a/manual/static/img/screenshots/contextenv/link-generator.png and b/manual/static/img/screenshots/contextenv/link-generator.png differ diff --git a/manual/static/img/screenshots/contextenv/overload-creation.png b/manual/static/img/screenshots/contextenv/overload-creation.png index 0e4e82b25..8730f48bb 100644 Binary files a/manual/static/img/screenshots/contextenv/overload-creation.png and b/manual/static/img/screenshots/contextenv/overload-creation.png differ diff --git a/manual/static/img/screenshots/contextenv/prod-inactive.png b/manual/static/img/screenshots/contextenv/prod-inactive.png index 107e4ca29..f3e3366bc 100644 Binary files a/manual/static/img/screenshots/contextenv/prod-inactive.png and b/manual/static/img/screenshots/contextenv/prod-inactive.png differ diff --git a/manual/static/img/screenshots/contextenv/qa-active.png b/manual/static/img/screenshots/contextenv/qa-active.png index e7dc57e02..11aacd3b5 100644 Binary files a/manual/static/img/screenshots/contextenv/qa-active.png and b/manual/static/img/screenshots/contextenv/qa-active.png differ diff --git a/manual/static/img/screenshots/gettingstarted/empty-landing-page.png b/manual/static/img/screenshots/gettingstarted/empty-landing-page.png index c3efc4bff..b2ed7b1d2 100644 Binary files a/manual/static/img/screenshots/gettingstarted/empty-landing-page.png and b/manual/static/img/screenshots/gettingstarted/empty-landing-page.png differ diff --git a/manual/static/img/screenshots/gettingstarted/feature-form.png b/manual/static/img/screenshots/gettingstarted/feature-form.png index 7f1fefdcc..30434cda4 100644 Binary files a/manual/static/img/screenshots/gettingstarted/feature-form.png and b/manual/static/img/screenshots/gettingstarted/feature-form.png differ diff --git a/manual/static/img/screenshots/gettingstarted/feature-result.png b/manual/static/img/screenshots/gettingstarted/feature-result.png index a25fe563d..ababbac36 100644 Binary files a/manual/static/img/screenshots/gettingstarted/feature-result.png and b/manual/static/img/screenshots/gettingstarted/feature-result.png differ diff --git a/manual/static/img/screenshots/gettingstarted/first-feature.png b/manual/static/img/screenshots/gettingstarted/first-feature.png index 40bcf90d7..b65b527f4 100644 Binary files a/manual/static/img/screenshots/gettingstarted/first-feature.png and b/manual/static/img/screenshots/gettingstarted/first-feature.png differ diff --git a/manual/static/img/screenshots/gettingstarted/first-key.png b/manual/static/img/screenshots/gettingstarted/first-key.png index 3dac89ac5..4fffcab12 100644 Binary files a/manual/static/img/screenshots/gettingstarted/first-key.png and b/manual/static/img/screenshots/gettingstarted/first-key.png differ diff --git a/manual/static/img/screenshots/gettingstarted/first-project.png b/manual/static/img/screenshots/gettingstarted/first-project.png index 806242fbe..278bdbb6d 100644 Binary files a/manual/static/img/screenshots/gettingstarted/first-project.png and b/manual/static/img/screenshots/gettingstarted/first-project.png differ diff --git a/manual/static/img/screenshots/gettingstarted/first-tenant.png b/manual/static/img/screenshots/gettingstarted/first-tenant.png index 52a74c2f1..71f6eb65b 100644 Binary files a/manual/static/img/screenshots/gettingstarted/first-tenant.png and b/manual/static/img/screenshots/gettingstarted/first-tenant.png differ diff --git a/manual/static/img/screenshots/gettingstarted/key-form.png b/manual/static/img/screenshots/gettingstarted/key-form.png index 8d2c51f6a..18154d76a 100644 Binary files a/manual/static/img/screenshots/gettingstarted/key-form.png and b/manual/static/img/screenshots/gettingstarted/key-form.png differ diff --git a/manual/static/img/screenshots/gettingstarted/key-screen.png b/manual/static/img/screenshots/gettingstarted/key-screen.png index 5ade51d13..245b1e79c 100644 Binary files a/manual/static/img/screenshots/gettingstarted/key-screen.png and b/manual/static/img/screenshots/gettingstarted/key-screen.png differ diff --git a/manual/static/img/screenshots/gettingstarted/key-secret.png b/manual/static/img/screenshots/gettingstarted/key-secret.png index 64ebff7a5..30e5e2759 100644 Binary files a/manual/static/img/screenshots/gettingstarted/key-secret.png and b/manual/static/img/screenshots/gettingstarted/key-secret.png differ diff --git a/manual/static/img/screenshots/gettingstarted/project-form.png b/manual/static/img/screenshots/gettingstarted/project-form.png index 5832df081..f53575897 100644 Binary files a/manual/static/img/screenshots/gettingstarted/project-form.png and b/manual/static/img/screenshots/gettingstarted/project-form.png differ diff --git a/manual/static/img/screenshots/gettingstarted/tenant-form.png b/manual/static/img/screenshots/gettingstarted/tenant-form.png index f8fd9c240..1296dc140 100644 Binary files a/manual/static/img/screenshots/gettingstarted/tenant-form.png and b/manual/static/img/screenshots/gettingstarted/tenant-form.png differ diff --git a/manual/static/img/screenshots/gettingstarted/test-form.png b/manual/static/img/screenshots/gettingstarted/test-form.png index bba687cb2..4d6e012d5 100644 Binary files a/manual/static/img/screenshots/gettingstarted/test-form.png and b/manual/static/img/screenshots/gettingstarted/test-form.png differ diff --git a/manual/static/img/screenshots/gettingstarted/test-menu.png b/manual/static/img/screenshots/gettingstarted/test-menu.png index c39c5209b..1e26870b1 100644 Binary files a/manual/static/img/screenshots/gettingstarted/test-menu.png and b/manual/static/img/screenshots/gettingstarted/test-menu.png differ diff --git a/manual/static/img/screenshots/gettingstarted/url-screen.png b/manual/static/img/screenshots/gettingstarted/url-screen.png index 5acf23e0b..398372d27 100644 Binary files a/manual/static/img/screenshots/gettingstarted/url-screen.png and b/manual/static/img/screenshots/gettingstarted/url-screen.png differ diff --git a/manual/static/img/screenshots/import-v1/created-feature.png b/manual/static/img/screenshots/import-v1/created-feature.png index b434e3435..4cd6140b8 100644 Binary files a/manual/static/img/screenshots/import-v1/created-feature.png and b/manual/static/img/screenshots/import-v1/created-feature.png differ diff --git a/manual/static/img/screenshots/import-v1/filled-form.png b/manual/static/img/screenshots/import-v1/filled-form.png index f70eb64f3..385f7511a 100644 Binary files a/manual/static/img/screenshots/import-v1/filled-form.png and b/manual/static/img/screenshots/import-v1/filled-form.png differ diff --git a/manual/static/img/screenshots/import-v1/form-button-hover.png b/manual/static/img/screenshots/import-v1/form-button-hover.png index bc6e1738d..a7d4bd3da 100644 Binary files a/manual/static/img/screenshots/import-v1/form-button-hover.png and b/manual/static/img/screenshots/import-v1/form-button-hover.png differ diff --git a/manual/static/img/screenshots/import-v1/import-confirmed.png b/manual/static/img/screenshots/import-v1/import-confirmed.png index 1a14d4f9e..a1d6d3bec 100644 Binary files a/manual/static/img/screenshots/import-v1/import-confirmed.png and b/manual/static/img/screenshots/import-v1/import-confirmed.png differ diff --git a/manual/static/img/screenshots/import-v1/legacy-update-form.png b/manual/static/img/screenshots/import-v1/legacy-update-form.png index dcdd711cc..ad7a7b9a1 100644 Binary files a/manual/static/img/screenshots/import-v1/legacy-update-form.png and b/manual/static/img/screenshots/import-v1/legacy-update-form.png differ diff --git a/manual/static/img/screenshots/mailer-configuration/configuration-screen.png b/manual/static/img/screenshots/mailer-configuration/configuration-screen.png index 59180b169..5a8de5157 100644 Binary files a/manual/static/img/screenshots/mailer-configuration/configuration-screen.png and b/manual/static/img/screenshots/mailer-configuration/configuration-screen.png differ diff --git a/manual/static/img/screenshots/mailer-configuration/invitation-method.png b/manual/static/img/screenshots/mailer-configuration/invitation-method.png index b23e892bf..53815f075 100644 Binary files a/manual/static/img/screenshots/mailer-configuration/invitation-method.png and b/manual/static/img/screenshots/mailer-configuration/invitation-method.png differ diff --git a/manual/static/img/screenshots/multi-condition-feature/add-condition-hover.png b/manual/static/img/screenshots/multi-condition-feature/add-condition-hover.png index a4ed4d60a..fb069335a 100644 Binary files a/manual/static/img/screenshots/multi-condition-feature/add-condition-hover.png and b/manual/static/img/screenshots/multi-condition-feature/add-condition-hover.png differ diff --git a/manual/static/img/screenshots/multi-condition-feature/edit-hover.png b/manual/static/img/screenshots/multi-condition-feature/edit-hover.png index 319fdb6e0..bd09a01a7 100644 Binary files a/manual/static/img/screenshots/multi-condition-feature/edit-hover.png and b/manual/static/img/screenshots/multi-condition-feature/edit-hover.png differ diff --git a/manual/static/img/screenshots/multi-condition-feature/feature-form.png b/manual/static/img/screenshots/multi-condition-feature/feature-form.png index 69645af90..59e0df222 100644 Binary files a/manual/static/img/screenshots/multi-condition-feature/feature-form.png and b/manual/static/img/screenshots/multi-condition-feature/feature-form.png differ diff --git a/manual/static/img/screenshots/multi-condition-feature/second-condition-form.png b/manual/static/img/screenshots/multi-condition-feature/second-condition-form.png index 5e46c8bb5..cb379fbbe 100644 Binary files a/manual/static/img/screenshots/multi-condition-feature/second-condition-form.png and b/manual/static/img/screenshots/multi-condition-feature/second-condition-form.png differ diff --git a/manual/static/img/screenshots/multi-condition-feature/specific-period-focus.png b/manual/static/img/screenshots/multi-condition-feature/specific-period-focus.png index c54b552f5..82f2f8748 100644 Binary files a/manual/static/img/screenshots/multi-condition-feature/specific-period-focus.png and b/manual/static/img/screenshots/multi-condition-feature/specific-period-focus.png differ diff --git a/manual/static/img/screenshots/multi-condition-feature/summer-sale-summary.png b/manual/static/img/screenshots/multi-condition-feature/summer-sale-summary.png index 9caefa0e6..706a71887 100644 Binary files a/manual/static/img/screenshots/multi-condition-feature/summer-sale-summary.png and b/manual/static/img/screenshots/multi-condition-feature/summer-sale-summary.png differ diff --git a/manual/static/img/screenshots/multi-condition-feature/summer-sale-summary2.png b/manual/static/img/screenshots/multi-condition-feature/summer-sale-summary2.png index ea981c111..5cd39aea8 100644 Binary files a/manual/static/img/screenshots/multi-condition-feature/summer-sale-summary2.png and b/manual/static/img/screenshots/multi-condition-feature/summer-sale-summary2.png differ diff --git a/manual/static/img/screenshots/query-builder/menu-item-hover.png b/manual/static/img/screenshots/query-builder/menu-item-hover.png index ed668bb23..cb86a8e09 100644 Binary files a/manual/static/img/screenshots/query-builder/menu-item-hover.png and b/manual/static/img/screenshots/query-builder/menu-item-hover.png differ diff --git a/manual/static/img/screenshots/query-builder/test-result-json.png b/manual/static/img/screenshots/query-builder/test-result-json.png index 1c9bccac4..e7a4c639e 100644 Binary files a/manual/static/img/screenshots/query-builder/test-result-json.png and b/manual/static/img/screenshots/query-builder/test-result-json.png differ diff --git a/manual/static/img/screenshots/query-builder/test-result.png b/manual/static/img/screenshots/query-builder/test-result.png index e8529e15f..d953432f3 100644 Binary files a/manual/static/img/screenshots/query-builder/test-result.png and b/manual/static/img/screenshots/query-builder/test-result.png differ diff --git a/manual/static/img/screenshots/remote-wasmo/mobile-active.png b/manual/static/img/screenshots/remote-wasmo/mobile-active.png index d34c0fa04..62bfde6f4 100644 Binary files a/manual/static/img/screenshots/remote-wasmo/mobile-active.png and b/manual/static/img/screenshots/remote-wasmo/mobile-active.png differ diff --git a/manual/static/img/screenshots/remote-wasmo/plugin-builded.png b/manual/static/img/screenshots/remote-wasmo/plugin-builded.png index 4907ec6d6..16f66c303 100644 Binary files a/manual/static/img/screenshots/remote-wasmo/plugin-builded.png and b/manual/static/img/screenshots/remote-wasmo/plugin-builded.png differ diff --git a/manual/static/img/screenshots/remote-wasmo/plugin-filled.png b/manual/static/img/screenshots/remote-wasmo/plugin-filled.png index 888ba9017..47e112893 100644 Binary files a/manual/static/img/screenshots/remote-wasmo/plugin-filled.png and b/manual/static/img/screenshots/remote-wasmo/plugin-filled.png differ diff --git a/manual/static/img/screenshots/remote-wasmo/plugin-form-filled.png b/manual/static/img/screenshots/remote-wasmo/plugin-form-filled.png index 969e6e595..c7374b7bd 100644 Binary files a/manual/static/img/screenshots/remote-wasmo/plugin-form-filled.png and b/manual/static/img/screenshots/remote-wasmo/plugin-form-filled.png differ diff --git a/manual/static/img/screenshots/remote-wasmo/plugin-name-selection.png b/manual/static/img/screenshots/remote-wasmo/plugin-name-selection.png index f4354f2b8..01eb780b0 100644 Binary files a/manual/static/img/screenshots/remote-wasmo/plugin-name-selection.png and b/manual/static/img/screenshots/remote-wasmo/plugin-name-selection.png differ diff --git a/manual/static/img/screenshots/remote-wasmo/plugin-template-selection.png b/manual/static/img/screenshots/remote-wasmo/plugin-template-selection.png index 5f3d05f14..6a143d325 100644 Binary files a/manual/static/img/screenshots/remote-wasmo/plugin-template-selection.png and b/manual/static/img/screenshots/remote-wasmo/plugin-template-selection.png differ diff --git a/manual/static/img/screenshots/remote-wasmo/prod-inactive.png b/manual/static/img/screenshots/remote-wasmo/prod-inactive.png index 8b27cee72..1c1861781 100644 Binary files a/manual/static/img/screenshots/remote-wasmo/prod-inactive.png and b/manual/static/img/screenshots/remote-wasmo/prod-inactive.png differ diff --git a/manual/static/img/screenshots/remote-wasmo/prod-mobile-active.png b/manual/static/img/screenshots/remote-wasmo/prod-mobile-active.png index 50ee3eecb..fb803e0ef 100644 Binary files a/manual/static/img/screenshots/remote-wasmo/prod-mobile-active.png and b/manual/static/img/screenshots/remote-wasmo/prod-mobile-active.png differ diff --git a/manual/static/img/screenshots/user-invitation/empty-invitation-form.png b/manual/static/img/screenshots/user-invitation/empty-invitation-form.png index ca6cc820b..0e1af939b 100644 Binary files a/manual/static/img/screenshots/user-invitation/empty-invitation-form.png and b/manual/static/img/screenshots/user-invitation/empty-invitation-form.png differ diff --git a/manual/static/img/screenshots/user-invitation/filled-invitation-form.png b/manual/static/img/screenshots/user-invitation/filled-invitation-form.png index 1ed1e07ff..bd69eb81d 100644 Binary files a/manual/static/img/screenshots/user-invitation/filled-invitation-form.png and b/manual/static/img/screenshots/user-invitation/filled-invitation-form.png differ diff --git a/manual/static/img/screenshots/user-invitation/invitation-url.png b/manual/static/img/screenshots/user-invitation/invitation-url.png index 190efbc88..2e30e6224 100644 Binary files a/manual/static/img/screenshots/user-invitation/invitation-url.png and b/manual/static/img/screenshots/user-invitation/invitation-url.png differ diff --git a/manual/static/img/screenshots/user-invitation/new-user-form.png b/manual/static/img/screenshots/user-invitation/new-user-form.png index b68c69b60..100b42639 100644 Binary files a/manual/static/img/screenshots/user-invitation/new-user-form.png and b/manual/static/img/screenshots/user-invitation/new-user-form.png differ diff --git a/manual/static/img/screenshots/webhooks/webhook-handlebar-form.png b/manual/static/img/screenshots/webhooks/webhook-handlebar-form.png index cce843d75..c587cf068 100644 Binary files a/manual/static/img/screenshots/webhooks/webhook-handlebar-form.png and b/manual/static/img/screenshots/webhooks/webhook-handlebar-form.png differ diff --git a/manual/static/img/screenshots/webhooks/webhook-page.png b/manual/static/img/screenshots/webhooks/webhook-page.png index cbd710962..7e49b9500 100644 Binary files a/manual/static/img/screenshots/webhooks/webhook-page.png and b/manual/static/img/screenshots/webhooks/webhook-page.png differ