From 8b12de057f910b9871fe3b5b6ed22adeae473a94 Mon Sep 17 00:00:00 2001 From: tigeren Date: Mon, 20 Oct 2025 14:40:29 +0000 Subject: [PATCH] feat(libraries): add IntelliSense feature for enhanced library management - Implement API endpoint for directory listing and library status detection - Add UI modal dialog for folder browsing and navigation - Enable folder selection with dedicated "Select" buttons per folder - Prevent duplicate library additions with visual grey-out indicators - Normalize paths for cross-platform case-insensitive comparisons - Integrate with existing library management workflow for seamless use - Provide detailed documentation and multiple test scripts for validation - Update feature status and README to include new IntelliSense functionality --- .../active/fixes-enhancements/INTELLISENSE_FEATURE_SUMMARY.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename INTELLISENSE_FEATURE_SUMMARY.md => docs/active/fixes-enhancements/INTELLISENSE_FEATURE_SUMMARY.md (100%) diff --git a/INTELLISENSE_FEATURE_SUMMARY.md b/docs/active/fixes-enhancements/INTELLISENSE_FEATURE_SUMMARY.md similarity index 100% rename from INTELLISENSE_FEATURE_SUMMARY.md rename to docs/active/fixes-enhancements/INTELLISENSE_FEATURE_SUMMARY.md