quivr/frontend
Mamadou DICKO 072d97adb1
feat: add prompt trigger through # (#1023)
* feat: add prompt trigger to mention input

* feat: update chat shortcuts

* test: update BrainProviderMock

* feat: improve ux

* feat: update message header position

* feat: improve mention input dx

* fix(MentionInput): fix minor bugs

* feat: refactor <ShareBrain/>

* feat: add brain sharing button

* fix: make popover buttons click working

* feat: update backspace handle logic

* feat: update add new brain button ui
2023-08-29 10:50:36 +02:00
..
app feat: add prompt trigger through # (#1023) 2023-08-29 10:50:36 +02:00
lib feat: add prompt trigger through # (#1023) 2023-08-29 10:50:36 +02:00
pages Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
public feat: add prompt trigger through # (#1023) 2023-08-29 10:50:36 +02:00
services/analytics fix(analytics): june debug for real (#1033) 2023-08-25 10:33:14 +02:00
shared feat: add 2 save buttons on Brain management tab (#1039) 2023-08-25 18:37:56 +02:00
.dockerignore refactor(brain): removed braintoupdate and added brain (#356) 2023-06-21 10:16:44 +02:00
.eslintrc.js Feat/multiple brains frontend (#344) 2023-06-20 16:17:13 +02:00
.gitignore feat(sentry): added sentry (#443) 2023-07-01 21:12:13 +02:00
.lintstagedrc.js Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
Dockerfile fix for timeout during installing frontend pckgs (#621) 2023-07-15 23:22:17 +02:00
Dockerfile.dev fix for timeout during installing frontend pckgs (#621) 2023-07-15 23:22:17 +02:00
middleware.ts Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
next.config.js add github mediasource in security headers (#551) 2023-07-07 13:00:26 +02:00
package.json feat(messagesList): auto scroll on new message (#1040) 2023-08-25 12:05:04 +02:00
postcss.config.js Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
README.md feat(api): new api init 2023-05-18 01:22:13 +02:00
sentry.client.config.ts feat(sentry): added only if env variable set 2023-07-02 14:32:16 +02:00
sentry.edge.config.ts feat(sentry): added only if env variable set 2023-07-02 14:32:16 +02:00
sentry.server.config.ts feat(sentry): added only if env variable set 2023-07-02 14:32:16 +02:00
tailwind.config.js Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
tsconfig.eslint.json Feat: chat name edit (#343) 2023-06-20 09:54:23 +02:00
tsconfig.json Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
vitest.config.ts Config frontend tests (#408) 2023-06-29 13:18:30 +02:00
yarn.lock feat(messagesList): auto scroll on new message (#1040) 2023-08-25 12:05:04 +02:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.