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

Workaround for slow search index refreshing & more #584

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Jan 21, 2024

  1. Alternating between ascending and descending order

    Works around Discord taking too long to reload the search page. It sorts messages from start to end while the end to start page is loading so there is no time wasted waiting for pages to load.
    ImNotIcon committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    ff32d87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483cb4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1757e59 View commit details
    Browse the repository at this point in the history
  4. Added rate limit prevention

    ImNotIcon committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    6e7235b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f76281 View commit details
    Browse the repository at this point in the history
  6. Workaround for timer throttling

    Browsers throttle the JS timers when on another tab, therefore leading to delays being longer than they are supposed to
    ImNotIcon committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    c2324c1 View commit details
    Browse the repository at this point in the history
  7. Added option for trimming the log

    For larger operations with a lot of messages, the tab starts lagging after a couple thousand are deleted
    ImNotIcon committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    53ac50d View commit details
    Browse the repository at this point in the history
  8. Minor UI fix

    ImNotIcon committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    a0ef374 View commit details
    Browse the repository at this point in the history
  9. Fixes to pass code factor

    ImNotIcon committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    920e078 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    f765db5 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    db69f9f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    208e39a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd91fc7 View commit details
    Browse the repository at this point in the history