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

chat search -- quick proof of concept #7935

Merged
merged 9 commits into from
Oct 13, 2024
Merged

chat search -- quick proof of concept #7935

merged 9 commits into from
Oct 13, 2024

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    9673e17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46b1124 View commit details
    Browse the repository at this point in the history
  3. chat: rewrite getSortedDates / isThread to be vastly more efficient a…

    …nd scalable
    
    - this was easy (with coffee) and an obvious todo.
    williamstein committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    3326d7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e8a70b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a5864a View commit details
    Browse the repository at this point in the history
  6. chat: fix performance issue rendering chatroom first time if any mess…

    …ages hidden; maxHeight threads
    
    - if any message hidden would try to scroll to non-existent message,
      causing performance issue, so large rooom would appear blank for
      noticeable time.
    williamstein committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    6bc4f14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    881dff9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a30b3e View commit details
    Browse the repository at this point in the history
  9. chat: automatically update search index when messages change

    - it's so fast, even for ~1000 messages, let's just automate it.
    williamstein committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    ea040b3 View commit details
    Browse the repository at this point in the history