mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-24 05:55:13 +03:00
f69c64ead1
* feature: responsive navbar * style: nav links hover animatiosn * style: better Input Fields * refactor: use form submit instead of button onclick * feature: loading states * feature: log out confirmation * feature: basic toast * feature: Toast variants * fix: use global toast provider * feature: use toast instead of alert for auth routes * fix(mobile): nav menu close on route change * fix: field dark mode * feature: redirect when login and logout * refactor: group auth routes * refactor: use @/app imports * style: use Field on /upload * fix: forward ref * feature: Multi toast * feature: add toasts to /upload * refactor: new login in auth group * chore: quote * chore(pnpm): removed * feature: toasty animations * fix: build errors and warnings * chore: remove irrelevant comments * fix: use unique ids for toasts --------- Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
54 lines
577 B
Plaintext
54 lines
577 B
Plaintext
secondbrain/
|
|
.env
|
|
.streamlit/secrets.toml
|
|
**/*.pyc
|
|
toto.txt
|
|
*.ipynb
|
|
log.txt
|
|
|
|
|
|
|
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
**/node_modules
|
|
**/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
**/coverage
|
|
|
|
# next.js
|
|
**/.next/
|
|
**/out/
|
|
|
|
# production
|
|
**/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
quivr/*
|
|
streamlit-demo/.streamlit/secrets.toml
|
|
.backend_env
|
|
.frontend_env
|
|
backend/pandoc-*
|
|
**/yarn.lock
|
|
**/.pandoc-*
|