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

Restore Halogen recipes #306

Merged
merged 11 commits into from
Aug 21, 2023
Merged

Restore Halogen recipes #306

merged 11 commits into from
Aug 21, 2023

Conversation

pete-murphy
Copy link
Collaborator

@pete-murphy pete-murphy commented Aug 20, 2023

Fixes #203

Restoring some broken Halogen recipes. The DriverWebSocketsHalogenHooks is adapted from the work in this PR purescript-halogen/purescript-halogen#804, consolidated to a single component to be TryPureScript-friendly, and using the -hooks version of the component from the original recipe. Aside from that, the other recipes were fixed by just following the guidance of the changelog https://github.com/purescript-halogen/purescript-halogen/blob/master/docs/changelog/v6.md.

Also made an unrelated change to fix the naming of a function in one of the DogImages recipes (randomCatGifrandomDogImage) 42d3448

@pete-murphy pete-murphy force-pushed the pm/restore-halogen-recipes branch 2 times, most recently from 2088ecc to 88bb42b Compare August 21, 2023 01:44
@pete-murphy pete-murphy marked this pull request as ready for review August 21, 2023 11:52
@@ -0,0 +1,5 @@
"use strict";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get rid of 'use strict' here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, it's not needed 👍

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JordanMartinez JordanMartinez merged commit d6256a7 into master Aug 21, 2023
1 check passed
@JordanMartinez JordanMartinez deleted the pm/restore-halogen-recipes branch August 21, 2023 15:56
@JordanMartinez
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix DriverWebSocketsHalogenHooks in TPS
2 participants