ui icon indicating copy to clipboard operation
ui copied to clipboard

Temporal UI

Results 177 ui issues
Sort by recently updated
recently updated
newest added

## Description & motivation 💭 Upgrades to Svelte 5 and peer dependencies such as storybook, vite, etc. **Note:** This PR does not migrate any components. ### Screenshots (if applicable) 📸...

**Is your feature request related to a problem? Please describe.** I have a generic activity that calls an LLM and returns a result. I want to be able to change...

enhancement

Hello! My task is to ensure that temporal-ui is accessible only to one user with the email [[email protected]](mailto:[email protected]). I tried the following configuration in docker-compose.yml: ```jsx temporal-ui: image: temporalio/ui:2.20.0 container_name:...

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.13.15 to 0.25.0. Release notes Sourced from esbuild's releases. v0.25.0 This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either...

dependencies
javascript

## Is your feature request related to a problem? Please describe. Why are results from a temporal activity always in a list in the temporal dashboard? This is confusing and...

enhancement

**Describe the bug** I'm running temporal UI as a docker container. I've configured it to use Clerk as Auth provider. Unfortunately right after starting the web server crashes with 404...

bug

**Describe the bug** "Status" is not a reserved search attribute, [ref](https://docs.temporal.io/search-attribute#default-search-attribute). You can create the attribute using the CLI. ("ExecutionStatus" is reserved, of course.) However, it does not appear in...

bug

## Is your feature request related to a problem? Please describe. As an engineering team that is self hosting the temporal UI to support multiple environments (dev, staging, production) it...

enhancement

## Is your feature request related to a problem? Please describe. Since PKCE is gonna be required in OAuth 2.1 (see https://oauth.net/2.1/) please add support for it. ## Describe the...

enhancement

**Describe the bug** When starting a workflow from an existing that has one or more search attributes of type Int or Double, an error is show in the UI. There's...

bug