Rename projectFiles.svelte.ts and *ProjectFiles* exports to Folder terminology #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Location
src/lib/features/files/projectFiles.svelte.ts,src/lib/features/files/*Problem
The mechanical cutover from Projects to Folders left
projectFiles.svelte.tsand exports likeloadProjectFiles,projectFilesMap, etc. retaining legacy "Project" terminology.Suggested Fix
Rename the module to
folderFiles.svelte.ts(orfilesState.svelte.ts), rename the exported symbols, and update all importer references across the frontend.