Skip to content

fix(ui): show version build time in local timezone in header and footer#106

Merged
mhersson merged 1 commit into
mainfrom
ctxmax-529/built-time-on-the-all-pojects-page-header-and-foot
May 18, 2026
Merged

fix(ui): show version build time in local timezone in header and footer#106
mhersson merged 1 commit into
mainfrom
ctxmax-529/built-time-on-the-all-pojects-page-header-and-foot

Conversation

@contextmatrix-runner
Copy link
Copy Markdown
Contributor

Summary

  • UtilityBar (header/top bar) and FootStrip (footer) on the All Projects page were displaying the build version timestamp in UTC, while the sidebar correctly showed local time
  • Applied the existing formatVersionWithLocalTime() utility (already used by Sidebar) to both components so all three locations now show the build timestamp in the browser's local timezone

Changes

  • web/src/components/AllProjectsDashboard/UtilityBar.tsx — import and apply formatVersionWithLocalTime to version display
  • web/src/components/AllProjectsDashboard/FootStrip.tsx — import and apply formatVersionWithLocalTime to version display

Test plan

  • TypeScript compiles cleanly (npx tsc --noEmit in web/)
  • All Go tests pass (make test — all internal packages)
  • Browser: confirm header build time matches sidebar build time (both in local timezone)
  • Browser: confirm footer build time matches sidebar build time

…otStrip

- Import formatVersionWithLocalTime in UtilityBar and FootStrip
- Apply to version string before rendering so the build timestamp
  displays in browser local time, matching the Sidebar behaviour
@mhersson mhersson merged commit 9940f8c into main May 18, 2026
7 checks passed
@mhersson mhersson deleted the ctxmax-529/built-time-on-the-all-pojects-page-header-and-foot branch May 18, 2026 16:42
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