Rename projectFiles.svelte.ts and *ProjectFiles* exports to Folder terminology #8

Open
opened 2026-09-02 02:35:45 -04:00 by toph · 0 comments
Owner

Location

src/lib/features/files/projectFiles.svelte.ts, src/lib/features/files/*

Problem

The mechanical cutover from Projects to Folders left projectFiles.svelte.ts and exports like loadProjectFiles, projectFilesMap, etc. retaining legacy "Project" terminology.

Suggested Fix

Rename the module to folderFiles.svelte.ts (or filesState.svelte.ts), rename the exported symbols, and update all importer references across the frontend.

### Location `src/lib/features/files/projectFiles.svelte.ts`, `src/lib/features/files/*` ### Problem The mechanical cutover from Projects to Folders left `projectFiles.svelte.ts` and exports like `loadProjectFiles`, `projectFilesMap`, etc. retaining legacy "Project" terminology. ### Suggested Fix Rename the module to `folderFiles.svelte.ts` (or `filesState.svelte.ts`), rename the exported symbols, and update all importer references across the frontend.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
toph/Sworm#8
No description provided.