-
Notifications
You must be signed in to change notification settings - Fork 3
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
Optimize the interaction of calendar #151
Comments
I feel that not automatically changing the value when switching between years and months is a common behavior and quite reasonable. It seems more like an interaction design rather than a logical bug. @Danie0918 @Keith-CY What do you think about this? |
Indeed, it could be optimized from UX. |
I think it's better to disable |
Any idea from @Danie0918 @Sven-TBD |
Calendar selection is indeed a common function that needs to be protected against accidental touches, especially when it affects transactions. There are 2 situations here:
|
Please have @Danie0918 review the effect presentation in the PR to ensure it meets the expectations. |
As mentioned at nervosnetwork/neuron#2592 (comment)
The selected
year
,month
will not be effective if it's saved beforeday
is selected, which is weird and prone to selecttomorrow
.Say the pre-picked time is
2023/05/17
, and2024/07
are selected, however,2023/05/17
will be saved ifsave
is clicked without selectingday
neuron_calendar_behavior.mov
The text was updated successfully, but these errors were encountered: