Better link text
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 431
- Forks
- 179
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 71
Description
Describe the bug
Link text displayed in the UI contains URL encodings. It makes it hard to read, especially if the workflow ID contains special characters.
Expected behavior
Link text should contain the decoded string so that it is easy to read.
Screenshots
Desktop (please complete the following information):
- OS: Linux
- Browser: Chrome
- Version: Temporal Cloud
Additional context
A couple of places where the encoded URI is used as the link text:
https://github.com/temporalio/ui/blob/dcb116833d682d270de0a626622cb74a29a260f4/src/lib/components/event/event-card.svelte#L109
https://github.com/temporalio/ui/blob/dcb116833d682d270de0a626622cb74a29a260f4/src/lib/components/event/event-link.svelte#L14
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the link-text handling at src/lib/components/event/event-card.svelte line 109 and src/lib/components/event/event-link.svelte line 14, focusing on how the workflow URI becomes visible text. Verify the affected UI with a workflow ID containing special characters; done means the links display the decoded string rather than URL encodings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100