-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: Detours channel #2908
Merged
Merged
feat: Detours channel #2908
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
firestack
reviewed
Dec 11, 2024
firestack
reviewed
Dec 11, 2024
hannahpurcell
commented
Dec 11, 2024
Co-authored-by: Kayla Firestack <firestack@users.noreply.github.com>
hannahpurcell
changed the base branch from
main
to
hp/move-user-filter-for-drafts
December 11, 2024 19:35
hannahpurcell
changed the base branch from
hp/move-user-filter-for-drafts
to
main
December 11, 2024 19:38
firestack
reviewed
Dec 12, 2024
hannahpurcell
force-pushed
the
hp/skate-detours-channel
branch
2 times, most recently
from
December 19, 2024 22:34
a864baa
to
5af2080
Compare
hannahpurcell
force-pushed
the
hp/skate-detours-channel
branch
from
December 19, 2024 22:39
5af2080
to
2c9023f
Compare
firestack
reviewed
Dec 20, 2024
firestack
reviewed
Dec 20, 2024
Co-authored-by: Kayla Firestack <firestack@users.noreply.github.com>
hannahpurcell
force-pushed
the
hp/skate-detours-channel
branch
from
January 6, 2025 14:12
deaf8ed
to
3a909be
Compare
hannahpurcell
force-pushed
the
hp/skate-detours-channel
branch
from
January 6, 2025 16:45
3a909be
to
18605d4
Compare
Co-authored-by: Kayla Firestack <firestack@users.noreply.github.com>
hannahpurcell
force-pushed
the
hp/skate-detours-channel
branch
from
January 8, 2025 21:15
8a8c7c2
to
ecd135c
Compare
firestack
reviewed
Jan 9, 2025
firestack
reviewed
Jan 9, 2025
firestack
reviewed
Jan 9, 2025
firestack
reviewed
Jan 9, 2025
firestack
requested changes
Jan 9, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Finished review]
firestack
reviewed
Jan 10, 2025
firestack
reviewed
Jan 14, 2025
firestack
approved these changes
Jan 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit, but LGTM 👍🏻
Co-authored-by: Kayla Firestack <firestack@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Asana Ticket: https://app.asana.com/0/1205385723132845/1208600990461875
Depends on:
To try it out, I call
in
routeLadders.tsx
, anduseActiveDetours(socket)
,usePastDetours(socket)
, anduseDraftDetours(socket)
indetourListPage.tsx
.Needs: