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

마지막 페이지 도달 시 별도 메시지 표시 #203

Merged
merged 5 commits into from
Aug 8, 2024

Commits on May 27, 2024

  1. feat(post_list_show_page.dart): 마지막 페이지 도달 시 표시

    마지막 페이지(게시물)에서 _loadNextPage()를 호출할 시, 따로 처리해 _isLastItem에 저장하도록 함.
    
    Next Page가 api 상에서 존재하지 않을 시 CastError가 호출되는 것을 catch하고, 이후 LoadingIndicator()를 대신하여 표시됨.
    thomaskim1130 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0b5c6e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Fix(post_list_show_page.dart): translated new message

    _isLastItem 이 True일 때, context.locale 을 참조하여 메시지를 번역하도록 함.
    thomaskim1130 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e109f77 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Fix(post_list_show_page.dart): changed logic on reloading

    postListShowPage에서 _loadNextPage()가 호출되었을 때, 로딩에 성공한다면 _isLastItem=false로 설정함. reloading 후에도 _isLastItem=true로 유지되는 현상을 해결함.
    thomaskim1130 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c53148c View commit details
    Browse the repository at this point in the history
  2. Fix(post_list_show_page.dart): resolve merge conflict

    Resolved conflicts with origin/dev
    thomaskim1130 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    14b863e View commit details
    Browse the repository at this point in the history
  3. Fix: up-to-date with dev

    update to dev
    thomaskim1130 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1e3a609 View commit details
    Browse the repository at this point in the history