UI fixes for path issues in project name, adjusted some UI styling inconsistencies as well.

This commit is contained in:
trueheads
2025-12-10 17:23:56 -06:00
parent 9f6fb7b30a
commit 9954563581
5 changed files with 353 additions and 105 deletions

View File

@@ -172,6 +172,7 @@ export interface ElectronAPI {
git?: GitAPI;
suggestions?: SuggestionsAPI;
specRegeneration?: SpecRegenerationAPI;
autoMode?: AutoModeAPI;
setup?: {
getClaudeStatus: () => Promise<{
success: boolean;