sparcs-kaist / kono

Web service for KAIST coin karaoke
MIT License
6 stars 1 forks source link

kono-front - Implementation: configuration menu 구현 및 브라우저에 설정 저장 #11

Closed inhibitor1217 closed 5 years ago

inhibitor1217 commented 5 years ago

1. Header에 언어, theme 등의 설정이 들어갈 수 있는 드롭다운 메뉴 컴포넌트를 작성한다.

  1. 설정을 브라우저에 저장하고, 앱 최초 렌더링 시 불러오도록 설정
    • redux와 잘 연계해볼 것...
    • 참고로 브라우저 메모리는 window.localStorage를 통해 접근할 수 있고 크롬 개발자 메뉴 - Application - Local Storage를 통해 디버깅 할 수 있다.
    • 브라우저 메모리가 존재하지 않는 경우(?)를 대비한 error handling 할 것
tink-expo commented 5 years ago

Requested review to @inhibitor1217 at https://github.com/sparcs-kaist/kono/pull/12.