bolt.diy/app/utils
KevIsDev 7c1c334067 fix: include terminal detachment and cleanup functionality
- Implement detachTerminal method in WorkbenchStore and TerminalStore
- Add getTerminal method to Terminal component for cleanup
- Improve terminal tab management with close functionality
- Add cleanup for terminal processes on unmount
- Remove unused ActionRunner references across components
- Remove unused file-watcher utility
- Add cleanup for streams in chat api endpoint
- Instruct selectStarterTemplate to only use shadcn templates when explicitly asked to.
2025-06-11 15:51:43 +01:00
..
buffer.ts
classNames.ts
constants.ts feat(templates): add Vite Shadcn starter template 2025-04-30 11:37:29 +01:00
debounce.ts UI bug fixes 2025-02-18 14:13:13 +01:00
diff.spec.ts
diff.ts
easings.ts
fileLocks.ts feat: lock files (#1681) 2025-05-08 00:07:32 +02:00
fileUtils.ts feat: make user made changes persistent after reload (#1387) 2025-02-27 13:34:57 +05:30
folderImport.ts fix: issue with alternate message when importing from folder and git (#1216) 2025-01-29 22:16:58 +05:30
formatSize.ts Fix ESLint issues 2025-01-28 11:39:12 +01:00
getLanguageFromExtension.ts fix: fix enhance prompt to stop implementing full project instead of enhancing (#1383) #release 2025-03-01 01:34:35 +05:30
logger.ts fix: updated logger and model caching minor bugfix #release (#895) 2024-12-31 22:47:32 +05:30
markdown.ts feat: add element inspector with chat integration 2025-05-30 13:16:53 +01:00
mobile.ts
os.ts Bug fix for the Keyboard Shortcuts 2025-02-02 15:51:56 +01:00
path.ts big fixes 2025-01-30 17:17:36 +01:00
projectCommands.ts refactor(chat): improve UI layout, artifact handling, and template naming 2025-04-28 14:03:58 +01:00
promises.ts
react.ts
sampler.ts fix: added more controlled rate for code streaming 2024-12-12 03:13:52 +05:30
selectStarterTemplate.ts fix: include terminal detachment and cleanup functionality 2025-06-11 15:51:43 +01:00
shell.ts refactor: move qrCodeStore to lib/stores for better organization 2025-04-18 11:45:14 +01:00
stacktrace.ts feat: catch errors from web container preview and show in actionable alert so user can send them to AI for fixing (#856) 2024-12-25 03:05:44 +05:30
stripIndent.ts
terminal.ts
types.ts refactor: refactored LLM Providers: Adapting Modular Approach (#832) 2024-12-21 11:45:17 +05:30
unreachable.ts