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

Pinned Channels #2811

Merged
merged 20 commits into from Aug 16, 2022
Merged

Pinned Channels #2811

merged 20 commits into from Aug 16, 2022

Commits on Aug 4, 2022

  1. Switch to pinned channels.

    futursolo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    5bf1ae8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    fb2603e View commit details
    Browse the repository at this point in the history
  2. Fix tests.

    futursolo committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    892b759 View commit details
    Browse the repository at this point in the history
  3. Remove unused SendError.

    futursolo committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    29a46bd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Merge branch 'master' into pinned-channels

    # Conflicts:
    #	packages/yew/src/virtual_dom/vlist.rs
    futursolo committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    20fc4a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

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

Commits on Aug 12, 2022

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

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    ec96101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83331d1 View commit details
    Browse the repository at this point in the history
  3. Removed unused fmt module.

    futursolo committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    e92a2fa View commit details
    Browse the repository at this point in the history
  4. Update docs.

    futursolo committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    3fcce34 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    fb5b501 View commit details
    Browse the repository at this point in the history
  2. Adjust oneshot as well.

    futursolo committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    4a64d9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f93c7f7 View commit details
    Browse the repository at this point in the history
  4. Fix workflow temporarily.

    futursolo committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    24bbea2 View commit details
    Browse the repository at this point in the history
  5. Cell or UnsafeCell?

    futursolo committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    a8ee1c0 View commit details
    Browse the repository at this point in the history
  6. Update safety notice.

    futursolo committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    6309a9a View commit details
    Browse the repository at this point in the history
  7. Should be sync.

    futursolo committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    0328976 View commit details
    Browse the repository at this point in the history
  8. Actually should be both.

    futursolo committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    177c6cb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Update packages/yew/src/platform/pinned/mpsc.rs

    Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com>
    futursolo and hamza1311 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1e73fb4 View commit details
    Browse the repository at this point in the history