diff --git a/app/specs/63-experimental-daily-count-ui.md b/app/specs/63-experimental-daily-count-ui.md index c0105c1..c4f3571 100644 --- a/app/specs/63-experimental-daily-count-ui.md +++ b/app/specs/63-experimental-daily-count-ui.md @@ -36,9 +36,9 @@ Instead of inputting each individual bin, allow the user to input the daily coun - [x] Picker - [x] Daily count - [x] Weekly count -- [ ] `DailyCountsHistoryView` should be the same as `BinsHistoryView`, but instead should: - - [ ] Display the list of send daily count messages, with: - - [ ] Picker - - [ ] Count - - [ ] Timestamp - - [ ] Send status +- [x] `DailyCountsHistoryView` should be the same as `BinsHistoryView`, but instead should: + - [x] Display the list of send daily count messages, with: + - [x] Picker + - [x] Count + - [x] Timestamp + - [x] Send status diff --git a/app/src/lib/utils.ts b/app/src/lib/utils.ts index 4b5c182..6434b09 100644 --- a/app/src/lib/utils.ts +++ b/app/src/lib/utils.ts @@ -5,7 +5,7 @@ import type { Picker } from '@/models/picker' // Second number is month // Third number is day // Fourth number is release index for that day (starts at 0) -export const appVersion = '2025.10.17.4' +export const appVersion = '2025.10.17.5' export const getUserProfile = async () => { const { diff --git a/app/src/views/DailyCountsHistoryView.vue b/app/src/views/DailyCountsHistoryView.vue index bec1dc8..1ccfe14 100644 --- a/app/src/views/DailyCountsHistoryView.vue +++ b/app/src/views/DailyCountsHistoryView.vue @@ -1,7 +1,209 @@ \ No newline at end of file +
+
+ + +
+
+
+ Weekly Count + {{ weeklyCount }} +
+
+
+ {{ dayData.day }} + {{ dayData.count }} +
+
+
+ +
+