aws / aws/graph-explorer

Show banner when app is pre-release

Open
#1,127 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.