quivr/frontend/lib/hooks
Antoine Dewez b5e2d5ad9c
feat(frontend): Add Brain On Search Page (#2067)
# Description

- Implement Icon Component
- Implement TextButton Component
- Change Add Brain Button And Set it in the Search Page
- Fix Errors When sending empty message
- Change EsLint rules

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2024-01-22 17:37:45 -08:00
..
index.ts feat: streaming for standard brain picking (#385) 2023-06-30 10:10:59 +02:00
useAuthModes.ts feat: make auth mode configurable (#1579) 2023-11-03 14:18:47 +01:00
useAxios.ts feat: allow updating api brain definition (#1682) 2023-11-22 11:15:14 +01:00
useBrainIdFromUrl.ts feat: update brain details page (#1910) 2023-12-18 18:02:34 +01:00
useDevice.ts feat: keep sidebar opened on non mobile devices (#1840) 2023-12-06 17:24:59 +01:00
useDropzone.ts feat(frontend): Add Brain On Search Page (#2067) 2024-01-22 17:37:45 -08:00
useFetch.ts feat: allow updating api brain definition (#1682) 2023-11-22 11:15:14 +01:00
useGravatar.ts feat: responsive sidebar (#1279) 2023-10-02 14:42:23 +02:00
useKnowledgeToFeed.ts feat: finalise steps based brain creation (#1825) 2023-12-06 10:12:03 +01:00
useOnboarding.ts feat: remove onboarding's feature flag (#1501) 2023-10-26 15:41:12 +02:00
useOnboardingTracker.ts feat: track onboarding events (#1388) 2023-10-11 15:56:28 +02:00
useShareBrain.ts fix(brainManagement): fix shared brain access issue (#1641) 2023-11-16 19:57:02 +01:00
useStreamText.ts feat(onboarding): add suggested questions answer (#1390) 2023-10-12 09:39:56 +02:00
useToast.ts Feat/multiple brains frontend (#344) 2023-06-20 16:17:13 +02:00
useUserData.ts feat: allow setting public brain status to private (#1258) 2023-09-26 10:35:52 +02:00