Skip to content

Add profile usage dashboard#51

Merged
Abdulmuiz44 merged 2 commits into
mainfrom
codex/ui-redesign
Mar 31, 2026
Merged

Add profile usage dashboard#51
Abdulmuiz44 merged 2 commits into
mainfrom
codex/ui-redesign

Conversation

@Abdulmuiz44
Copy link
Copy Markdown
Collaborator

No description provided.

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 31, 2026

Deploy Preview for tera-ai failed.

Name Link
🔨 Latest commit 49a0f62
🔍 Latest deploy log https://app.netlify.com/projects/tera-ai/deploys/69cbdd102638b6000876ee1e

@Abdulmuiz44 Abdulmuiz44 merged commit 66281dc into main Mar 31, 2026
1 of 5 checks passed
Copy link
Copy Markdown

@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.

Reviewed commit: 78aa621c69

ℹ️ 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 +877 to +879
useEffect(() => {
void refreshWebSearchStatus()
}, [refreshWebSearchStatus])
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Restore periodic refresh of web-search quota status

This effect now performs a single fetch and never refreshes again, so webSearchRemaining can become stale during long sessions when usage changes outside this component (for example, searches from another tab/device or backend limit responses). In that state, the UI can continue showing web search as available and let users submit requests that are guaranteed to fail until a reload; add a periodic refresh or refresh on limit-error paths to keep the quota indicator accurate.

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.

1 participant