story-kit: accept 144_story_add_build_timestamp_and_persist_chat_history_across_rebuilds
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: "Add build timestamp to frontend UI"
|
||||
---
|
||||
|
||||
# Story 144: Add build timestamp to frontend UI
|
||||
|
||||
## User Story
|
||||
|
||||
As a developer, I want to see when the frontend was last built so I can tell whether it includes recent changes.
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
- [ ] Inject a `__BUILD_TIME__` compile-time constant via `define` in `frontend/vite.config.ts`
|
||||
- [ ] Display the build timestamp somewhere subtle in the UI (e.g. bottom corner, header tooltip, or footer)
|
||||
- [ ] Timestamp should be human-readable (e.g. "Built: 2026-02-24 14:30")
|
||||
|
||||
## Out of Scope
|
||||
|
||||
- TBD
|
||||
Reference in New Issue
Block a user