Commit Graph

378 Commits

Author SHA1 Message Date
GitHub Action
514b9cdc6d Deploy landing site to docs folder 2025-08-29 19:36:27 +00:00
rishikanthc
e5dad61d6c fix project site
Signed-off-by: rishikanthc <rishikanthc@gmail.com>

Signed-off-by: rishikanthc <rishikanthc@gmail.com>
2025-08-29 12:36:00 -07:00
rishikanthc
5aff57f3b8 fix asset paths for docs subdirectories
- Update GitHub Actions to fix relative paths in docs/*.html files
- This should resolve 404 errors on docs pages by fixing asset references
- Docs pages now use ../assets/ instead of /assets/ for proper loading
2025-08-29 12:25:52 -07:00
GitHub Action
db0619f142 Deploy landing site to docs folder 2025-08-29 18:54:59 +00:00
rishikanthc
9add6f8b68 fix multi-page build structure for GitHub Pages
- Add individual HTML entry points for each docs page
- Update vite config to build all pages
- Update GitHub Actions to properly structure docs/ folder
- This should fix 404s on /docs/intro.html etc
2025-08-29 11:54:33 -07:00
GitHub Action
4e4651d055 Deploy landing site to docs folder 2025-08-29 18:50:13 +00:00
rishikanthc
cc98776f3c fix vite multi-page build config for GitHub Pages 2025-08-29 11:49:46 -07:00
GitHub Action
cc9e380dd0 Deploy landing site to docs folder 2025-08-29 18:46:48 +00:00
rishikanthc
3e5cb9bdb3 fixes CI/CD 2025-08-29 11:46:26 -07:00
rishikanthc
8b54cb4c84 trigger pages deployment workflow 2025-08-29 11:41:43 -07:00
Rishikanth Chandrasekaran
1c4fe1fc08 Rename workflow for deploying project website 2025-08-29 11:36:19 -07:00
Rishikanth Chandrasekaran
1f2b7a8573 Create CNAME 2025-08-29 11:15:03 -07:00
rishikanthc
e927673627 fixes github actions for docs 2025-08-29 11:13:45 -07:00
rishikanthc
98c160a914 setting up github actions for docs 2025-08-29 11:11:17 -07:00
rishikanthc
39e5455c7b adds project website 2025-08-29 11:05:13 -07:00
rishikanthc
203dac7c61 updates readme 2025-08-29 11:03:41 -07:00
rishikanthc
15aaf4cf07 fixes auth expiry 2025-08-29 10:48:25 -07:00
rishikanthc
a113133ef8 adds docker support 2025-08-29 10:21:44 -07:00
rishikanthc
319502ff4f updates gitignore 2025-08-29 10:19:53 -07:00
rishikanthc
28dbc63fad fixes jwt token expiration with token refresh - prevents needing to login after app restart 2025-08-29 10:19:36 -07:00
rishikanthc
4c2cda76e4 adds more tests 2025-08-29 10:08:41 -07:00
rishikanthc
055be15f28 adds tests and modifies backend to enable testing 2025-08-29 10:04:10 -07:00
rishikanthc
ed9f50abe1 adds security tests 2025-08-29 09:17:34 -07:00
rishikanthc
d0835c0ce0 removes unused environment variables 2025-08-28 17:16:28 -07:00
rishikanthc
1105cb8ee3 fix ci/cd - update env secret v1.0.0-beta.2 2025-08-28 15:52:42 -07:00
rishikanthc
959a33fa25 fix ci/cd - add license 2025-08-28 15:37:43 -07:00
rishikanthc
b96e5f3f63 fix ci/cd - add license file 2025-08-28 15:37:33 -07:00
rishikanthc
3a6524418e fix ci/cd - add readme 2025-08-28 15:30:45 -07:00
rishikanthc
2ca1e17dca fix shell command in goreleaser - ci/cd 2025-08-28 15:25:41 -07:00
rishikanthc
dbffc6a52b fix go-releaser 2025-08-28 15:21:59 -07:00
rishikanthc
513914a6da test ci/cd 2025-08-28 15:19:03 -07:00
rishikanthc
21b0f47b5c add github workflows 2025-08-28 15:13:35 -07:00
rishikanthc
b7ff104d13 updates gitignore 2025-08-28 15:02:21 -07:00
rishikanthc
4b9c689c9a adds on-hover colors for menu dropdown 2025-08-28 14:55:57 -07:00
rishikanthc
d5179dfe94 fixes color of all dialogues 2025-08-28 14:52:58 -07:00
rishikanthc
865e4242d2 adds support for downloading audio from youtube videos 2025-08-28 13:48:38 -07:00
rishikanthc
056f795940 tweak upload progress UI 2025-08-28 13:27:55 -07:00
rishikanthc
bb012f4d30 add batch upload of audio files 2025-08-28 13:26:08 -07:00
rishikanthc
c5b0b4182f applies cursor pointer on all interactive elements 2025-08-28 11:33:41 -07:00
rishikanthc
71e96b873c adds subtle visual indicators during auto title generation for chat sessions 2025-08-28 11:28:04 -07:00
rishikanthc
aa29f49058 fixes chat deletion causing navigation change 2025-08-28 11:16:56 -07:00
rishikanthc
2f3b5dc74f fixes markdown formatting instructions in chat
adds status indicator when llm is generating
2025-08-28 11:05:03 -07:00
rishikanthc
21cc03eef6 improves automatic title generation and fixes incorrect removal of chat history 2025-08-28 10:47:20 -07:00
rishikanthc
d327f04787 improves chat UI 2025-08-28 10:39:39 -07:00
rishikanthc
f112ecac06 redesigns chat ui 2025-08-28 10:09:50 -07:00
rishikanthc
272c079463 adds support for Ollama provider 2025-08-28 09:19:21 -07:00
rishikanthc
f3fde84e21 adds clicking logo to go to homepage 2025-08-28 08:58:38 -07:00
rishikanthc
03a07e5997 add docs for all api endpoints in swagger - remove default api keys 2025-08-28 08:53:33 -07:00
rishikanthc
708e0a2684 fixes authentication for some api endpoints 2025-08-28 08:45:32 -07:00
rishikanthc
c252979f17 adds extra audio playback controlsin transcript page 2025-08-28 08:13:04 -07:00