feat: model management - browser and downloads panel#96
Draft
Kosinkadink wants to merge 6 commits intomainfrom
Draft
feat: model management - browser and downloads panel#96Kosinkadink wants to merge 6 commits intomainfrom
Kosinkadink wants to merge 6 commits intomainfrom
Conversation
…download-from-URL Phase 1: Global downloads drawer - DownloadsDrawer slides out from sidebar, accessible from any view - Sidebar badge toggles drawer; dedicated download icon when active - Removed embedded DownloadsPanel from ModelsView Phase 2: Model file browser - ModelBrowser with folder-type sidebar and searchable file list - Backend IPC handlers to scan modelsDirs for model files - Tab switcher in ModelsView (Directories / Browse) Phase 3: Download from URL - DownloadModelDialog modal with URL, filename, and folder selection - launcher-start-download IPC handler reusing existing download infra Amp-Thread-ID: https://ampcode.com/threads/T-019cae16-0b12-758d-8211-9a8205b88929 Co-authored-by: Amp <amp@ampcode.com>
- Disable Download Model button (needs further iteration) - Use raw folder names instead of aliases in sidebar - Fix open-folder button by adding fullPath to ModelFileInfo - Move filter tabs below title instead of toolbar right side - Fix folder icon shrinking on long names (flex-shrink: 0) - Widen model folder sidebar from 180px to 220px Amp-Thread-ID: https://ampcode.com/threads/T-019cae16-0b12-758d-8211-9a8205b88929 Co-authored-by: Amp <amp@ampcode.com>
Remove the global DownloadsDrawer from App.vue sidebar and restore DownloadsPanel inline in ModelsView under the Directories tab. Amp-Thread-ID: https://ampcode.com/threads/T-019cae16-0b12-758d-8211-9a8205b88929 Co-authored-by: Amp <amp@ampcode.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds model management features to the Models view:
Model Browser (Browse tab)
Downloads Panel (Directories tab)
Download from URL (disabled)
Other
Status: WIP — Browse tab and Downloads panel are functional. Download-from-URL is disabled. Further iteration needed.