whisper-money/resources/js/components/automation-rules
Víctor Falcón 9d7a91dcd0
Apply automation rules to existing transactions (#413)
## Summary
- add apply-to-existing-transactions flow for automation rules
- preview matching transactions with uncategorized filter and infinite
scroll
- apply rule actions sync or via queued job with progress polling
- fix duplicate preview rows and repeat apply prompt when labels change

## Tests
- vendor/bin/pint --dirty --format agent
- npm test -- --run
resources/js/components/automation-rules/post-save-apply-rule-prompt.test.ts
resources/js/components/automation-rules/apply-automation-rule-flow.test.ts
- php artisan test --compact
tests/Feature/AutomationRuleApplicationTest.php

## Video

https://github.com/user-attachments/assets/e74f5e58-e582-4fb6-b6d4-2702398804b7
2026-05-22 08:36:18 +02:00
..
apply-automation-rule-dialog.tsx Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
apply-automation-rule-flow.test.ts Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
apply-automation-rule-flow.tsx Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
automate-categorization-dialog.tsx Prompt automation after categorizing transactions (#378) 2026-05-14 09:17:12 +02:00
automation-rule-action-badges.tsx Add labels to automation rules (#379) 2026-05-11 14:56:25 +02:00
automation-rule-form.tsx Prompt automation after categorizing transactions (#378) 2026-05-14 09:17:12 +02:00
automation-rules-dialog.tsx Add labels to automation rules (#379) 2026-05-11 14:56:25 +02:00
create-automation-rule-dialog.tsx Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
delete-automation-rule-dialog.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
edit-automation-rule-dialog.tsx Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
post-save-apply-rule-prompt.test.ts Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
post-save-apply-rule-prompt.tsx Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
rule-builder.tsx feat(i18n): add localization test and fix missing Spanish translations (#174) 2026-03-01 12:32:39 +00:00