Description
Implement an informational modal that notifies users about the new automatic trash disposal
feature. The dialog displays tier-based retention periods (1 day for free users, 7 days for
essential, 14 days for premium, and 30 days for ultimate users).
- Create AutomaticTrashDisposalDialog component with responsive dark mode styling
- Add UI state management for dialog visibility
- Display modal only to existing users (excludes new signups)
- Add translation keys for dialog content
- Integrate dialog into Trash view with proper state handling
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed