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

Refactor chat store logic into dedicated React contexts #3725

Merged
merged 51 commits into from
Apr 16, 2024

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    0085489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b56a2f2 View commit details
    Browse the repository at this point in the history
  3. Introduce useChat hook

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d0aa416 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8acc5f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85af152 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f18cb3a View commit details
    Browse the repository at this point in the history
  7. Clean up a little

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0ce068c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e328e99 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7c8f96 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3503eae View commit details
    Browse the repository at this point in the history
  11. Minor clean up

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5b6d6a6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c844166 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7ba6bfa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    57b3066 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    06bfeb9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3159c67 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    32d6099 View commit details
    Browse the repository at this point in the history
  18. Refactor handling links

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1152b8f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6498dc3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    86ee974 View commit details
    Browse the repository at this point in the history
  21. Refactor modifyGroup

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3bac3e2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d4de50e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ced972a View commit details
    Browse the repository at this point in the history
  24. Use more backend methods

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e7ebb32 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a25b276 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a46751a View commit details
    Browse the repository at this point in the history
  27. Remove ChatStore

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    41e26fd View commit details
    Browse the repository at this point in the history
  28. Subscribe to chat changes

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    09873c0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    13ec8da View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    41c3bd9 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3e0a642 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    262a583 View commit details
    Browse the repository at this point in the history
  33. Add CHANGELOG.md

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    92e077e View commit details
    Browse the repository at this point in the history
  34. Remove console.log

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    828fd78 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    bc77345 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    7242458 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    12b1cef View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    23a79b9 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    67a8ff2 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    937d4d1 View commit details
    Browse the repository at this point in the history
  41. Minor clean up

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9c1449a View commit details
    Browse the repository at this point in the history
  42. Another minor clean up

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1ba2e34 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    6698b1c View commit details
    Browse the repository at this point in the history
  44. Use screen from context

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    eb54d02 View commit details
    Browse the repository at this point in the history
  45. Rename to ChatContextValue

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a5a7aad View commit details
    Browse the repository at this point in the history
  46. Correct comment

    Co-authored-by: Simon Laux <Simon-Laux@users.noreply.github.com>
    adzialocha and Simon-Laux committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5bbae7e View commit details
    Browse the repository at this point in the history
  47. Remove empty file

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4a0a2cb View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    713c74c View commit details
    Browse the repository at this point in the history
  49. Fix name of context value

    adzialocha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e2d3663 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    8ebb269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d94bf2 View commit details
    Browse the repository at this point in the history