You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There’re numbers of code sanity alert on my vscode about that code. The util and css does not align with the common pattern in Development Mode. There’re repetetitive uses of Api, which can be re-designed to merge logic into a class.
Steps to Fix:
Code Sanity Alerts:
Identify and address code sanity alerts, such as formatting or linting issues reported by VSCode.
Utility Functions and CSS Alignment:
Repetitive API Usage
Development Mode Alignment:
Ensure utility functions, CSS, and overall code structure align with expected patterns in Development Mode.
The WorkspaceSelector.ts need a comeplete rework, also better to seperate out the frontend code with backend. FileTree/Util/util.tsx need some thought.
FileSelector.ts
The text was updated successfully, but these errors were encountered:
The issue
There’re numbers of code sanity alert on my vscode about that code. The util and css does not align with the common pattern in Development Mode. There’re repetetitive uses of Api, which can be re-designed to merge logic into a class.
Steps to Fix:
The
WorkspaceSelector.ts
need a comeplete rework, also better to seperate out the frontend code with backend. FileTree/Util/util.tsx need some thought.FileSelector.ts
The text was updated successfully, but these errors were encountered: