DioxusLabs / DioxusLabs/dioxus
Constant blinking screen when building for desktop
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
## Feature Request
Hi!
When building with an LLM for desktop, instead of just reloading the content the full windows restart.
For every single feature I add and llm save file there's a full reload cycle.
It's thousand of blinking windows at the end of a session.
The more complex the feature is the most it consume CPU and instant blink without even navigate.
## Implement Suggestion
Reload on the content of the window frame and if possible debounce and offer a control to avoid useless rebuild.
Thanks
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the repeated full-window reload while building a desktop app and observe which build or reload entry point triggers it. Compare the requested content-only refresh with the current behavior, then define done as avoiding unnecessary full-window restarts, reducing blinking and CPU use, and providing the requested debounce or control if feasible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100