Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: Hide branch actions UI for remote (Blox) branches#40

Merged
wesbillman merged 3 commits intomainfrom
matt2e/remote-actions-hidden
Feb 11, 2026
Merged

fix: Hide branch actions UI for remote (Blox) branches#40
wesbillman merged 3 commits intomainfrom
matt2e/remote-actions-hidden

Conversation

@matt2e
Copy link
Contributor

@matt2e matt2e commented Feb 11, 2026

Summary

  • Hide branch actions UI (run button and actions submenu) for remote branches
  • Remote branches use Blox workspaces and don't support custom branch actions
  • Keeps UI clean and focused on local branch workflows where actions are supported
  • Adds prettier-plugin-svelte dependency for Svelte file formatting in pre-commit hooks
  • Fixes Svelte state reference warnings in console.log by wrapping property accesses in arrow functions

Changes

  • BranchCard.svelte: Conditionally hide primary run action button for remote branches
  • BranchCard.svelte: Conditionally hide actions submenu in more menu for remote branches
  • BranchCard.svelte: Fix reactive state references in console.log statements
  • package-lock.json: Add prettier-plugin-svelte dependency

🤖 Generated with Claude Code

@matt2e matt2e changed the title Hide branch actions UI for remote (Blox) branches fix: Hide branch actions UI for remote (Blox) branches Feb 11, 2026
@matt2e matt2e force-pushed the matt2e/remote-actions-hidden branch from 1703d28 to 20e56f2 Compare February 11, 2026 21:43
wesbillman
wesbillman previously approved these changes Feb 11, 2026
matt2e and others added 3 commits February 11, 2026 13:52
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]>
@wesbillman wesbillman merged commit cffc6b7 into main Feb 11, 2026
2 checks passed
@wesbillman wesbillman deleted the matt2e/remote-actions-hidden branch February 11, 2026 21:54
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
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