Skip to content

Conversation

@anna-parker
Copy link
Contributor

@anna-parker anna-parker commented Feb 6, 2026

resolves #5944

Screenshot

PR Checklist

  • All necessary documentation has been adapted.
  • The implemented feature is covered by appropriate, automated tests.
  • Any manual testing that has been done is documented (i.e. what exactly was tested?)

🚀 Preview: https://displayname.loculus.org

@anna-parker anna-parker added the preview Triggers a deployment to argocd label Feb 6, 2026
@claude claude bot added website Tasks related to the web application deployment Code changes targetting the deployment infrastructure labels Feb 6, 2026
export type FieldValueUpdate = [string, FieldValue];

type MutKey<S extends string> = `mutation_${S}`;
type SegmentMutations<Segments extends readonly string[]> = { [K in MutKey<Segments[number]>]?: string };
Copy link
Contributor Author

Choose a reason for hiding this comment

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

not sure I can actually use this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deployment Code changes targetting the deployment infrastructure preview Triggers a deployment to argocd website Tasks related to the web application

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant