sabaimran
acf1c14122
Release Khoj version 1.20.3
2024-08-09 18:11:11 +05:30
sabaimran
7d3a25f8c0
Handle processing case for the schedule leader process lock when it's empty
2024-08-09 16:37:06 +05:30
sabaimran
faf3584acd
Fix automations edit button
2024-08-09 14:21:11 +05:30
sabaimran
5ef198a5b2
Improve default background color styling for inputs
2024-08-08 18:08:05 +05:30
sabaimran
c08b9e89f0
Update test_db_lock with new function name
2024-08-08 13:03:01 +05:30
sabaimran
64b2073e63
In the time-based job for managing the schedule leader, and logic to create a new lock when the current one is expired.
2024-08-08 12:42:59 +05:30
sabaimran
7ee0d9067d
Fix apostrophe issue in copy text when commandempty in settings page
2024-08-08 11:41:10 +05:30
sabaimran
f28693c8c7
create a useismobilewidth method for standardized mobile view detection.
2024-08-07 21:04:44 +05:30
sabaimran
2943bed5d4
Update category colors
2024-08-07 18:51:31 +05:30
sabaimran
37afa3411f
Improve the file upload experience in the settings page
2024-08-07 18:51:20 +05:30
sabaimran
1ee21f5150
Add support for showing files outside of conversation view and linking people to manage files in settings
2024-08-07 18:50:53 +05:30
sabaimran
93f4ceabc1
Add drag/drop file upload support to the chat input area
2024-08-07 18:50:19 +05:30
sabaimran
370ebdee24
Standardized the mobile width calculation
2024-08-07 18:49:06 +05:30
sabaimran
52fed6023f
Overlay the side panel on top of other content
2024-08-07 18:46:06 +05:30
sabaimran
09b71846be
Remove favicon.ico as it's interfering with favicon rendering in the home page
2024-08-07 11:53:25 +05:30
Debanjum Singh Solanky
167ef000f4
Fix chat API for non-streaming mode json response
2024-08-06 19:27:54 +05:30
sabaimran
00ee4c2697
Release Khoj version 1.20.2
2024-08-06 16:16:33 +05:30
sabaimran
d4a8ff0683
Support workflow dispatch events for running the pypi.yml job
2024-08-06 15:55:39 +05:30
sabaimran
ccccb8e7e6
Just ignore the static directory outputting by django's static collection
2024-08-06 15:51:54 +05:30
sabaimran
c4be3b43e5
Add the compiled folder to the list of directories to look through for static templates
2024-08-06 14:50:44 +05:30
sabaimran
265d2a79be
Remove duplicate assets from being included in the pypi output
2024-08-06 13:51:37 +05:30
sabaimran
24d0fdb262
Fix directory referenceds in pypi.yml configuration for compiled folder
2024-08-06 13:38:34 +05:30
sabaimran
23b1b36f8c
Fix directory referenceds in pypi.yml configuration for compiled folder
2024-08-06 13:31:42 +05:30
sabaimran
81c75e1024
Fix static file folder path for the pypi build
...
- Since the .gitignore will ignore any of the assets in the src/ folder when building the package wheel, we need to output the static assets to another folder just for the python pypi package. Use /compiled for this.
2024-08-06 13:24:26 +05:30
sabaimran
694f551625
Fix mkdir step when copying generated files
2024-08-06 10:17:56 +05:30
sabaimran
7607abc726
Release Khoj version 1.20.1
2024-08-06 10:05:41 +05:30
sabaimran
e9f9d92989
Try to manually copy the built files into where the src directory should be for the pypi build
2024-08-06 10:05:06 +05:30
Debanjum
c23688e2de
Fixes and Improvements Post Spring UX Release ( #880 )
...
- Auto focus on email input on login screen for smoother login experience
- Use file icon associated with search page results. Improve search bar
- Show logged in user's email in nav menu for context
- Use previous icons with eyes for search, agents and automations items in nav menu
2024-08-05 14:32:31 -07:00
Debanjum Singh Solanky
a4388c5e65
Use custom Khoj Icons for Search, Agents & Automation in Nav Menu
...
- Update agents, automations, search svg icons
2024-08-06 02:55:29 +05:30
sabaimran
e9d6899fc2
Change the way the export is created for the pypi package in order to transfer static files out of the tmp shell
2024-08-05 22:46:54 +05:30
sabaimran
b17577c138
Fix configuration for default voice model settings
2024-08-05 19:57:21 +05:30
Debanjum Singh Solanky
ec106d743d
Use file icon associated with search page results. Improve search bar
2024-08-05 19:24:39 +05:30
Debanjum Singh Solanky
4258392fc7
Auto focus on email input on login screen for smoother login experience
2024-08-05 19:24:16 +05:30
Debanjum Singh Solanky
020a956c89
Show user email address on settings menu for logged in account context
2024-08-05 19:19:47 +05:30
sabaimran
998d08f155
Fix logic for deletion to automatically re-render the side pane
2024-08-05 18:07:20 +05:30
sabaimran
20d95dc45e
Add the favicon.ico file to the public directory of app.khoj.dev
2024-08-05 18:04:03 +05:30
sabaimran
1eab6c8590
Add additional icons for agents, pencil line and chalkboard
2024-08-05 17:23:29 +05:30
sabaimran
bafda233e2
Add standlone khoj_domain for allowed_hosts
2024-08-05 17:11:37 +05:30
Debanjum Singh Solanky
e412ed3bcb
Release Khoj version 1.20.0
2024-08-05 16:25:21 +05:30
Debanjum Singh Solanky
9f785dbafe
Format web app package.json using prettier
2024-08-05 16:23:31 +05:30
Debanjum Singh Solanky
7d3a208f8b
Update bump version script to bump new next.js web app version too
2024-08-05 16:20:47 +05:30
sabaimran
2a63439b16
Merge pull request #879 from khoj-ai/features/migrate-to-spring-ui
...
Migrate all existing pages except login to the new spring ui
2024-08-05 03:45:02 -07:00
sabaimran
b7ed32f455
Merge branch 'master' of github.com:khoj-ai/khoj into features/migrate-to-spring-ui
2024-08-05 16:12:46 +05:30
sabaimran
7e6b611a19
Fix typo for Obsidian
2024-08-05 15:55:06 +05:30
sabaimran
34d54c75f7
Lint new changes again
2024-08-05 15:54:50 +05:30
Debanjum Singh Solanky
7cb14ff07a
Add dev setup script. Run prettier on web app pre-commit
2024-08-05 15:49:31 +05:30
sabaimran
91047d1619
Use a png for the windows desktop icon
2024-08-05 15:29:30 +05:30
sabaimran
1151d14466
Add a separate windows object in the todesktop configuration
2024-08-05 14:27:56 +05:30
sabaimran
c56072aa7b
Update todesktop runtime and use the icns file for the todesktop configuration
2024-08-05 14:19:38 +05:30
sabaimran
484b0aa96b
Use the newer, simpler favicon across desktop and documentation. Update the macos icon set
2024-08-05 14:06:04 +05:30