Anish Sarkar
1f06794021
feat: enhance UI components with new border radius and tooltip features
...
- Added new border radius options (2xl, 3xl) in Tailwind configuration and globals.css.
- Integrated Tooltip component in ChatShareButton and ModelSelector for improved user experience.
- Updated button styles for consistency across components, including NotificationButton and ModelSelector.
- Minor text adjustments for clarity in SourceDetailPanel.
2026-01-20 17:35:08 +05:30
Anish Sarkar
23f1be50f7
refactor: replace Lock icon with User icon for private chats
2026-01-20 16:57:15 +05:30
Anish Sarkar
c9a7e4aea5
fix: removed dashboard from breadcrumb
2026-01-20 16:42:10 +05:30
Anish Sarkar
08e00d0991
Merge remote-tracking branch 'upstream/dev' into fix/chat-ui
2026-01-20 16:35:49 +05:30
Anish Sarkar
4e4ea6fba0
feat: add thread visibility management using Jotai atoms in chat components
2026-01-20 16:33:42 +05:30
DESKTOP-RTLN3BA\$punk
e578bb9e77
chore: linting
2026-01-20 03:00:02 -08:00
DESKTOP-RTLN3BA\$punk
e163708bad
feat: Refactor role permissions and access checks
...
- Removed the Admin role and updated the permission sets for Owner, Editor, and Viewer roles in db.py.
- Clarified access requirements for chat threads in new_chat_routes.py, ensuring ownership checks are prioritized.
- Added preset permission options for quick role creation in the CreateRoleDialog component of the team page.
2026-01-20 02:59:32 -08:00
Anish Sarkar
8e5a80fc19
feat: integrate chat sharing functionality in header component
2026-01-20 16:14:57 +05:30
Anish Sarkar
459a354e0f
feat: shifted the theme selection to user profile sidebar
2026-01-20 16:04:56 +05:30
Anish Sarkar
24049345a2
feat: add language selection feature to user profile sidebar, fixed some hover color logic for both model selector and language selection
2026-01-20 15:47:23 +05:30
Rohan Verma
43eb1cc5af
Merge pull request #714 from MODSetter/dev
...
docs: updated docs
2026-01-20 02:04:26 -08:00
DESKTOP-RTLN3BA\$punk
048ac6892c
Merge commit ' 4793e54b78' into dev
2026-01-20 02:03:43 -08:00
DESKTOP-RTLN3BA\$punk
4595fd3d1f
docs: updated docs
2026-01-20 02:03:05 -08:00
Rohan Verma
4793e54b78
Merge pull request #713 from MODSetter/dev
...
Feat: Add Chat Comments with Mentions, MCP Connectors, and Electric SQL Integration
2026-01-20 00:32:45 -08:00
DESKTOP-RTLN3BA\$punk
d96ae66012
chore: linting
2026-01-20 00:32:31 -08:00
Rohan Verma
08df9e68e5
Merge pull request #712 from AnishSarkar22/fix/ui-mcp
...
fix: UI fix for MCP connector
2026-01-19 23:36:42 -08:00
Anish Sarkar
e65d9fa1db
chore: ran linting
2026-01-20 11:50:17 +05:30
Anish Sarkar
0c3307fabb
fix: use keyboard smoothly while editing the MCP json
2026-01-20 11:49:24 +05:30
Anish Sarkar
a536ad1590
Merge remote-tracking branch 'upstream/dev' into fix/ui-mcp
2026-01-20 11:39:45 +05:30
DESKTOP-RTLN3BA\$punk
a41b75463f
chore: enhance system prompt
2026-01-19 18:14:21 -08:00
DESKTOP-RTLN3BA\$punk
6d6b5a2f9b
refactor: update Docker build workflow to read version from pyproject.toml and streamline versioning logic
2026-01-19 17:52:52 -08:00
DESKTOP-RTLN3BA\$punk
9625a24475
feat: support multiple transport types for MCP server connections, including stdio and HTTP
2026-01-19 17:44:19 -08:00
DESKTOP-RTLN3BA\$punk
bb5cb846b3
fix: adjust margin for user avatar in shared chats
2026-01-19 16:53:25 -08:00
DESKTOP-RTLN3BA\$punk
ab91cbd148
feat: implement responsive comment UI with mobile and desktop variants
2026-01-19 16:50:51 -08:00
DESKTOP-RTLN3BA\$punk
d83e9aa52d
feat: add Google OAuth sign-in button to navbar
2026-01-19 16:22:07 -08:00
Rohan Verma
7435fdb8f8
Merge pull request #711 from AnishSarkar22/fix/SUR-86
...
fix: UI overlap of thinking step, added animation for thinking step
2026-01-19 16:12:26 -08:00
Anish Sarkar
31b5004984
refactor: improve MCPConfig component structure and validation logic
2026-01-20 03:38:53 +05:30
Anish Sarkar
af0349e36c
chore: ran frontend linting
2026-01-20 03:30:12 +05:30
Anish Sarkar
e646343453
Merge remote-tracking branch 'upstream/dev' into fix/SUR-86
2026-01-20 03:27:41 +05:30
Rohan Verma
e86462a7c3
Merge pull request #702 from CREDO23/sur-90-feat-comments-in-chats
...
[Feature] Comments & mentions in chats
2026-01-19 13:47:58 -08:00
CREDO23
4d004cc1b2
fix: mention notifications and scroll-to-comment from notifications
2026-01-19 19:56:21 +02:00
Anish Sarkar
a16cc50466
feat: enhance loading indicator in ThinkingStepsDisplay
2026-01-19 22:20:09 +05:30
Anish Sarkar
a28962a429
fix: the ui overlap
2026-01-19 22:16:10 +05:30
Anish Sarkar
f0997b0a30
chore: ran frontend linting
2026-01-19 21:23:22 +05:30
CREDO23
7b170dfa75
feat: add new_mention notification type with metadata schema
2026-01-19 17:31:17 +02:00
CREDO23
2839501503
feat: add Electric SQL replication for chat_comment_mentions
2026-01-19 17:28:44 +02:00
Anish Sarkar
5f672a07f2
refactor: enhance MCP connection forms and account list styling
...
- Updated MCPConnectForm and MCPConfig to improve layout and responsiveness.
- Adjusted text sizes and spacing for better readability across different screen sizes.
- Enhanced button labels for clarity when showing or hiding details.
- Improved styling for the ConnectorAccountsListView to ensure consistent appearance and user experience.
2026-01-19 20:41:26 +05:30
CREDO23
6b9695e848
chore: resolve migration file conflicts
2026-01-19 17:10:11 +02:00
CREDO23
ae4297a02f
feat: add MentionNotificationHandler and create notifications on mention
2026-01-19 17:06:51 +02:00
Anish Sarkar
0f3e1b118d
fix: revert back the alert when clicking "Test Connection" button when adding an MCP, remove toast
2026-01-19 20:21:02 +05:30
CREDO23
7f5f4a6893
feat: add Electric SQL replication for chat_comments
2026-01-19 16:39:08 +02:00
Anish Sarkar
72ad558240
refactor: consolidate MCP connector handling in UI components
...
- Replaced MCPConnectorListView with ConnectorAccountsListView for better integration and UI consistency.
- Updated ConnectorCard to display connector counts for MCP connectors.
- Enhanced MCPConnectForm to improve connection testing feedback and error handling.
- Streamlined MCPConfig validation logic and improved user feedback for configuration errors.
- Adjusted AllConnectorsTab to count and display MCP connectors accurately.
- Removed redundant MCP-specific components to simplify the codebase.
2026-01-19 19:50:07 +05:30
CREDO23
47fbc83d48
Merge branch 'dev' into sur-90-feat-comments-in-chats
2026-01-19 14:49:10 +02:00
CREDO23
8ad6c268df
chore: cleanup unused files and update cache keys
2026-01-19 14:38:05 +02:00
CREDO23
0b675dfc3b
feat(web): improve comment editing and mention rendering
2026-01-19 14:37:45 +02:00
CREDO23
f008acecfc
feat(web): improve comment panel and trigger UI
2026-01-19 14:37:38 +02:00
CREDO23
d99722cfdc
feat(web): integrate comment gutter with thread layout
2026-01-19 14:37:06 +02:00
CREDO23
f86beaece1
feat(web): add current-thread atom for global state management
2026-01-19 14:36:58 +02:00
CREDO23
ba57c39556
feat(backend): add has_comments field to thread API
2026-01-19 14:36:29 +02:00
Anish Sarkar
48603b993d
feat: Update MCP connector icon and UI styling
2026-01-19 17:59:06 +05:30