Skip to content

v0.8.28: mobile landing fix, docs updates - #7650

Merged
waleedlatif1 merged 3 commits into
mainfrom
staging
Sep 9, 2026
Merged

v0.8.28: mobile landing fix, docs updates#7650
waleedlatif1 merged 3 commits into
mainfrom
staging

Conversation

@waleedlatif1

Copy link
Copy Markdown
Collaborator

@vercel

vercel Bot commented Sep 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
docs Building Building Preview Sep 9, 2026 6:41am UTC

Request Review

@waleedlatif1
waleedlatif1 merged commit 6fc5a37 into main Sep 9, 2026
25 of 26 checks passed
@greptile-apps

greptile-apps Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

RetriggerView in GreptileConfidence Score: 5/5

The PR appears safe to merge; no actionable correctness, security, or repository-rule violation was identified.

Summary

  • Organization chat rows now prefetch conversation history before navigation.
  • Organization chat content is isolated by organization and routed chat, with cached messages remaining visible during background history loading.
  • A shared mount-time focus hook is used by workspace and organization composers.
  • Landing-page folder and workflow graphics now use the shared responsive design stage.
  • Search documentation screenshots receive consistent responsive maximum widths.

Diagram

%%{init: {'theme': 'neutral'}}%%
flowchart LR
  A[Organization chat row focus or hover] --> B[Prefetch chat history by chat ID]
  B --> C[React Query detail cache]
  D[Open organization chat route] --> E[OrganizationHome keyed by organization and chat]
  C --> F[useChat reads cached history]
  E --> F
  F --> G[MothershipChat renders history and composer]
  G --> H[Shared mount-time input focus]
Loading

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.

1 participant