Skip to content

feat: site-menu better error handling and api v1 usage#717

Merged
trekhopton merged 1 commit intomainfrom
feature/site-menu
Mar 16, 2026
Merged

feat: site-menu better error handling and api v1 usage#717
trekhopton merged 1 commit intomainfrom
feature/site-menu

Conversation

@trekhopton
Copy link
Collaborator

Separated from mission-control branch.

Copy link
Member

@ao-david ao-david left a comment

Choose a reason for hiding this comment

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

Obviously make sure that this isn't deployed before the other branch is also merged.

this.dispatchEvent(new CustomEvent('sites-loaded', {bubbles: true, composed: true, detail: {'len': sites.length}}))
var opts:HTMLOptionElement[][] = [[],[],[]]
if (r.status !== 200) {
console.error("Failed to load sites: ", r.status, r.responseText);
Copy link
Member

Choose a reason for hiding this comment

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

This will add an extra space I think, having it in the first string and then appending args

@trekhopton trekhopton merged commit a48a1b8 into main Mar 16, 2026
1 check passed
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.

2 participants