Skip to content

feat: add build-info footer with version, commit SHA, and network (#952)#981

Open
temisan0x wants to merge 1 commit into
LabsCrypt:mainfrom
temisan0x:feat/build-info-footer
Open

feat: add build-info footer with version, commit SHA, and network (#952)#981
temisan0x wants to merge 1 commit into
LabsCrypt:mainfrom
temisan0x:feat/build-info-footer

Conversation

@temisan0x
Copy link
Copy Markdown

Closes #952

What changed

  • added build-time env injection for:
    • app version
    • commit SHA
    • Stellar network
  • added BuildInfoFooter component
  • mounted footer in [locale]/layout.tsx
  • added i18n keys for footer labels
  • documented new env vars in .env.example

Notes

Testing

  • npm run build
  • verified footer renders correctly

@temisan0x temisan0x force-pushed the feat/build-info-footer branch 3 times, most recently from 98f12e8 to a96c867 Compare May 31, 2026 18:27
@temisan0x temisan0x force-pushed the feat/build-info-footer branch from a96c867 to 824ed31 Compare May 31, 2026 18:38
@temisan0x
Copy link
Copy Markdown
Author

hey @ogazboiz, the backend and frontend failures are pre-existing on main — loanEndpoints, webhookRetryProcessor, and amount.test.ts are all untouched by this PR. Please let me know if you want me to rebase once those are sorted upstream

@ogazboiz
Copy link
Copy Markdown
Contributor

ogazboiz commented Jun 1, 2026

hey, please rebase to pick up recent main changes — your CI is failing on issues that main has since resolved.

git fetch upstream
git rebase upstream/main
git push --force-with-lease

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.

[Frontend] Add a build-info footer showing version, commit SHA, and network

2 participants