Update README to highlight release downloads#42
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 30b0b7ac7c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <Show when={canOpenApp()}> | ||
| <Button | ||
| size="small" | ||
| variant="secondary" | ||
| class="h-7 gap-1.5 px-2.5" | ||
| onClick={() => { | ||
| const url = props.localDeploy?.url?.trim() | ||
| if (url) { | ||
| window.open(url, "_blank", "noopener,noreferrer") | ||
| return | ||
| } | ||
| props.onOpenLaunchGuide?.() | ||
| }} | ||
| > | ||
| <Icon name="square-arrow-top-right" size="small" /> | ||
| Open | ||
| </Button> | ||
| <Tooltip placement="top" value="Open app"> |
There was a problem hiding this comment.
Restore deploy action in phase bar controls
The phase bar no longer renders any control that calls onDeploy, so the deploy handler passed by the orchestrate pages is now unreachable from this shared control surface. This is a functional regression for users who previously started deploy checks directly from the run toolbar, especially in views that rely on PhaseBar for run actions.
Useful? React with 👍 / 👎.
Summary
Testing