diff --git a/doc/migration-progress-tracker.md b/doc/migration-progress-tracker.md index 1246e2dd..31fbc1d9 100644 --- a/doc/migration-progress-tracker.md +++ b/doc/migration-progress-tracker.md @@ -191,8 +191,8 @@ export default class ComponentName extends Vue { **Progress**: 3/15 (20%) - [x] UserNameDialog.vue ✅ **MIGRATED** -- [ ] ActivityListItem.vue -- [ ] AmountInput.vue +- [x] AmountInput.vue ✅ **REVIEWED (no migration needed)** + - Pure UI component, no databaseUtil or notification usage. - [ ] ChoiceButtonDialog.vue - [ ] ContactNameDialog.vue - [ ] DataExportSection.vue diff --git a/src/components/ChoiceButtonDialog.vue b/src/components/ChoiceButtonDialog.vue index 241a1b73..80080cc4 100644 --- a/src/components/ChoiceButtonDialog.vue +++ b/src/components/ChoiceButtonDialog.vue @@ -66,11 +66,12 @@