fix: Hide branch actions UI for remote (Blox) branches#40
Merged
wesbillman merged 3 commits intomainfrom Feb 11, 2026
Merged
Conversation
1703d28 to
20e56f2
Compare
wesbillman
previously approved these changes
Feb 11, 2026
Remote branches use Blox workspaces and don't support custom branch actions. This change hides the primary action button and actions submenu in the branch card for remote branches, keeping the UI clean and focused on local branch workflows. Changes: - Hide primary run action button for remote branches - Hide actions submenu in more menu for remote branches - Prerun actions already only run for local branches (no change needed) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Required for formatting Svelte files in pre-commit hooks. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Wrap branch property accesses in arrow functions to properly capture reactive state references instead of initial values. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
20e56f2 to
77677a8
Compare
wesbillman
approved these changes
Feb 11, 2026
loganj
added a commit
that referenced
this pull request
Feb 26, 2026
## Summary - Add shared `testServer()` and `seedProject()` helpers in `testhelper_test.go` - Refactor 2 existing integration tests to use the shared helpers - Add `.gitignore` entries for build artifacts and worktrees **Stack**: Group A base — PR 2 and PR 5 stack on this. ## Test plan - [x] `go test ./internal/server/ -run TestAPI -v` passes - [x] `go test -race ./internal/server/` passes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
BranchCard.svelte: Conditionally hide primary run action button for remote branchesBranchCard.svelte: Conditionally hide actions submenu in more menu for remote branchesBranchCard.svelte: Fix reactive state references in console.log statementspackage-lock.json: Add prettier-plugin-svelte dependency🤖 Generated with Claude Code