Skip to content

Small UI updates and fixes for nav redesign #3253

Closed
KATIETOLER wants to merge 7 commits intomainfrom
icon-color-fix/kt
Closed

Small UI updates and fixes for nav redesign #3253
KATIETOLER wants to merge 7 commits intomainfrom
icon-color-fix/kt

Conversation

@KATIETOLER
Copy link
Copy Markdown
Contributor

@KATIETOLER KATIETOLER commented Mar 25, 2026

This fixes holocene issues raised in this PR: https://github.com/temporalio/cloud-ui/pull/2276

  • Change settings icon from 'gear' to 'life preserver'

  • Fix support icon color

  • timezone dropdown should use the same font size and weight as Project and Namespace names

@KATIETOLER KATIETOLER requested review from a team and rossedfort as code owners March 25, 2026 21:53
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
holocene Ready Ready Preview, Comment Mar 31, 2026 10:18pm

Request Review

@temporal-cicd
Copy link
Copy Markdown
Contributor

temporal-cicd bot commented Mar 25, 2026

Warnings
⚠️

📊 Strict Mode: 1 error in 1 file (0.1% of 1086 total)

src/routes/(app)/+layout.svelte (1)
  • L62:23: Argument of type '(namespace: string) => { namespace: string; onClick: (namespace: string) => void; }' is not assignable to parameter of type '(value: string | null | undefined, index: number, array: (string | null | undefined)[]) => { namespace: string; onClick: (namespace: string) => void; }'.

Generated by 🚫 dangerJS against 43fd80c

Replace Svelte 4 options API with Svelte 5 runes syntax:
- export let props → $props() with typed Props interface
- $: reactive statements → $derived()
- $$props access → ...restProps spread
Replace inline property checks with shared type guard functions
from navigation-utils. Add keyed each iteration for stable
DOM updates when linkList changes.
Replace inline property checks with shared type guard functions
from navigation-utils. Add keyed each iteration for stable
DOM updates when linkList changes.
@KATIETOLER KATIETOLER self-assigned this Mar 31, 2026
@KATIETOLER KATIETOLER changed the title Cloud Nav updates Small UI updates and fixes for nav redesign Apr 1, 2026
</script>

<MenuContainer {open} class="max-md:w-full max-md:justify-items-end">
<MenuContainer {open} class="`max-md:justify-items-end max-md:w-full">
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this

@KATIETOLER
Copy link
Copy Markdown
Contributor Author

Going to redo this in another place.

@KATIETOLER KATIETOLER closed this Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant