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

Fix address warnings on kernel initialized dispatch #205

Commits on Jun 28, 2023

  1. fix: autorouting should pick up modules that only define routes

    Instead of having a Page component, we should also just allow a user
    to define a set of routes.
    This is what we need for the /apps/scrolling example.
    maartenbreddels committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2278600 View commit details
    Browse the repository at this point in the history
  2. fix: hot reload was too aggresive (widgetti#179)

    * test: enable reload tests
    
    * fix: do not reload modules that are not under the app directory
    
    Fixes widgetti#177
    Fixes widgetti#148
    
    * clean up code
    
    * __file__ can be None
    
    * call clear from the test code
    
    * move to subdir so we do not reload the test modules
    maartenbreddels authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1fc685a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    ee22ef8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2546e41 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    1957bcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ffe241 View commit details
    Browse the repository at this point in the history
  3. pass cls

    maartenbreddels committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    fc6e626 View commit details
    Browse the repository at this point in the history
  4. fix: ignore typing

    maartenbreddels committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e728eee View commit details
    Browse the repository at this point in the history
  5. pass cls

    maartenbreddels committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    43e6a05 View commit details
    Browse the repository at this point in the history
  6. fix: ignore typing

    maartenbreddels committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4fd0db0 View commit details
    Browse the repository at this point in the history