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

more work on vanilla repl: repl web component + package + MicroRepl #866

Merged
merged 35 commits into from
Dec 25, 2023

Commits on Dec 15, 2023

  1. strudel web component

    felixroos committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d4afbc6 View commit details
    Browse the repository at this point in the history
  2. move repl web component to new repl package

    + use it in /vanilla + /vanilla/mini
    felixroos committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    f0c3d38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6b1e13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46bfd74 View commit details
    Browse the repository at this point in the history
  5. fix: rollup warning

    felixroos committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2cec7bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf44563 View commit details
    Browse the repository at this point in the history
  7. bump repl to 0.9.1

    felixroos committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9872a89 View commit details
    Browse the repository at this point in the history
  8. remove onReady callback

    + use strudelTheme as default
    felixroos committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    be1e5a7 View commit details
    Browse the repository at this point in the history
  9. better theme style handling

    felixroos committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    034df01 View commit details
    Browse the repository at this point in the history
  10. bump repl to 0.9.2

    felixroos committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    1293270 View commit details
    Browse the repository at this point in the history
  11. fix: process is not defined

    felixroos committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    505ad17 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9fac2c3 View commit details
    Browse the repository at this point in the history
  13. bump repl to 0.9.3

    felixroos committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9b58cf9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    372e93e View commit details
    Browse the repository at this point in the history
  15. more code in example

    felixroos committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    8e35079 View commit details
    Browse the repository at this point in the history
  16. MicroRepl poc

    felixroos committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    93e8186 View commit details
    Browse the repository at this point in the history
  17. cleanup

    felixroos committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b5edcde View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9c13f6b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    89c0604 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    20e8a30 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    48e06bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc03483 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fcd9d8 View commit details
    Browse the repository at this point in the history
  4. add autodraw flag

    felixroos committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    c29d032 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53d6ef0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40f3212 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    592e54a View commit details
    Browse the repository at this point in the history
  2. settings sync

    felixroos committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    1cdb596 View commit details
    Browse the repository at this point in the history
  3. fix: boolean settings

    felixroos committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    b462f19 View commit details
    Browse the repository at this point in the history
  4. remove web component attribute support

    + settings are now controlled via nanostore
    felixroos committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    9519d28 View commit details
    Browse the repository at this point in the history
  5. microrepl: ssr static code

    felixroos committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    e17df79 View commit details
    Browse the repository at this point in the history
  6. fix: first frame

    felixroos committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    ed8f5bf View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    e8e8f88 View commit details
    Browse the repository at this point in the history
  2. fix: add .piano function

    felixroos committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    0ed615a View commit details
    Browse the repository at this point in the history
  3. remove redundant test pages

    felixroos committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    de4460a View commit details
    Browse the repository at this point in the history