Skip to content

feat(gui): carry reset credit expiration onto dev2-go (#613) - #664

Merged
Wibias merged 1 commit into
lidge-jun:dev2-gofrom
Wibias:sync/613-to-dev2-go
Jul 29, 2026
Merged

feat(gui): carry reset credit expiration onto dev2-go (#613)#664
Wibias merged 1 commit into
lidge-jun:dev2-gofrom
Wibias:sync/613-to-dev2-go

Conversation

@Wibias

@Wibias Wibias commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

Summary

Go port

No Go counterpart — GUI-only change (gui/ formatters/components). Decision recorded here per Transition rule.

* feat(gui): show reset credit expiration time

* fix(gui): respect selected locale for credit dates

(cherry picked from commit f492f7d)
@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Important

Review skipped

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

🗂️ Base branches to auto review (2)
  • ^dev$
  • ^preview$

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.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 6ee90339-5698-4a79-b676-44538df17f63

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

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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

@github-actions github-actions Bot added the enhancement New feature or request label Jul 29, 2026
@Wibias
Wibias merged commit 620f667 into lidge-jun:dev2-go Jul 29, 2026
7 of 10 checks passed

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

Copy link
Copy Markdown

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: 5b103d0cf4

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

<span>{t("codexAuth.creditGranted", { date: formatCreditDate(grantedAt) })}</span>
<span className={urgent ? "credit-urgent" : ""}>{t("codexAuth.creditExpires", { date: formatCreditDate(expiresAt), days: String(days) })}</span>
<span>{t("codexAuth.creditGranted", { date: formatCreditDate(grantedAt, locale) })}</span>
<span className={urgent ? "credit-urgent" : ""}>{t("codexAuth.creditExpires", { date: formatCreditDateTime(expiresAt, locale), days: String(days) })}</span>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Regenerate the native runtime's embedded dashboard

On this dev2-go port, the new expiration-time rendering exists only in gui/src: the commit does not update go/internal/server/static or static-manifest.json, even though go/internal/server/static.go embeds that committed copy. I checked the Verify embedded GUI bundle step in .github/workflows/go-ci.yml, which runs bun scripts/embed-gui.ts --check; it will report stale assets, and a packaged Go runtime would continue serving the old date-only UI. Run bun scripts/embed-gui.ts and commit its generated outputs, or retarget this source-only GUI change to dev.

AGENTS.md reference: AGENTS.md:L86-L89

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants