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

Fetch upstream #1

Open
wants to merge 846 commits into
base: master
Choose a base branch
from
Open

Conversation

superchris
Copy link
Member

No description provided.

moogle19 and others added 30 commits September 28, 2022 15:36
* Don't set href to # with non-get methods

* Clean up strings in test
* Add intersperse component
`intersperse/1` was missing `@doc type: :component`, so it's showing up under the `Funtions` section instead of `Components`.
…g` with other loading states (#2263)

* Include note about `phx-page-loading` near form *-loading docs

* Use <.link> instead of live_patch/redirect in js-interop guide.
chrismccord and others added 28 commits February 15, 2023 13:01
Co-authored-by: Rick Littel <[email protected]>
Co-authored-by: José Valim <[email protected]>
This commit moves the logic that identifies the HTML tags, LV components,
slots to Tokenizer.
This PR allows the Tokenizer to receive a custom tag handler. 

By default (used by Phoenix Live View templates) it uses Phoenix.Live.HTMLEngine
but in case you want to use a different template, now you can implement 
your own Engine that implements `Phoenix.LiveView.TagEngine` callbacks.

---------

Co-authored-by: José Valim <[email protected]>
Remove an unused/non-existing module from html_engine_test.
@chrismccord chrismccord deleted the branch launchscout:master March 2, 2023 14:44
@chrismccord chrismccord deleted the master branch March 2, 2023 14:44
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.