dioxus/packages
Zan Pan fcbebbbf14
Use tracing::warn! instead of error! when assets not being preloaded (#2251)
* Use `tracing::warn!` instead of `error!` when assets not being preloaded

Currently, it emits a `tracing::error` when assets not being preloaded if the dioxus CLI was not used to build the application. It should be a warning since `cargo` can also build the application successfully.

* add more details to desktop preload warning

---------

Co-authored-by: Evan Almloff <evanalmloff@gmail.com>
2024-04-05 08:33:02 -05:00
..
autofmt Fixes to autofmt, make it more aggressive (#2230) 2024-04-03 15:27:36 -07:00
check update 0.4 doc links to 0.5 2024-03-27 20:42:07 -05:00
cli Release 0.5.2 2024-04-04 18:32:14 -07:00
cli-config Fix Outdated README.md (#2147) 2024-03-26 19:17:02 -07:00
config-macro Check type of launch config (#2125) 2024-03-27 12:08:05 -07:00
core Fix recycling on component callbacks (#2247) 2024-04-04 16:48:06 -07:00
core-macro update 0.4 doc links to 0.5 2024-03-27 20:42:07 -05:00
desktop Use tracing::warn! instead of error! when assets not being preloaded (#2251) 2024-04-05 08:33:02 -05:00
dioxus Fix the mobile feature on the dioxus crate (#2185) 2024-03-29 18:22:41 -07:00
dioxus-lib update 0.4 doc links to 0.5 2024-03-27 20:42:07 -05:00
extension update 0.4 doc links to 0.5 2024-03-27 20:42:07 -05:00
fullstack fix the relative paths issue in the fullstack crates.io build (#2248) 2024-04-04 18:30:14 -07:00
generational-box Fix recycling on component callbacks (#2247) 2024-04-04 16:48:06 -07:00
hooks Fix: requeue events, process events (#2236) 2024-04-04 11:46:31 -07:00
hot-reload Fix Outdated README.md (#2147) 2024-03-26 19:17:02 -07:00
html fix hydration for non-bubbling events (#2234) 2024-04-04 11:46:22 -07:00
html-internal-macro fix hotreloading issues in the CLI 2024-03-12 13:39:42 -07:00
interpreter Use a VecDequeue instead of a vec for bytes (#2246) 2024-04-04 16:29:28 -07:00
liveview update 0.4 doc links to 0.5 2024-03-27 20:42:07 -05:00
mobile update 0.4 doc links to 0.5 2024-03-27 20:42:07 -05:00
playwright-tests Fix: #2095, #1990 2024-03-17 21:14:26 -07:00
router Require every field in router variants to be present in the route in the web history (#2159) 2024-03-27 18:12:35 -07:00
router-macro Fix child fields with the web history (#2172) 2024-03-29 18:23:28 -07:00
rsx Fixes to autofmt, make it more aggressive (#2230) 2024-04-03 15:27:36 -07:00
rsx-rosetta Fixes to autofmt, make it more aggressive (#2230) 2024-04-03 15:27:36 -07:00
server-macro update 0.4 doc links to 0.5 2024-03-27 20:42:07 -05:00
signals re-export generational box error types from the signals crate (#2212) 2024-04-02 10:52:27 -07:00
ssr fix hydration for non-bubbling events (#2234) 2024-04-04 11:46:22 -07:00
web Fix hydration for static text nodes at the root of the template (#2184) 2024-03-29 18:22:55 -07:00