-
Notifications
You must be signed in to change notification settings - Fork 0
Adjust behavior on clear date #481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adjusts the behavior when clearing the date filter in the activity list by keeping the date range selector sheet open after clearing, instead of immediately dismissing it. This allows users to immediately select a new date range without having to reopen the sheet.
Key Changes
- Removes automatic sheet dismissal when clearing date filters
- The sheet now remains open after clearing, allowing users to apply a new selection immediately
Code Review - PR #481: Adjust behavior on clear dateSummaryThis PR removes the ✅ Positive Observations1. Clear Intent & Good UX Decision
2. Code Quality
3. Architecture Compliance
📝 Observations & Suggestions1. Test Coverage
2. Consistency Check
3. State Management
🔍 Potential Considerations1. User Workflow Analysis
2. Minor Enhancement Opportunity (Optional, not blocking)
🔒 Security & Performance
📊 Code Standards (per
|
Description
Adjusting behavior on clear date in activity list as per comment
Preview
QA Notes
synonymdev/bitkit-e2e-tests#54