Conversation
Changed minimum inner size of the window from 800x600 to 640x360.
Lampadina17
left a comment
There was a problem hiding this comment.
I added support for low resolution display and corrected my typo
|
Thanks for the contribution! A couple of notes: Branch targetPRs should target Small screen supportWe've been thinking about better support for small screens, but the approach will likely be different from resizing the current desktop UI. Tauri relies on WebKitGTK which is too heavy for single-board computers like Raspberry Pi — the renderer alone can consume more RAM than the app, and GPU acceleration on ARM/Mesa is inconsistent. New layouts for smaller screens are on the roadmap. For devices like RPi, the better path is a lightweight client that connects to QBZ's existing Remote Control API (REST + SSE + WebSocket) rather than running the full desktop app. This way the heavy lifting stays on the desktop and the small device just needs a browser. |
My edits involve scaling and minimum window size, the edits are working as expected and looks good