Skip to content

Conversation

@GraceGardner
Copy link
Contributor

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?

@GraceGardner GraceGardner requested a review from a team as a code owner December 15, 2025 21:03
@GraceGardner GraceGardner requested review from laurakwhit and removed request for a team December 15, 2025 21:03
@vercel
Copy link

vercel bot commented Dec 15, 2025

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

Project Deployment Review Updated (UTC)
holocene Ready Ready Preview, Comment Jan 5, 2026 8:41pm

Copy link
Collaborator

@rossnelson rossnelson left a comment

Choose a reason for hiding this comment

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

Awesome! The move to runes is a great choice.

Copy link
Collaborator

@rossnelson rossnelson left a comment

Choose a reason for hiding this comment

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

All good on your end. just noticed some preexisting stuff that might be worth addressing.

@Alex-Tideman
Copy link
Collaborator

We should keep our tables consistent in Nexus with all our other tables

Screenshot 2025-12-19 at 10 22 20 AM Screenshot 2025-12-19 at 10 22 33 AM

@temporal-cicd
Copy link
Contributor

temporal-cicd bot commented Jan 5, 2026

Warnings
⚠️

📊 Strict Mode: 5 errors in 2 files (0.4% of 1261 total)

src/routes/(app)/nexus/[id]/edit/+page.svelte (4)
  • L44:30: Element implicitly has an 'any' type because expression of type '0' can't be used to index type 'IPayloads'.
  • L51:32: Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
  • L52:33: Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
  • L67:32: Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
src/routes/(app)/nexus/create/+page.svelte (1)
  • L35:32: Element implicitly has an 'any' type because expression of type '0' can't be used to index type 'IPayloads'.

Generated by 🚫 dangerJS against 4f447c6

const payloads = await encodePayloads({
input: JSON.stringify(body.spec.descriptionString),
encoding: 'json/plain',
});
Copy link
Contributor

Choose a reason for hiding this comment

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

  • ⚠️ Element implicitly has an 'any' type because expression of type '0' can't be used to index type 'IPayloads'.

const payloads = await encodePayloads({
input: JSON.stringify(body.spec.descriptionString),
encoding: 'json/plain',
});
Copy link
Contributor

Choose a reason for hiding this comment

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

  • ⚠️ Element implicitly has an 'any' type because expression of type '0' can't be used to index type 'IPayloads'.

delete body.spec.descriptionString;
}
try {
Copy link
Contributor

Choose a reason for hiding this comment

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

  • ⚠️ Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.

}
try {
await updateNexusEndpoint(endpoint.id, body);
Copy link
Contributor

Choose a reason for hiding this comment

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

  • ⚠️ Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.

error = undefined;
loading = true;
try {
Copy link
Contributor

Choose a reason for hiding this comment

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

  • ⚠️ Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.

@GraceGardner GraceGardner merged commit 793000b into main Jan 5, 2026
20 checks passed
@GraceGardner GraceGardner deleted the nexus-table branch January 5, 2026 21:08
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.

4 participants