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

WebUI: Restore previously used tab on load #20705

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

Commits on May 6, 2024

  1. WebUI: Move search panel JS to separate file

    This simplifies development as developers can now directly set breakpoints in the browser on search code.
    Piccirello committed May 6, 2024
    Configuration menu
    Copy the full SHA
    432d02d View commit details
    Browse the repository at this point in the history
  2. WebUI: Handle log panel JS not being loaded

    The log panel may be displayed before its JS has loaded, which results in an error. This prevents the error by delaying initialization until the necessary scripts are loaded.
    Piccirello committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4119d15 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    370f7be View commit details
    Browse the repository at this point in the history
  2. WebUI: Reactivate double click event after search completes

    This logic bug prevented the double click handler from being readded to rows once the search completed.
    Piccirello committed May 9, 2024
    Configuration menu
    Copy the full SHA
    89b4c38 View commit details
    Browse the repository at this point in the history