You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rebrand from Share Timer to Coffee Timer
- Update application name and branding across all files
- Rename package from share-timer to coffee-timer
- Update PWA manifest and metadata with new branding
- Update translations (EN/JA) for Coffee Timer identity
- Update documentation (DESIGN.md, README.md, claudedocs)
- Change notification tags to coffee-timer-notification
- Update script references and configuration files
This comprehensive rebranding maintains all existing functionality
while updating the application identity to better reflect its purpose
as a coffee timer application.
Modified files:
- Code: lib/notifications/notificationManager.ts
- Config: package.json, app/manifest.ts, app/[locale]/layout.tsx
- Translations: messages/en.json, messages/ja.json
- Docs: DESIGN.md, README.md, 8 claudedocs files
- Scripts: scripts/generate-icons.sh
description: 'Simple, relaxing timer application with web push notifications',
59
59
appleWebApp: {
60
60
capable: true,
61
61
statusBarStyle: 'default',
62
-
title: 'ShareTimer',
62
+
title: 'CoffeeTimer',
63
63
},
64
64
icons: {
65
65
icon: [
@@ -434,7 +434,7 @@ pnpm build
434
434
435
435
## Conclusion
436
436
437
-
Phase 5 successfully transforms Share Timer into a production-ready Progressive Web App with comprehensive accessibility support. The application now:
437
+
Phase 5 successfully transforms Coffee Timer into a production-ready Progressive Web App with comprehensive accessibility support. The application now:
438
438
439
439
- Installs like a native app on all major platforms
Copy file name to clipboardExpand all lines: claudedocs/TEST_PLAN.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Share Timer Test Plan
1
+
# Coffee Timer Test Plan
2
2
3
3
_Last updated: 2025-10-08_
4
4
5
5
## 1. Objectives
6
6
7
-
- Validate that the Share Timer PWA delivers reliable countdown, notification, and audio playback functionality across supported browsers and devices.
7
+
- Validate that the Coffee Timer PWA delivers reliable countdown, notification, and audio playback functionality across supported browsers and devices.
8
8
- Ensure the newly sourced notification sounds are unique, normalized, and selectable within the app.
9
9
- Provide a repeatable cadence for regression and release testing, including automated and manual coverage.
0 commit comments