Skip to content

Commit e14c289

Browse files
committed
Refactor: Split FilePane.svelte
1 parent 2da8e6d commit e14c289

5 files changed

Lines changed: 726 additions & 614 deletions

File tree

apps/desktop/coverage-allowlist.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"file-explorer/pane/sorting-handlers.ts": { "reason": "getNewSortOrder tested, rest depends on FilePane refs" },
1818
"file-explorer/selection/FileIcon.svelte": { "reason": "Simple UI component, display only" },
1919
"file-explorer/pane/FilePane.svelte": { "reason": "Tested in integration.test.ts, complex component" },
20+
"file-explorer/pane/MtpConnectionView.svelte": { "reason": "MTP connection UI, depends on Tauri APIs" },
21+
"file-explorer/pane/NetworkMountView.svelte": { "reason": "Network mount UI, depends on Tauri APIs" },
22+
"file-explorer/pane/selection-state.svelte.ts": { "reason": "Reactive selection state, tested via FilePane integration" },
2023
"file-explorer/views/FullList.svelte": {
2124
"reason": "Logic tested in full-list-utils.ts, component mounting heavy"
2225
},

0 commit comments

Comments
 (0)