Refactor InstalledScriptsTab for code style consistency
Updated InstalledScriptsTab.tsx to use double quotes and consistent formatting throughout the file. Improved type annotations, code readability, and standardized state initialization and mutation usage. No functional changes were made; this is a style and maintainability refactor.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -398,7 +398,6 @@ export class GitHubJsonService {
|
|||||||
const filesToSync: GitHubFile[] = [];
|
const filesToSync: GitHubFile[] = [];
|
||||||
|
|
||||||
for (const ghFile of githubFiles) {
|
for (const ghFile of githubFiles) {
|
||||||
const slug = ghFile.name.replace('.json', '');
|
|
||||||
const localFilePath = join(this.localJsonDirectory!, ghFile.name);
|
const localFilePath = join(this.localJsonDirectory!, ghFile.name);
|
||||||
|
|
||||||
let needsSync = false;
|
let needsSync = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user