bolt.diy/app/lib/hooks
Stijnus 870bfc58ee
Some checks are pending
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
feat: github fix and ui improvements (#1685)
* feat: Add reusable UI components and fix GitHub repository display

* style: Fix linting issues in UI components

* fix: Add close icon to GitHub Connection Required dialog

* fix: Add CloseButton component to fix white background issue in dialog close icons

* Fix close button styling in dialog components to address ghost white issue in dark mode

* fix: update icon color to tertiary for consistency

The icon color was changed from `text-bolt-elements-icon-info` to `text-bolt-elements-icon-tertiary`

* fix: improve repository selection dialog tab styling for dark mode

- Update tab menu styling to prevent white background in dark mode
- Use explicit color values for better dark/light mode compatibility
- Improve hover and active states for better visual hierarchy
- Remove unused Tabs imports

---------

Co-authored-by: KevIsDev <zennerd404@gmail.com>
2025-05-09 15:23:20 +02:00
..
index.ts refactor(chat): replace useSnapScroll with StickToBottom for smoother scrolling 2025-04-22 21:33:40 +01:00
StickToBottom.tsx refactor(chat): replace useSnapScroll with StickToBottom for smoother scrolling 2025-04-22 21:33:40 +01:00
useConnectionStatus.ts
useDataOperations.ts feat: update connectiontab and datatab security fix (#1614) 2025-04-08 13:06:43 +02:00
useDebugStatus.ts
useEditChatDescription.ts
useFeatures.ts
useGit.ts feat: github fix and ui improvements (#1685) 2025-05-09 15:23:20 +02:00
useIndexedDB.ts feat: bolt dyi datatab (#1570) 2025-03-29 20:43:07 +01:00
useLocalProviders.ts add install ollama models , fixes 2025-01-28 22:57:06 +01:00
useMessageParser.ts feat: make user made changes persistent after reload (#1387) 2025-02-27 13:34:57 +05:30
useNotifications.ts ui fix 2025-01-21 11:55:26 +01:00
usePromptEnhancer.ts
useSearchFilter.ts
useSettings.ts fix: preserve complete provider settings in cookies 2025-02-20 03:27:15 +00:00
useShortcuts.ts refactor: remove debug logging statements 2025-04-30 02:11:54 +01:00
useStickToBottom.tsx refactor(chat): replace useSnapScroll with StickToBottom for smoother scrolling 2025-04-22 21:33:40 +01:00
useSupabaseConnection.ts feat(supabase): add credentials handling for Supabase API keys and URL 2025-03-20 11:17:27 +00:00
useUpdateCheck.ts
useViewport.ts