sabaimran
a58b3b4a37
Remove some of the step one suggestions
2024-12-24 10:52:42 -08:00
sabaimran
cf78f426d3
Merge branch 'master' of github.com:khoj-ai/khoj into features/update-home-page
2024-12-24 09:52:06 -08:00
sabaimran
d27d291584
Merge pull request #1015 from khoj-ai/features/clean-up-authenticated-data
...
- De facto, was being assumed everywhere if authenticatedData is null, that it's not logged in. This isn't true because the data can still be loading. Update the hook to send additional states.
- Bonus: Delete model picker code and a slew of unused imports.
2024-12-24 09:51:39 -08:00
sabaimran
cd4cf4f9f6
Merge pull request #1014 from khoj-ai/features/improve-agent-management
...
- Add support for seeing all steps of the agent modification flow via tabs at the top of the modal
- Separate knowledge base & tool selection into two separate parts
2024-12-24 09:50:38 -08:00
sabaimran
3e6ba45cbe
Merge pull request #1013 from khoj-ai/features/use-sidebar
...
Use the [shadcn sidebar](https://ui.shadcn.com/docs/components/sidebar#sidebarmenusub ) across Khoj and standardize how the side panel experience works across the app. This helps us generalize the code better, while re-using the same components.
Deprecates current usage of the chat history side panel, replacing it with the new `appSidebar.tsx` component.
We'll eventually move out the `Manage Files` section and move it into a separate panel dedicated to chat-level controls.
2024-12-24 09:50:09 -08:00
sabaimran
95fdbe13ae
move all conversations button to bottom of side panel
2024-12-23 23:13:19 -08:00
sabaimran
d0256f267e
Fix submit state for form with buttons sticky to button
2024-12-23 23:10:19 -08:00
Debanjum
0d5fc70aa3
Fix colors, title on create agent card
2024-12-23 20:01:56 -08:00
Debanjum
0b91383deb
Make post oauth next url redirect more robust, handle q params better
2024-12-23 17:50:45 -08:00
Debanjum
17f8ba732d
Autofocus on email input box when email sign-in selected on web app
2024-12-23 17:49:41 -08:00
sabaimran
fb111a944b
Use disable_https flag instead of is_in_debug_mode to decide whether to redirect google auth request
2024-12-23 17:23:47 -08:00
sabaimran
3fd0c202ea
Allow better spacing in the agent card and make the buttons sticky
2024-12-23 16:43:50 -08:00
sabaimran
c83709fdd1
Further clean up in home page initial cards experience
2024-12-22 18:11:19 -08:00
sabaimran
4c4f4401b1
Make suggestion cards a little more minimal
2024-12-22 11:54:27 -08:00
sabaimran
90b02b4cfe
Merge branch 'features/clean-up-authenticated-data' of github.com:khoj-ai/khoj into features/update-home-page
2024-12-22 11:26:29 -08:00
sabaimran
798837378f
Improve mobile friendliness and highlight missing necessary data
2024-12-22 11:02:50 -08:00
sabaimran
7032ccf130
Show create agent button when not logged in agents page
2024-12-22 10:01:15 -08:00
sabaimran
0fefbac89f
Improve sidebar experience for not logged in state
2024-12-22 09:58:21 -08:00
sabaimran
60f80548a4
Remove unused span text
2024-12-22 09:21:40 -08:00
sabaimran
9f84f5dcc7
Give more breathing space to the sidebar footer
2024-12-22 09:18:05 -08:00
sabaimran
dc17272f70
Fix some spacing in the nav menu
2024-12-22 09:01:09 -08:00
sabaimran
45da6ec750
Separate the shorthand of each suggestion card from the prefilled text
2024-12-21 20:46:57 -08:00
sabaimran
bf405f50d7
Fix spacing of main content in the settings page
2024-12-21 20:46:21 -08:00
sabaimran
62dd4c55d4
Further improve UX of the suggestion cards
2024-12-21 20:10:54 -08:00
sabaimran
8c9c57e060
Merge branch 'features/clean-up-authenticated-data' of github.com:khoj-ai/khoj into features/update-home-page
2024-12-21 19:32:07 -08:00
sabaimran
8c6b4217ae
Set width of chat layout to 100%
2024-12-21 19:29:37 -08:00
sabaimran
a17cc9db38
Fix handling 403 forbidden error from auth response
2024-12-21 19:19:35 -08:00
sabaimran
95826393e1
Update the home page suggestion cards
...
- Rather than chunky generic cards, make the suggested actions more action oriented, around the problem a user might want to solve. Give them follow-up options. Design still in progress.
2024-12-21 18:57:19 -08:00
Debanjum
8d129c4675
Bump default max prompt size for commercial chat models
2024-12-21 17:31:05 -08:00
Debanjum
37ae48d9cf
Add support for OpenAI o1 model
...
Needed to handle the current API limitations of the o1 model.
Specifically its inability to stream responses
2024-12-21 17:25:32 -08:00
sabaimran
2c7c16d93e
Fix conditional reference to is mobile width hook
2024-12-21 12:48:29 -08:00
sabaimran
e9dae4240e
Clean up all references to authenticatedData
...
- De facto, was being assumed everywhere if authenticatedData is null, that it's not logged in. This isn't true because the data can still be loading. Update the hook to send additional states.
- Bonus: Delete model picker code and a slew of unused imports.
2024-12-21 08:45:43 -08:00
sabaimran
b1c5c5bcc9
Fix path to component library in shadcn sidebar
2024-12-20 15:48:57 -08:00
sabaimran
cc7fd1163f
Use tabs to separate sections in the agent mod form
...
- Add knowledge base as a separate section, apart from tools
- This makes it easier to navigate the different components quickly
2024-12-20 14:41:15 -08:00
sabaimran
078753df30
Add chatwoot to the frame-src CSP
2024-12-20 13:33:48 -08:00
sabaimran
efe812e323
Add componets for tabs in agent page
2024-12-20 13:33:20 -08:00
sabaimran
ba792c02ba
Improve share chat UI for alignment
2024-12-20 12:28:31 -08:00
sabaimran
7770caa793
Add side bar inset to home page. Simplify automations card.
2024-12-20 11:37:23 -08:00
sabaimran
b8a9dcd600
Improve mobile layout with sidebar inset and fix dark mode logo
2024-12-19 23:23:52 -08:00
sabaimran
b1880d9c9d
Add side bar to search page
2024-12-19 22:46:50 -08:00
sabaimran
02c503e966
Further improve mobile layout with side panel
2024-12-19 22:00:32 -08:00
sabaimran
43331f7730
Remove unused css classes
2024-12-19 21:36:35 -08:00
sabaimran
b644bb8628
Further improve mobile friendliness
2024-12-19 21:34:04 -08:00
sabaimran
9d5480d886
Improve mobile friendlinses across chat and home pages.
2024-12-19 20:33:53 -08:00
sabaimran
68af10c805
Use the new shadcn sidebar for khoj nav and actions
...
- Use the sidebar across all pages to quickly navigate through the app, access settings, and go to past chats
- Pending: mobile friendliness
2024-12-19 20:10:03 -08:00
sabaimran
7eb15bf0a9
Update shadcn components
2024-12-19 14:33:36 -08:00
sabaimran
a4aeb9fdf3
Simplify the home page color scheme and overall design
2024-12-19 14:02:53 -08:00
Debanjum
0ae21e5628
Use icons, not text labels, for sidebar nav items on docs website
2024-12-17 20:49:09 -08:00
sabaimran
cafe1b0655
Remove error log line for payload inclusion
2024-12-17 19:48:22 -08:00
Debanjum
1e3f452d15
Handle sharing old conversation publically even if they have no slug
...
New conversation have a slug, but older conversation may not. This
change allows those older conversations to still be shareable by using
a random uuid for constructing their url instead
2024-12-17 19:44:36 -08:00