Commit graph

889 commits

Author SHA1 Message Date
DESKTOP-RTLN3BA\$punk
4a727a2c57 chore: linting 2026-07-24 14:30:46 -07:00
Anish Sarkar
af81aafc34 feat(mcp-connect-form): replace server icon with info icon in alert and update alert styling 2026-07-25 02:20:26 +05:30
CREDO23
06c7e27c72 Merge remote-tracking branch 'upstream/dev' into fixes-playground-ui
# Conflicts:
#	surfsense_web/lib/apis/base-api.service.ts
2026-07-24 08:29:39 +02:00
Rohan Verma
66de380e85
Merge pull request #1624 from AnishSarkar22/feat/connector-ui
feat(connectors): replace connector modal with a dedicated connectors layout
2026-07-23 15:26:15 -07:00
Anish Sarkar
4e678a9e09 refactor(composer-add-menu-drawer, thread): update "Browse all connectors" text to "Manage connectors" for consistency 2026-07-24 02:07:42 +05:30
Anish Sarkar
43ad064d3c refactor(search-messages): remove redundant "try a different search term" messages from various components and localization files 2026-07-24 00:57:15 +05:30
Anish Sarkar
1df5b843ac refactor(connectors-panel): remove unused imports and simplify connector row management with useConnectorRows hook 2026-07-24 00:49:29 +05:30
Anish Sarkar
7fba0c346e refactor(composer-action): streamline connector row handling and enhance health indicators with spinner and alert components 2026-07-24 00:49:18 +05:30
Anish Sarkar
c676a17ac7 refactor(composer-add-menu-drawer): update connector row types and enhance health indicators with spinner and alert components 2026-07-24 00:49:10 +05:30
Anish Sarkar
828b2733e5 feat(connector-rows): implement useConnectorRows hook for managing connector health and indexing state 2026-07-24 00:48:56 +05:30
Anish Sarkar
45c5309dbb feat(connector-constants): add grouping function for connectors by type and define ConnectorTypeRow interface 2026-07-24 00:31:49 +05:30
Anish Sarkar
16d25a9aac feat(connectors-panel): integrate input component and refactor connector grouping logic for improved search functionality 2026-07-24 00:31:41 +05:30
Anish Sarkar
a0ce494dd9 feat(composer-action): enhance connector management with grouped rows and improved state handling 2026-07-24 00:31:26 +05:30
Anish Sarkar
221139ec42 feat(composer-add-menu-drawer): implement mobile drawer for adding connectors and managing tools 2026-07-24 00:31:16 +05:30
Anish Sarkar
bea46980ea refactor(thread-ui): simplify Composer component by removing unused props and ConnectToolsBanner 2026-07-23 23:44:21 +05:30
Anish Sarkar
9945801a28 fix(mcp-connect-form): update key prop in tool list to use tool name for improved uniqueness 2026-07-23 23:40:02 +05:30
Anish Sarkar
63147e34e2 chore(mcp-form): reword MCP server description 2026-07-23 23:38:33 +05:30
Anish Sarkar
15b22a72a4 style(connector-views): remove internal padding for panel embedding 2026-07-23 23:38:22 +05:30
Anish Sarkar
98bdfbdbdb feat(connector-edit): fall back to connected card for config-less live connectors 2026-07-23 23:38:18 +05:30
Anish Sarkar
3acffb6818 refactor(connector-constants): remove import-type and category helpers 2026-07-23 23:38:14 +05:30
Anish Sarkar
bc31d594d7 refactor(active-connectors): show import connectors in active list 2026-07-23 23:38:02 +05:30
Anish Sarkar
50c3e1adf7 refactor(connector-card): drop deprecated state and inline MCP icon 2026-07-23 23:37:58 +05:30
Anish Sarkar
fb5671fa9a refactor(all-connectors): flatten catalog and drop category/deprecated sections 2026-07-23 23:37:55 +05:30
Anish Sarkar
915ebcf2e7 refactor(chat): open connectors page from composer/banner and restyle tool-group headings 2026-07-23 23:37:48 +05:30
Anish Sarkar
132fd1e5d6 refactor(connectors): remove legacy ConnectorIndicator modal 2026-07-23 23:37:40 +05:30
Anish Sarkar
9c16b7f407 feat(connectors): add dedicated connectors route with sidebar panel 2026-07-23 23:37:16 +05:30
CREDO23
15962d205f feat: surface validation feedback in playground UI 2026-07-23 18:52:50 +02:00
DESKTOP-RTLN3BA\$punk
dbedf0cfa5 feat(backend): integrate PostHog analytics for enhanced observability
- Added PostHog configuration options to .env.example files for both Docker and Surfsense backend.
- Introduced PostHog dependency in pyproject.toml.
- Implemented analytics middleware to capture various events across the application, including user authentication, automation runs, and API requests.
- Enhanced existing routes and services to emit analytics events, providing insights into user interactions and system performance.
- Ensured graceful shutdown of analytics clients in worker processes and application lifecycles.
2026-07-22 22:16:28 -07:00
Anish Sarkar
7ecf01f308 refactor: remove onPaste handler from InlineMentionEditor for cleaner code 2026-07-22 01:38:53 +05:30
Anish Sarkar
9fd5d3571c Merge remote-tracking branch 'upstream/dev' into fix/tabs 2026-07-22 00:02:26 +05:30
DESKTOP-RTLN3BA\$punk
c0ebb62fb2 chore: linting 2026-07-17 14:39:39 -07:00
Anish Sarkar
3ec25bd9a4 refactor(chat): enhance Composer component to include active thread state and update footer logic 2026-07-17 09:41:40 +05:30
Anish Sarkar
c415e68bfc refactor(chat): remove loading component and enhance footer visibility logic in ChatViewport 2026-07-17 09:41:29 +05:30
DESKTOP-RTLN3BA\$punk
7bc02ce55b refactor: update references from competitive intelligence to open web research across various components and documentation 2026-07-16 19:41:16 -07:00
Anish Sarkar
804e5e42f3 refactor(citation-panel): remove showHeader prop and enhance close button functionality in CitationPanelContent 2026-07-16 13:34:27 +05:30
Anish Sarkar
b100eda8c6 refactor(chat-header): update className handling for responsive design and improve layout consistency 2026-07-16 13:11:54 +05:30
Rohan Verma
d1d839a491
Merge pull request #1604 from AnishSarkar22/feat/amazon-scraper
feat(amazon): add public multi-marketplace product scraping capability
2026-07-15 16:29:03 -07:00
Anish Sarkar
7246f89c12 refactor(chat): enhance message loading state management and update skeleton loading components for better user experience 2026-07-16 01:29:18 +05:30
Anish Sarkar
01308055dd chore: ran linting 2026-07-15 15:48:54 +05:30
Anish Sarkar
2d837ea18c Merge remote-tracking branch 'upstream/dev' into fix/onboarding 2026-07-14 10:18:03 +05:30
DESKTOP-RTLN3BA\$punk
e8b3692b54 chore: linting 2026-07-13 16:30:37 -07:00
Anish Sarkar
44138668a4 refactor(thread): update layout structure and improve styling for welcome message 2026-07-14 02:58:39 +05:30
CREDO23
855f824097 feat(chat): render timestamp under assistant messages and reuse shared formatter 2026-07-13 23:17:23 +02:00
CREDO23
0093664fd1 feat(chat): render timestamp under user messages 2026-07-13 23:17:23 +02:00
CREDO23
00fbc24e4b feat(chat): add MessageTimestamp component gated on the preference 2026-07-13 23:17:23 +02:00
Anish Sarkar
faffd9974c refactor(connector-popup): simplify terminology by renaming "Manage External MCP Connectors" to "MCP Connectors" across components and tests 2026-07-14 01:17:24 +05:30
Anish Sarkar
91531286b2 fix: update terminology from "language model" to "chat model" across various components 2026-07-14 01:09:00 +05:30
Anish Sarkar
9364f92c63 refactor(connector-card): drop deprecated badge branch 2026-07-14 00:15:56 +05:30
Anish Sarkar
3c3ec76d77 feat(thread): add inline chat-unavailable notice to composer 2026-07-14 00:15:38 +05:30
Anish Sarkar
b010468a96 refactor(thread): gate composer on setup status and drop select-a-model hint 2026-07-12 20:30:14 +05:30