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

HubNet Web, or something... #416

Closed
wants to merge 29 commits into from
Closed

HubNet Web, or something... #416

wants to merge 29 commits into from

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    b82dd25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a943e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53d0abc View commit details
    Browse the repository at this point in the history
  4. Gitignore: Update for Yarn

    TheBizzle committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a2a77db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ce4816 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55bb3ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    140f487 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3af3987 View commit details
    Browse the repository at this point in the history
  9. Bugfix: Fix really annoying timing bug

    This mainly affected HNW, where a session could be launched and then shut down before it was used.  The consequence was that, once you loaded a full session, you would actually have two event loops running with `rAF`, each one pulling events out of `Updater` and preventing the other from receiving and rendering them.
    
    This, of course, would not happen deterministically, so it was tons of fun to figure out what was going on.
    TheBizzle committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    88dca2d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1403c74 View commit details
    Browse the repository at this point in the history
  11. Major/HNW/Feature: Add HNW and HNW Authoring

    Co-authored-by: Christopher Song <chris4728.song2001@gmail.com>
    
    Chris's contributions focused on the HNW UI, especially modal dialogs
    and the dialog box "drawer" (containing the Command Center, etc.)
    TheBizzle committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    dabfcd4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dc8869a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    17bb0f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    53a0ed2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4242588 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b3bec24 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    54deee6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6698fc1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c753cb0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dc72dd5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aca1d0f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8960207 View commit details
    Browse the repository at this point in the history
  23. Temp: Actually use correct whitespace in joiner frames

    It's been a long, long time coming...
    TheBizzle committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2729333 View commit details
    Browse the repository at this point in the history
  24. Temp/Bugfix/UX: Prevent HighCharts from becoming series-less

    It can sometimes cause plots to go blank, when a plot is reset without any series/pens
    
    One example where this can happen is Disease, where all of the plot pens are temporary pens
    TheBizzle committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3a81372 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7c6b773 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1d7d1c4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3c80ed2 View commit details
    Browse the repository at this point in the history
  28. Temp/HNW/Authoring/Feature: Prompt user on page close

    So they don't accidentally lose work
    TheBizzle committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7129fbd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fb83b26 View commit details
    Browse the repository at this point in the history