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

Vanilla JS Refactoring #563

Merged
merged 36 commits into from
Jun 5, 2023
Merged

Vanilla JS Refactoring #563

merged 36 commits into from
Jun 5, 2023

Commits on May 5, 2023

  1. add vite-vanilla-repl-cm6

    felixroos committed May 5, 2023
    Configuration menu
    Copy the full SHA
    1494cc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f069f53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b921c4 View commit details
    Browse the repository at this point in the history
  4. refactor: remove old draw logic

    + pianoroll now uses .onPaint
    felixroos committed May 5, 2023
    Configuration menu
    Copy the full SHA
    9571965 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f4c2f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d96f3f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d35bf95 View commit details
    Browse the repository at this point in the history
  8. prettier

    felixroos committed May 5, 2023
    Configuration menu
    Copy the full SHA
    a6f57bc View commit details
    Browse the repository at this point in the history
  9. add codemirror package

    + use it in vite-vanilla-repl-cm6
    felixroos committed May 5, 2023
    Configuration menu
    Copy the full SHA
    f507590 View commit details
    Browse the repository at this point in the history
  10. lockfile

    felixroos committed May 5, 2023
    Configuration menu
    Copy the full SHA
    e6b66f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    352e647 View commit details
    Browse the repository at this point in the history
  12. fix: codemirror reeval

    felixroos committed May 5, 2023
    Configuration menu
    Copy the full SHA
    b5b0156 View commit details
    Browse the repository at this point in the history
  13. bump codemirror to 0.8.1

    felixroos committed May 5, 2023
    Configuration menu
    Copy the full SHA
    9039600 View commit details
    Browse the repository at this point in the history
  14. move Framer + Drawer to core

    ... from vite-vanilla-repl-cm6
    felixroos committed May 5, 2023
    Configuration menu
    Copy the full SHA
    9807c4b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5b67fcc View commit details
    Browse the repository at this point in the history
  16. + simplify vanilla setup drastically

    + move repl + drawer boilerplate inside StrudelMirror
    felixroos committed May 5, 2023
    Configuration menu
    Copy the full SHA
    9ec7109 View commit details
    Browse the repository at this point in the history
  17. bump codemirror package

    felixroos committed May 5, 2023
    Configuration menu
    Copy the full SHA
    bb71c51 View commit details
    Browse the repository at this point in the history
  18. lockfile

    felixroos committed May 5, 2023
    Configuration menu
    Copy the full SHA
    299275e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b52f65c View commit details
    Browse the repository at this point in the history
  20. revert rename core package

    felixroos committed May 5, 2023
    Configuration menu
    Copy the full SHA
    692fc4e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    308f139 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b27a58d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    3b631cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12228c5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Revert "refactor: remove old draw logic"

    This reverts commit 9571965.
    felixroos committed May 10, 2023
    Configuration menu
    Copy the full SHA
    6e02bf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6089849 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2bfaa6 View commit details
    Browse the repository at this point in the history
  4. bump webaudio package

    felixroos committed May 10, 2023
    Configuration menu
    Copy the full SHA
    1fdb1f0 View commit details
    Browse the repository at this point in the history
  5. bump web pkg dependencies

    felixroos committed May 10, 2023
    Configuration menu
    Copy the full SHA
    db79c05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1de784b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    087f574 View commit details
    Browse the repository at this point in the history
  8. format

    felixroos committed May 10, 2023
    Configuration menu
    Copy the full SHA
    a1ec854 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. bump soundfonts

    felixroos committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0fda83d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d74cc23 View commit details
    Browse the repository at this point in the history
  3. fix: nano-repl

    felixroos committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d93e396 View commit details
    Browse the repository at this point in the history
  4. fix: dupe style.css to Repl.css

    for some reason they were missing after update
    + darken line backgrounds
    + change preview port to keep workbox out of dev server
    felixroos committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d3240a7 View commit details
    Browse the repository at this point in the history