We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'최근 투표만' 토글을 켜고 새로고침을 하면 원래 상태로 돌아갑니다. 마지막으로 설정한 값을 localStorage에 저장하고 사용함으로써 UX를 개선합니다.
handleRecentOnly
showRecentAgendasOnly
useState()
The text was updated successfully, but these errors were encountered:
yumincho
Successfully merging a pull request may close this issue.
제안 내용 *
'최근 투표만' 토글을 켜고 새로고침을 하면 원래 상태로 돌아갑니다.
마지막으로 설정한 값을 localStorage에 저장하고 사용함으로써 UX를 개선합니다.
관련 Task *
handleRecentOnly
실행 시 localStorage에 저장된 값 업데이트showRecentAgendasOnly
를 정의하는useState()
에 콜백 함수를 넣어 localStorage에 저장된 값을 initial value로 사용The text was updated successfully, but these errors were encountered: