Skip to content
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

Fix/bulletin search page separating consonants vowels #90

Merged
merged 7 commits into from
Feb 18, 2024

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    7fb1469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47e4e28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d765a1 View commit details
    Browse the repository at this point in the history
  4. Feat(bulletin_serach_page.dart): 디바운스 기법으로 실시간 검색 최적화

    기존: 검색창에 "나는"을 붙여넣기로 한 번에 넣어도, 한글은 중간 조합 문자이기 때문에 "ㄴ","나","난","나는" 이 모두 렌더링 되는 문제가 발생.
    
    참조: https://www.flutterdecode.com/how-to-debounce-textfield-onchange-in-dart/
    skykhs3 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0d6f395 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    369e4cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3943e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9a70d5 View commit details
    Browse the repository at this point in the history