Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modularize settings component and use react-hook-form + zod #7

Closed
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
985f249
Start on new sidebar
jaredpalmer Oct 23, 2024
eb31951
Remove unused navbar
jaredpalmer Oct 23, 2024
a825e15
Merge pull request #1 from athrael-soju/jp/new-shadcn-sidebar
athrael-soju Oct 23, 2024
3ff8100
Revert "Jp/new shadcn sidebar"
athrael-soju Oct 23, 2024
2169ae3
Merge pull request #2 from athrael-soju/revert-1-jp/new-shadcn-sidebar
athrael-soju Oct 23, 2024
4414ae8
Merge branch 'vercel:main' into main
athrael-soju Oct 25, 2024
849fb53
Update .gitignore, package.json, and README.md
athrael-soju Oct 28, 2024
bec4a83
Merge pull request #3 from athrael-soju/Use-yarn-and-add-psql-helper-…
athrael-soju Oct 28, 2024
6aa9460
Add React Query and Toaster components; update sidebar state logic
athrael-soju Oct 28, 2024
b0ead82
Merge pull request #4 from athrael-soju/Introduce-the-forge-layout
athrael-soju Oct 28, 2024
479e2c4
Merge branch 'vercel:main' into main
athrael-soju Oct 29, 2024
b7614cf
Merge branch 'main' of github.com:athrael-soju/ai-chatbot
athrael-soju Oct 30, 2024
18597f1
Refactor user authentication flow for improved security
athrael-soju Oct 30, 2024
5de7433
Merge branch 'vercel:main' into main
athrael-soju Oct 30, 2024
2493028
Merge branch 'vercel:main' into main
athrael-soju Oct 31, 2024
abdf335
feat: enable experimental PPR and update Next.js version; enhance loc…
athrael-soju Oct 31, 2024
4d40683
chore: update Next.js and related packages to version 15.0.3-canary.2…
athrael-soju Oct 31, 2024
9c98351
Merge branch 'vercel:main' into main
athrael-soju Nov 1, 2024
90761c7
Merge branch 'vercel:main' into main
athrael-soju Nov 1, 2024
e5a7d89
Merge branch 'vercel:main' into main
athrael-soju Nov 4, 2024
4dbed87
Add configuration and knowledgebase carousels; implement table and di…
athrael-soju Nov 4, 2024
a1320f0
Add search bar, file uploader, file table, and file row components fo…
athrael-soju Nov 4, 2024
b538adc
Merge branch 'vercel:main' into main
athrael-soju Nov 5, 2024
065146c
Merge branch 'main' into add-settings
athrael-soju Nov 5, 2024
00c574b
Merge branch 'vercel:main' into main
athrael-soju Nov 5, 2024
b7e1545
Update Next.js version to 15.0.3-canary.6
athrael-soju Nov 5, 2024
7b4c9c4
Merge branch 'main' into add-settings
athrael-soju Nov 5, 2024
cf6562b
Integrate Zod validation with React Hook Form in configuration settings
athrael-soju Nov 5, 2024
eaa979b
Merge branch 'vercel:main' into main
athrael-soju Nov 5, 2024
9092767
Remove unused components and implement configuration validation and s…
athrael-soju Nov 5, 2024
7dc8bd3
Refactor configuration settings to enhance validation and improve use…
athrael-soju Nov 5, 2024
c675ce9
Enhance configuration settings with improved validation and user expe…
athrael-soju Nov 5, 2024
461e596
Improve knowledgebase pagination and enhance file type display with t…
athrael-soju Nov 5, 2024
a2101c4
Add empty row handling in knowledgebase table for improved pagination…
athrael-soju Nov 5, 2024
22f2754
Increase card width and tooltip display limits in knowledgebase for b…
athrael-soju Nov 5, 2024
577ec03
Enhance empty row rendering in knowledgebase table with animations an…
athrael-soju Nov 5, 2024
c74ad71
Merge branch 'vercel:main' into main
athrael-soju Nov 5, 2024
0e0c941
Merge branch 'vercel:main' into main
athrael-soju Nov 5, 2024
d1a21f4
Merge branch 'vercel:main' into main
athrael-soju Nov 6, 2024
285f628
Merge branch 'vercel:main' into main
athrael-soju Nov 6, 2024
f9d4585
Merge branch 'vercel:main' into main
athrael-soju Nov 6, 2024
99ec55e
Merge branch 'vercel:main' into main
athrael-soju Nov 6, 2024
8a51873
Merge branch 'vercel:main' into main
athrael-soju Nov 6, 2024
703d34a
Merge branch 'vercel:main' into main
athrael-soju Nov 6, 2024
4de266c
Merge branch 'vercel:main' into main
athrael-soju Nov 7, 2024
c96c1b8
Merge branch 'main' into add-settings
athrael-soju Nov 7, 2024
b2e8471
Add Radix UI components and update configuration UI
athrael-soju Nov 7, 2024
6bc7f1e
Merge pull request #6 from athrael-soju/add-settings
athrael-soju Nov 7, 2024
056eeb3
Update validation schema to use min length instead of nonempty for co…
athrael-soju Nov 7, 2024
63a054a
Merge branch 'vercel:main' into main
athrael-soju Nov 8, 2024
c41dd2e
Merge branch 'vercel:main' into main
athrael-soju Nov 8, 2024
9627791
Merge branch 'main' into modularize-settings-components-and-use-react…
athrael-soju Nov 11, 2024
8d9faac
Merge branch 'main' of github.com:athrael-soju/ai-chatbot
athrael-soju Nov 12, 2024
9cbca11
Merge branch 'main' into modularize-settings-components-and-use-react…
athrael-soju Nov 12, 2024
f967702
Merge branch 'vercel:main' into main
athrael-soju Nov 15, 2024
b2ae66f
Refactor settings components to utilize React Hook Form and Zod for i…
athrael-soju Nov 15, 2024
585e604
Merge branch 'main' of github.com:athrael-soju/ai-chatbot
athrael-soju Nov 15, 2024
cf573f3
Add yarn.lock to .gitignore to prevent tracking of lock file
athrael-soju Nov 15, 2024
1cba5fc
Remove yarn.lock from .gitignore and clean up package.json
athrael-soju Nov 15, 2024
b937a50
Add @hookform/resolvers dependency to package.json and update pnpm-lo…
athrael-soju Nov 15, 2024
fa7d32d
Merge branch 'main' of github.com:athrael-soju/ai-chatbot
athrael-soju Nov 15, 2024
e6e579e
Add Speed Insights component and update dependencies
athrael-soju Nov 15, 2024
426c2e6
Refactor imports to use 'type' for type-only imports and update compo…
athrael-soju Nov 15, 2024
45a4222
Merge branch 'main' into modularize-settings-components-and-use-react…
athrael-soju Nov 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'vercel:main' into main
athrael-soju authored Oct 25, 2024
commit 4414ae8d3310e82283ae21de68ba395022f1241a

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.