feat: Rename application from "Codewalk District" to "Codewalkers"
Update all user-facing strings (HTML title, manifest, header logo, browser title updater), code comments, and documentation references. Folder name retained as-is.
This commit is contained in:
@@ -206,9 +206,9 @@ into a "+N more" indicator.
|
||||
### 3. Browser tab title
|
||||
|
||||
When the app is backgrounded and events occur:
|
||||
- `(2) Codewalk District` — number prefix for unread attention items
|
||||
- `(2) Codewalkers` — number prefix for unread attention items
|
||||
- Counts: crashed agents + pending approvals + unanswered inbox items
|
||||
- Resets to `Codewalk District` when user returns to the tab
|
||||
- Resets to `Codewalkers` when user returns to the tab
|
||||
|
||||
---
|
||||
|
||||
@@ -462,7 +462,7 @@ This was the biggest gap. Added three tiers:
|
||||
- **Tab badges**: real-time counts (already existed, now specified with attention escalation)
|
||||
- **Toast notifications**: critical events fire toasts regardless of current page.
|
||||
Persistent for crashes/approvals, auto-dismiss for informational events.
|
||||
- **Browser tab title**: `(2) Codewalk District` prefix when backgrounded with
|
||||
- **Browser tab title**: `(2) Codewalkers` prefix when backgrounded with
|
||||
unread attention items. Standard web app pattern.
|
||||
|
||||
The attention escalation on the Agents badge (blue -> red when something crashes)
|
||||
|
||||
Reference in New Issue
Block a user