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

Feature/4299/improve offline support #4300

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 2, 2024

  1. only make initial request for chat messages when newest message from …

    …DB is not equal the lastReadMessage that is offered by the conversation
    
    Signed-off-by: Marcel Hibbe <[email protected]>
    mahibi committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1b7c01e View commit details
    Browse the repository at this point in the history
  2. load conversation from DB first, then update by request if connection…

    … is available
    
    Signed-off-by: Marcel Hibbe <[email protected]>
    mahibi committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0af8190 View commit details
    Browse the repository at this point in the history
  3. delay progress bar

    delay progress bar for one second before showing up for slow connection
    
    Signed-off-by: Marcel Hibbe <[email protected]>
    mahibi committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fb76667 View commit details
    Browse the repository at this point in the history
  4. add todo for error handling

    Signed-off-by: Marcel Hibbe <[email protected]>
    mahibi committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4a41b13 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. check if sync succeeded

    Signed-off-by: Marcel Hibbe <[email protected]>
    mahibi committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3451758 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Decrease message limit for retries of message loading

    make it possible to add any amount (up to 100) of messages to UI for initial loading.
    
    add logging
    
    Signed-off-by: Marcel Hibbe <[email protected]>
    mahibi committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a89b8a7 View commit details
    Browse the repository at this point in the history