From 1198f6f5116efab899e7bff5c961cce120cb3839 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 21 Jul 2026 21:13:37 -0400 Subject: [PATCH] feat(core): port FileBrowser to Vue 3, drop vue-async-computed Replaces the Vue 2-only async computed with an explicit watch + refs, preserving the path/updateIndex re-fetch triggers and the loading flag. --- n-link-core/components/FileBrowser.vue | 94 +++++++++++++------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/n-link-core/components/FileBrowser.vue b/n-link-core/components/FileBrowser.vue index 2977e8f..254f1dc 100644 --- a/n-link-core/components/FileBrowser.vue +++ b/n-link-core/components/FileBrowser.vue @@ -5,7 +5,7 @@
  • {{ part || 'Home' }} - +
  • @@ -26,59 +26,59 @@
    -