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

Egui router #24

Merged
merged 23 commits into from
Jun 29, 2024
Merged

Egui router #24

merged 23 commits into from
Jun 29, 2024

Commits on May 14, 2024

  1. Add egui router crate

    lucasmerlin committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c265b75 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    0511cb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bfce1b View commit details
    Browse the repository at this point in the history
  3. Add async route

    lucasmerlin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2c25957 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff328e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd0c68b View commit details
    Browse the repository at this point in the history
  6. Make route take mut self

    lucasmerlin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    63197cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2708dbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d3af03 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a41528e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d0ec09 View commit details
    Browse the repository at this point in the history
  11. Add active_route fn

    lucasmerlin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6d926a8 View commit details
    Browse the repository at this point in the history
  12. Make transition pub

    lucasmerlin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    967cfaa View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

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

Commits on Jun 18, 2024

  1. Make RequestRepaintContext public, impl AsRequestRepaint for it and m…

    …ake request_repaint public
    lucasmerlin committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c62051b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    74af212 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feefd54 View commit details
    Browse the repository at this point in the history
  3. Add redirect route kind

    lucasmerlin committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1f5ae73 View commit details
    Browse the repository at this point in the history
  4. Fix double back

    lucasmerlin committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ce914ef View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Add base_href to router

    lucasmerlin committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    f5107f0 View commit details
    Browse the repository at this point in the history
  2. Add async route support

    lucasmerlin committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    5e9815f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04035f8 View commit details
    Browse the repository at this point in the history
  4. Clippy fixes

    lucasmerlin committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    360093b View commit details
    Browse the repository at this point in the history