Show banner when app is pre-release
Open
infrastructure
- Dominant language
- TypeScript
- Stars
- 481
- Forks
- 108
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 5
Description
We need a clear indicator in the UI when the app is running from a **pre-release (`latest-snapshot`) build**.
### Proposal
- Inject `IS_PRERELEASE` flag at build time (via env var or build arg).
- If `IS_PRERELEASE = true`, display a banner in the app (e.g., top of screen or footer).
- Banner should be dismissible but reappear on reload.
### Acceptance Criteria
- [ ] App build process sets `IS_PRERELEASE` correctly.
- [ ] Banner is visible in all pre-release builds.
- [ ] Banner does not appear in release builds.
Contributor guide
Assessment
This issue has not been assessed yet.