diff --git a/package.json b/package.json index 50280eb6c0..d66dd98bdf 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "@storybook/addon-essentials": "^8.6.11", "@storybook/addon-interactions": "^8.6.11", "@storybook/addon-links": "^8.6.11", - "@storybook/addon-svelte-csf": "^5.0.0-next.23", + "@storybook/addon-svelte-csf": "^5.0.10", "@storybook/addon-themes": "^8.6.11", "@storybook/blocks": "^8.6.11", "@storybook/icons": "^1.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f99281f51d..4387e58d30 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -170,7 +170,7 @@ importers: specifier: ^8.6.11 version: 8.6.15(react@18.3.1)(storybook@8.6.15(prettier@3.5.3)) '@storybook/addon-svelte-csf': - specifier: ^5.0.0-next.23 + specifier: ^5.0.10 version: 5.0.10(@storybook/svelte@8.6.15(storybook@8.6.15(prettier@3.5.3))(svelte@5.46.4))(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.46.4)(vite@6.4.1(@types/node@18.19.130)(jiti@1.21.7)(terser@5.44.1)(yaml@2.8.2)))(storybook@8.6.15(prettier@3.5.3))(svelte@5.46.4)(vite@6.4.1(@types/node@18.19.130)(jiti@1.21.7)(terser@5.44.1)(yaml@2.8.2)) '@storybook/addon-themes': specifier: ^8.6.11 diff --git a/server/go.mod b/server/go.mod index e5bf2ed824..e74848f013 100644 --- a/server/go.mod +++ b/server/go.mod @@ -11,7 +11,7 @@ require ( github.com/labstack/echo/v4 v4.13.4 github.com/stretchr/testify v1.10.0 github.com/urfave/cli/v2 v2.3.0 - go.temporal.io/api v1.57.0 + go.temporal.io/api v1.62.0 golang.org/x/net v0.47.0 golang.org/x/oauth2 v0.30.0 google.golang.org/grpc v1.66.1 diff --git a/server/go.sum b/server/go.sum index 2aaac2dde0..087cfff401 100644 --- a/server/go.sum +++ b/server/go.sum @@ -68,8 +68,8 @@ github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6Kllzaw github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo= github.com/valyala/fasttemplate v1.2.2/go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ= -go.temporal.io/api v1.57.0 h1:vJGbU6RqMqCAXP03Jq4KEL61sCxAdJx4Yj7PxtbsrF0= -go.temporal.io/api v1.57.0/go.mod h1:iaxoP/9OXMJcQkETTECfwYq4cw/bj4nwov8b3ZLVnXM= +go.temporal.io/api v1.62.0 h1:rh7LqqV+pxaLNwPLsFRZgYoDJ/NvCNDv0EnWe6oS7A4= +go.temporal.io/api v1.62.0/go.mod h1:iaxoP/9OXMJcQkETTECfwYq4cw/bj4nwov8b3ZLVnXM= golang.org/x/crypto v0.45.0 h1:jMBrvKuj23MTlT0bQEOBcAE0mjg8mK9RXFhRH6nyF3Q= golang.org/x/crypto v0.45.0/go.mod h1:XTGrrkGJve7CYK7J8PEww4aY7gM3qMCElcJQ8n8JdX4= golang.org/x/net v0.47.0 h1:Mx+4dIFzqraBXUugkia1OOvlD6LemFo1ALMHjrXDOhY= diff --git a/src/lib/components/detail-list/detail-list-label.svelte b/src/lib/components/detail-list/detail-list-label.svelte index 7e5f937d7a..a0c40d9a8b 100644 --- a/src/lib/components/detail-list/detail-list-label.svelte +++ b/src/lib/components/detail-list/detail-list-label.svelte @@ -1,17 +1,19 @@ -
+ {#if $activityError} + {$activityError} + {:else} + {translate('standalone-activities.empty-state-description')} + {/if} +
++ {translate('standalone-activities.empty-state-description')} +
+ {/if} ++ {translate('standalone-activities.cancel-modal-confirmation')} +
++ Saved Views +
+ {/if} +Saved Views
+ ++ {translate('standalone-activities.custom-views')} + {@render queryBadge({ + className: 'font-mono', + content: `${namespaceSavedQueries.length}/${MAX_SAVED_ACTIVITY_QUERIES}`, + })} +
+ {/if} + + + + {#if unsavedQuery} + {@render queryButton(unsaveView)} + {/if} + + {#if namespaceSavedQueries.length > 0} ++ No Views +
+ {/if} +{translate('standalone-activities.standalone-activities-enablement')}
++ {translate( + 'standalone-activities.standalone-activities-enablement-per-namespace', + )} +
++ {translate('standalone-activities.terminate-modal-confirmation')} +
+ + +