feat(dioxus): added backend offline error handling, added titles to each page, and now using stylesheet as it removed content preloading before css

This commit is contained in:
2025-05-20 17:18:20 -06:00
parent 0ec9ee66f2
commit bff6a997be
14 changed files with 269 additions and 94 deletions

View File

@ -19,7 +19,9 @@ web = ["dioxus/web"]
desktop = ["dioxus/desktop"]
# The feature that are only required for the mobile = ["dioxus/mobile"] build target should be optional and only enabled in the mobile = ["dioxus/mobile"] feature
mobile = ["dioxus/mobile"]
ssg = ["dioxus/fullstack"]
# "fullstack"
[profile]
[profile.wasm-dev]