mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-17 22:13:08 +00:00
Fix Docker Compose CORS issues with nginx API proxying (#793)
* Changes from fix/docker-compose-cors-error * Update apps/server/src/index.ts Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Fix: Delete Worktree Crash + PR Comments + Dev Server UX Improvements (#792) * Changes from fix/delete-worktree-hotifx * fix: Improve bot detection and prevent UI overflow issues - Include GitHub app-initiated comments in bot detection - Wrap handleQuickCreateSession with useCallback to fix dependency issues - Truncate long branch names in agent header to prevent layout overflow * feat: Support GitHub App comments in PR review and fix session filtering * feat: Return invalidation result from delete session handler * fix: Improve CORS origin validation to handle wildcard correctly * fix: Correct IPv6 localhost parsing and improve responsive UI layouts * Changes from fix/pwa-cache-fix (#794) * fix: Add type checking to prevent crashes from malformed cache entries --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -914,7 +914,7 @@ export function PRCommentResolutionDialog({
|
||||
{!loading && !error && allComments.length > 0 && (
|
||||
<>
|
||||
{/* Controls Bar */}
|
||||
<div className="flex items-center justify-between gap-4 px-1">
|
||||
<div className="flex flex-wrap items-center justify-between gap-2 px-1">
|
||||
{/* Select All - only interactive when there are visible comments */}
|
||||
<div className="flex items-center gap-2">
|
||||
<Checkbox
|
||||
@@ -935,7 +935,7 @@ export function PRCommentResolutionDialog({
|
||||
</Label>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center gap-3">
|
||||
<div className="flex flex-wrap items-center gap-2">
|
||||
{/* Show/Hide Resolved Filter Toggle - always visible */}
|
||||
<Button
|
||||
variant="ghost"
|
||||
@@ -990,7 +990,7 @@ export function PRCommentResolutionDialog({
|
||||
</Button>
|
||||
|
||||
{/* Mode Toggle */}
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="flex items-center gap-2 shrink-0">
|
||||
<Label
|
||||
className={cn(
|
||||
'text-xs cursor-pointer',
|
||||
|
||||
Reference in New Issue
Block a user