Skip to content

Whacky wavey inflatable layout#3257

Closed
GiantRobots wants to merge 3 commits intomainfrom
WhackyWaveyInflatableLayout
Closed

Whacky wavey inflatable layout#3257
GiantRobots wants to merge 3 commits intomainfrom
WhackyWaveyInflatableLayout

Conversation

@GiantRobots
Copy link
Copy Markdown
Collaborator

Description & motivation 💭

Screenshots (if applicable) 📸

Design Considerations 🎨

Testing 🧪

How was this tested 👻

  • Manual testing
  • E2E tests added
  • Unit tests added

Steps for others to test: 🚶🏽‍♂️🚶🏽‍♀️

Checklists

Draft Checklist

Merge Checklist

Issue(s) closed

Docs

Any docs updates needed?

@GiantRobots GiantRobots requested review from a team, Alex-Tideman and rossedfort as code owners March 26, 2026 23:12
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 26, 2026

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

Project Deployment Actions Updated (UTC)
holocene Ready Ready Preview, Comment Apr 3, 2026 5:33pm

Request Review

id,
message,
dismissLabel = '',
dismissable = false,
Copy link
Copy Markdown
Contributor

@temporal-cicd temporal-cicd bot Mar 26, 2026

Choose a reason for hiding this comment

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

  • ⚠️ Type 'null' is not assignable to type '"action" | "activity" | "add-square" | "add" | "apple" | "archives" | "arrow-down" | "arrow-left" | "arrow-up" | "arrow-right" | "ascending" | "astronaut" | "batch-operation" | ... 134 more ... | "xmark-square"'.

const { showTemporalSystemNamespace } = settings;

try {
const route = routeForApi('namespaces');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

  • ⚠️ Argument of type '(token: string) => Promise<temporal.api.workflowservice.v1.IListNamespacesResponse>' is not assignable to parameter of type '(token?: NextPageToken | undefined) => Promise'.

@temporal-cicd
Copy link
Copy Markdown
Contributor

temporal-cicd bot commented Mar 26, 2026

Warnings
⚠️

📊 Strict Mode: 16 errors in 5 files (1.5% of 1084 total)

src/lib/services/namespaces-service.ts (6)
  • L24:6: Argument of type 'ArchivalState | null | undefined' is not assignable to parameter of type 'ArchivalState'.
  • L27:6: Argument of type 'ArchivalState | null | undefined' is not assignable to parameter of type 'ArchivalState'.
  • L33:6: Argument of type 'NamespaceState | null | undefined' is not assignable to parameter of type 'NamespaceState'.
  • L47:36: Argument of type '(token: string) => Promise<temporal.api.workflowservice.v1.IListNamespacesResponse>' is not assignable to parameter of type '(token?: NextPageToken | undefined) => Promise'.
  • L59:63: Property 'namespaces' does not exist on type 'WithoutNextPageToken'.
  • L63:10: 'namespace.namespaceInfo' is possibly 'null' or 'undefined'.
src/lib/components/workflow/relationships/workflow-family-tree.svelte (2)
  • L48:8: Type 'string | null | undefined' is not assignable to type 'string'.
  • L49:8: Type 'string | null | undefined' is not assignable to type 'string | undefined'.
src/lib/holocene/banner/banner.svelte (1)
  • L60:4: Type 'null' is not assignable to type '"action" | "activity" | "add-square" | "add" | "apple" | "archives" | "arrow-down" | "arrow-left" | "arrow-up" | "arrow-right" | "ascending" | "astronaut" | "batch-operation" | ... 134 more ... | "xmark-square"'.
src/lib/layouts/workflow-history-layout.svelte (3)
  • L197:10: Type 'boolean | null' is not assignable to type 'boolean | undefined'.
  • L238:2: Type 'string | undefined' is not assignable to type 'string'.
  • L239:2: Type 'string | undefined' is not assignable to type 'string'.
src/lib/layouts/workflow-timeline-layout.svelte (4)
  • L116:10: Type 'boolean | null' is not assignable to type 'boolean | undefined'.
  • L144:7: Type 'WorkflowExecution | null' is not assignable to type 'WorkflowExecution'.
  • L154:14: 'workflow' is possibly 'null'.
  • L155:9: 'workflow' is possibly 'null'.

Generated by 🚫 dangerJS against 07c9fdb

@GiantRobots
Copy link
Copy Markdown
Collaborator Author

Didn't quite work the way I expected

@GiantRobots GiantRobots closed this Apr 3, 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