dioxus/packages
Seungwoo Kang 31780b3ede
liveview: Add `interpreter_glue_relative_uri (#1481)
* liveview: Add `interpreter_glue_relative_uri`

By utilizing `window.location.host` in the client-side JavaScript, we can easily derive the WebSocket URI from a relative path URI. This approach obviates the need for host address retrieval on the server side, unlike the method of serving glue code in liveview using `interpreter_glue`.

* liveview: Merge `.._relative_url` functionality

- Merged `.._relative_url` to current API `interpreter_glue`.
- Edit axum example to work with new feature.

* liveview: Fix clippy warning
2023-09-26 16:35:17 -05:00
..
autofmt fix: Update doc links from v3 to v4 2023-09-16 19:03:27 +02:00
check fix: Update doc links from v3 to v4 2023-09-16 19:03:27 +02:00
cli Fix #1367 (#1471) 2023-09-18 18:51:04 -05:00
core fix core exports 2023-09-17 20:03:58 -05:00
core-macro fix: Update doc links from v3 to v4 2023-09-16 19:03:27 +02:00
desktop restore the tray feature in the desktop crate (#1475) 2023-09-19 16:48:01 -05:00
dioxus fix: Update doc links from v3 to v4 2023-09-16 19:03:27 +02:00
dioxus-tui fix: Update doc links from v3 to v4 2023-09-16 19:03:27 +02:00
extension Bump crate versions, fix any publish errors 2023-07-31 18:49:54 -07:00
fermi switch to tracing for logging 2023-09-06 17:47:33 -05:00
fullstack Fix #1367 (#1471) 2023-09-18 18:51:04 -05:00
generational-box create some more compelling examples 2023-08-07 18:20:03 -07:00
hooks partial ord impl (#1473) 2023-09-18 19:50:57 -05:00
hot-reload fix: Update doc links from v3 to v4 2023-09-16 19:03:27 +02:00
html fix: Update doc links from v3 to v4 2023-09-16 19:03:27 +02:00
interpreter Merge pull request #1322 from ealmloff/fix-text-node-target-events 2023-09-16 11:57:33 -07:00
liveview liveview: Add `interpreter_glue_relative_uri (#1481) 2023-09-26 16:35:17 -05:00
mobile fix: Update doc links from v3 to v4 2023-09-16 19:03:27 +02:00
native-core Add ScopeId::ROOT (#1398) 2023-08-25 08:31:23 -05:00
native-core-macro fix: Update doc links from v3 to v4 2023-09-16 19:03:27 +02:00
rink Bump crate versions, fix any publish errors 2023-07-31 18:49:54 -07:00
router Merge pull request #1324 from ealmloff/bool-attrs-ssr 2023-09-16 12:01:52 -07:00
router-macro Merge pull request #1298 from ealmloff/fix-spread-routes 2023-09-16 11:56:54 -07:00
rsx fix: Update doc links from v3 to v4 2023-09-16 19:03:27 +02:00
rsx-rosetta fix: Update doc links from v3 to v4 2023-09-16 19:03:27 +02:00
server-macro fix: Update server function docs link (#1489) 2023-09-25 08:31:35 -05:00
signals Merge pull request #1386 from ealmloff/fix-new-signals-in-effects 2023-09-16 11:56:40 -07:00
ssr Merge pull request #1324 from ealmloff/bool-attrs-ssr 2023-09-16 12:01:52 -07:00
web fix: Update doc links from v3 to v4 2023-09-16 19:03:27 +02:00