Commit graph

191 commits

Author SHA1 Message Date
thierryverse
55e5b45a42 fix podcast generation 2025-11-11 04:02:04 +02:00
thierryverse
678d8fbbcd fix podcast re-generation 2025-11-06 21:52:45 +02:00
thierryverse
06f541d600 add a compoacted podcast player in the chat pannel 2025-11-06 21:52:45 +02:00
thierryverse
ee139a4be8 fix hydration issue in podcast config modal 2025-11-06 21:52:45 +02:00
CREDO23
ce4bb7e1b7 clean up 2025-11-06 21:52:45 +02:00
CREDO23
84ac44e3b1 Add ai bot suggestions 2025-11-06 21:52:45 +02:00
CREDO23
13342eb823 Add use podcasts 2025-11-06 21:52:45 +02:00
CREDO23
b02b094a24 show podcast staleness and suggest user to re-generate 2025-11-06 21:52:45 +02:00
CREDO23
e47b1cb4c5 stop propagation in the chat panelcl 2025-11-06 21:52:45 +02:00
CREDO23
9007436ff6 fix typo 2025-11-06 21:52:45 +02:00
CREDO23
58fed46567 updae chat config madal 2025-11-06 21:52:45 +02:00
CREDO23
f16562685e update chat panel view 2025-11-06 21:52:45 +02:00
CREDO23
caae2bcfc0 implement generate podcast handler 2025-11-06 21:52:45 +02:00
CREDO23
4f36b230bd get chat details on chat interface mount 2025-11-06 21:52:45 +02:00
CREDO23
05a8bd1be3 add generate podcast action 2025-11-06 21:52:45 +02:00
CREDO23
ce658b91ea Add sserver actions 2025-11-06 21:52:45 +02:00
CREDO23
4c22f4a953 add the config modal 2025-11-06 21:52:45 +02:00
CREDO23
6d34007a26 add white mode 2025-11-06 21:52:45 +02:00
CREDO23
34c07d3699 add accessibilty 2025-11-06 21:52:45 +02:00
CREDO23
24e366d326 add 'generate podcast component' 2025-11-06 21:52:45 +02:00
CREDO23
37bf3445b0 add chat pannel view 2025-11-06 21:52:45 +02:00
CREDO23
70dd7f1cd7 add chat pannel container 2025-11-06 21:52:45 +02:00
CREDO23
9085cb2d27 add transition on interaction 2025-11-06 21:52:45 +02:00
CREDO23
bc512ec089 Add chat pannel 2025-11-06 21:52:45 +02:00
DESKTOP-RTLN3BA\$punk
9466bf595c feat: Implement LLM configuration validation in create and update routes
- Added `validate_llm_config` function to `llm_service.py` for validating LLM configurations via test API calls.
- Integrated validation in `create_llm_config` and `update_llm_config` routes in `llm_config_routes.py`, raising HTTP exceptions for invalid configurations.
- Enhanced error handling to provide detailed feedback on configuration issues.
2025-11-05 12:15:05 -08:00
samkul-swe
b03365cded Add web crawling 2025-11-04 13:05:09 -08:00
DESKTOP-RTLN3BA\$punk
4dd7e8fc1f chore: Updated UserRead schema to include pages_limit and pages_used fields
- Expanded installation options in README to include SurfSense Cloud as a new method.
- Updated UserRead schema to include pages_limit and pages_used fields.
- Added AnnouncementBanner component to the dashboard layout for improved user notifications.
- Refactored DashboardPage to utilize useUser hook for user state management.
- Integrated page usage display in AppSidebar to show user-specific page limits and usage.
- Removed deprecated apiClient code and replaced it with hooks for better API interaction.
2025-11-03 22:34:37 -08:00
DESKTOP-RTLN3BA\$punk
a3a5b13f48 chore: linting 2025-11-03 16:00:58 -08:00
DESKTOP-RTLN3BA\$punk
050581ba6a Merge commit '57fd82f17f' into dev 2025-11-03 15:58:17 -08:00
DESKTOP-RTLN3BA\$punk
e65d74f2e2 refactor: added batch commits and Increased task time limits in celery_app.py
- Increased task time limits in celery_app.py for longer processing times.
- Enhanced pagination logic in NotionHistoryConnector to handle large result sets.
- Implemented batch commits every 10 documents across various indexers (Airtable, ClickUp, Confluence, Discord, GitHub, Google Calendar, Gmail, JIRA, Linear, Luma, Notion, Slack) to improve performance and reduce database load.
- Updated final commit logging for clarity on total documents processed.
2025-11-03 15:57:19 -08:00
Rohan Verma
a8e40920ff
Merge pull request #458 from msinha569/fix/agentprocessterminal-clean
Fix: add smooth expand/collapse animation for Agent Process Terminal (#452)
2025-10-31 14:14:21 -07:00
Rohan Verma
7ef20ed8c4
Merge pull request #451 from msinha569/fix/duplicate-tick-clean
Fix: remove duplicate tick and overflow issue in Fast LLM Selection (#446)
2025-10-31 14:14:03 -07:00
Rohan Verma
deeae5e62d
Merge pull request #449 from msinha569/fix/sidebar-issue
Fix: make entire sidebar button clickable (#445)
2025-10-31 14:13:38 -07:00
DESKTOP-RTLN3BA\$punk
1f4e15ce38 fix: update GoogleLoginButton and HeroSection components
- Commented out err msg.
- Changed the link in HeroSection from "/contact" to "/login" to direct users to the login page.
2025-10-31 02:39:01 -07:00
DESKTOP-RTLN3BA\$punk
ecd07d6155 refactor: update API endpoint paths to remove trailing slashes
- Modified various FastAPI route definitions to remove trailing slashes for consistency across the application.
- Updated corresponding fetch calls in the frontend to align with the new endpoint structure.
- Ensured that all affected routes maintain their functionality without trailing slashes.
2025-10-31 01:33:01 -07:00
msinha569
33f31b8292 No animation on expanding or collapsing Agent Process Terminal 2025-10-31 08:38:44 +05:30
DESKTOP-RTLN3BA\$punk
430249366c refactor: update Document and Connector selection components
- Replaced the use of search source connectors with document types for improved clarity and functionality.
- Enhanced UI elements for document type selection, including better styling and loading states.
- Updated selection logic to handle document types and their counts effectively.
- Improved accessibility and user experience in the document and connector selection dialogs.
2025-10-30 16:04:00 -07:00
msinha569
732dace9b2 Duplicate tick icon visible on selected Fast LLM option 2025-10-30 20:34:25 +05:30
msinha569
1cee0bc312 chore: fix import order as per Biome rules and removed nested links to avoid invalid HTML 2025-10-30 15:12:06 +05:30
msinha569
04514d2189 Fix: make entire sidebar button clickable 2025-10-30 14:42:53 +05:30
Rohan Verma
fcd15c59df
Merge pull request #443 from msinha569/fix/nav-main-expand-collapse
Fix: expand/collapse on full button click
2025-10-28 01:15:56 -07:00
msinha569
61edefa7b2 Fix: expand/collapse on full button click 2025-10-28 09:49:59 +05:30
DESKTOP-RTLN3BA\$punk
81ddc81026 feat(removed): sub_section_writer
- Its bad and not needed.
2025-10-27 20:30:10 -07:00
DESKTOP-RTLN3BA\$punk
45f306d890 chore: suggested changes 2025-10-27 08:37:08 -07:00
Rohan Verma
965ef5429b
Merge pull request #435 from msinha569/main
Header button illumination persists after hover leave #433
2025-10-26 02:46:43 -07:00
Differ
f58c7e4602 feat(i18n): Add next-intl framework with full bilingual support (EN/ZH)
- Implement next-intl framework for scalable i18n
- Add complete Chinese (Simplified) localization
- Support 400+ translated strings across all pages
- Add language switcher with persistent preference
- Zero breaking changes to existing functionality

Framework additions:
- i18n routing and middleware
- LocaleContext for client-side state
- LanguageSwitcher component
- Translation files (en.json, zh.json)

Translated components:
- Homepage: Hero, features, CTA, navbar
- Auth: Login, register
- Dashboard: Main page, layout
- Connectors: Management, add page (all categories)
- Documents: Upload, manage, filters
- Settings: LLM configs, role assignments
- Onboarding: Add provider, assign roles
- Logs: Task logs viewer

Adding a new language now requires only:
1. Create messages/<locale>.json
2. Add locale to i18n/routing.ts
2025-10-26 17:18:57 +08:00
msinha569
8484fb2ad8 Header button illumination persists after hover leave #433 2025-10-26 14:15:02 +05:30
DESKTOP-RTLN3BA\$punk
aed8163aee feat: added celery beat to docker 2025-10-23 00:56:28 -07:00
DESKTOP-RTLN3BA\$punk
c4b9ce6ce8 feat: fixed chat Documents table 2025-10-21 22:55:39 -07:00
DESKTOP-RTLN3BA\$punk
9408957052 fix pricing 2025-10-21 08:14:06 -07:00