Skip to content

Conversation

@shuv1337
Copy link
Collaborator

No description provided.

rekram1-node and others added 30 commits November 23, 2025 01:36
…e-based fallback to solve 4369 (sst#4572)

Co-authored-by: knanao <[email protected]>
Co-authored-by: knanao <[email protected]>
…dling

Updates the @solidjs/start dependency to latest version and removes deprecated getResponseHeaders usage from auth callback. Also adds error handling for workspace ID lookup to prevent redirect failures.
@coderabbitai
Copy link

coderabbitai bot commented Nov 24, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch integration-merge-test

Comment @coderabbitai help to get the list of available commands and usage tips.

@shuv1337 shuv1337 merged commit a93f752 into integration Nov 24, 2025
6 of 7 checks passed
@shuv1337 shuv1337 deleted the integration-merge-test branch November 24, 2025 23:05
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ 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".

Comment on lines 31 to +34
<Match when={local.size === "compact"}>
<button
data-slot="message-nav-tick-button"
data-active={message.id === local.current?.id || undefined}
onClick={handleClick}
>
<div data-slot="message-nav-tick-button" data-active={message.id === local.current?.id || undefined}>
<div data-slot="message-nav-tick-line" />
</button>
</div>

Choose a reason for hiding this comment

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

P1 Badge Restore click handling in compact message nav

In MessageNav the compact branch now renders a plain div (lines 31‑34) instead of the previous button with onClick={handleClick}. As a result handleClick never fires when size="compact", so the ticks no longer change the active message. Any view that supplies the compact variant (e.g., narrow breakpoints or layouts with diffs) now leaves users unable to navigate between messages.

Useful? React with 👍 / 👎.

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.