From f66f9c713d68b304df68b107189abffd6d0b95d2 Mon Sep 17 00:00:00 2001 From: chaxus Date: Sat, 11 Jul 2026 00:48:27 +0800 Subject: [PATCH] feat(preview): upgrade to ranui/ranuts 0.2 with builder, a11y & responsive UI Upgrade ranui 0.1.10-alpha-27 -> 0.2.0-alpha.1 and ranuts 0.1.0-alpha-23 -> 0.2.0-alpha.0, then modernize the preview component around the new APIs: - Rebuild all DOM construction with ranui's builder (ButtonBuilder/Div/View/ Style) instead of manual createElement/setAttribute. - Replace the hand-rolled spinner/text with r-loading + r-progress (real download percentage). - Accessibility: dialog semantics (role=dialog, aria-modal), native