From 6a8f3ef1a1d6446ee8a554342dd56b84d93950c1 Mon Sep 17 00:00:00 2001 From: Jin Yi Date: Fri, 13 Mar 2026 11:30:54 +0900 Subject: [PATCH] fix: show download icon alongside file size in missing models dialog (#9850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Fix download icon not appearing when file size is successfully fetched in the missing models dialog. ## Changes - **What**: Restructured the `v-if/v-else-if` chain in `MissingModelsContent.vue` so that file size and download icon render together instead of being mutually exclusive. Previously, a successful file size fetch would prevent the download button from rendering. ## Review Focus The file size span and download/gated-link are now inside a shared `