-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: add actix support for yew-link #4113
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
2e2dd08
feat: add actix support for yew-link
stifskere fefd7a7
Merge branch 'yewstack:yew-link' into yew-link
stifskere 11bee31
fix: #4113 errors from first commit
stifskere 032699b
fix: #4113 server-side-rendering documentation codeblock type separators
stifskere 2623a6c
docs: #4113 add an example of actix yew_link resolver in the document…
stifskere 11d8ffb
chore: #4113 put services module under feature enabled by any of acti…
stifskere e0ce4f2
chore: #4113 add a test for actix_ssr_router using yew_link
stifskere 686fc3d
docs: #4113 add the example changes to examples/readme.md
stifskere 90a626b
chore: #4113 resolve merge conflict from master to yew-router
stifskere 0b9b59f
Merge remote-tracking branch 'origin/yew-link' into merge-yew-link-in…
Madoshakalaka bccf5d0
fix: bump actix_ssr_router to edition 2024 and fmt
Madoshakalaka 26323c5
ci: update SSR E2E matrix for renamed axum_ssr_router and new actix_s…
Madoshakalaka 423a77e
fix: update e2e tests to import from renamed crates
Madoshakalaka 5990ef8
fix: actix_ssr_router needs CORS and static file serving for e2e
Madoshakalaka 582df96
fix: actix_ssr_router resolver registration and HTML content type
Madoshakalaka 30ec78e
fix: feature soundness, CI, website i18n
Madoshakalaka 81b3e6e
test(website): test native snippets too
Madoshakalaka 93cbfce
fix(yew-link): test snippets
Madoshakalaka 082854c
refactor: extract common ssr example testing code
Madoshakalaka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,3 +8,4 @@ dist/ | |
| *.iml | ||
| /.idea/ | ||
| /.vscode/ | ||
| .nvim.lua | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.