mainnebula
b3042a02be
fix: prevent file attachment dialog from opening twice
...
Add a ref-based guard to handleUploadClick that prevents the native file
picker from being triggered a second time when the browser re-dispatches
a click event after the dialog closes. This matches the existing pattern
used in document-upload-popup.tsx for the Upload Documents dialog.
2026-02-17 07:55:25 -05:00
DESKTOP-RTLN3BA\$punk
5825ab9884
feat: updated homepage
...
- Added the 'lenis' library for smooth scrolling functionality.
- Integrated 'UseCasesGrid' component into the homepage layout.
- Updated 'HeroSection' to replace image elements with 'WalkthroughScroll' for enhanced user experience.
2026-02-16 05:50:47 -08:00
DESKTOP-RTLN3BA\$punk
28d93aed2a
feat: enhance inline mention editor to preserve mention tokens
...
- Updated the text extraction logic to include inline mention tokens for chips, maintaining the original query structure sent to the backend.
- Refactored the text extraction process to improve readability and efficiency.
2026-02-16 01:34:36 -08:00
DESKTOP-RTLN3BA\$punk
81c70befcf
chore: linting
2026-02-15 23:38:15 -08:00
Anish Sarkar
2755c0d7c0
chore: update uv.lock and ran linting
2026-02-14 19:09:45 +05:30
Anish Sarkar
3d712e391b
feat: add support for LaTeX rendering in Markdown components with rehype-katex and remark-math
2026-02-13 17:03:53 +05:30
DESKTOP-RTLN3BA\$punk
db652116d6
chore: linting
2026-02-09 16:49:11 -08:00
DESKTOP-RTLN3BA\$punk
c979609041
feat: simplified document upload handling
...
- Introduced a new endpoint for batch document status retrieval, allowing users to check the status of multiple documents in a search space.
- Enhanced the document upload process to return duplicate document IDs and improved response structure.
- Updated schemas to include new response models for document status.
- Removed unused attachment processing code from chat routes and UI components to streamline functionality.
2026-02-09 16:46:54 -08:00
Rohan Verma
6c72854145
Merge pull request #801 from elammertsma/dev
...
[FEAT] Added new A/B test, made sidebar resizable and made all left sidebars use the same component
2026-02-09 15:05:11 -08:00
Eric Lammertsma
123d3bccf4
Created more relatable chat input suggestions
2026-02-09 12:05:19 -05:00
Anish Sarkar
e053b1b988
refactor: improve layout structure in IndexingConfigurationView for enhanced readability
2026-02-08 13:05:36 +05:30
Anish Sarkar
dea66c4eb7
fix: update connector name display logic in IndexingConfigurationView for better readability
2026-02-08 13:00:33 +05:30
Anish Sarkar
5ab672b8ff
refactor: replace Loader2 with Spinner component across various components for consistent loading indicators
2026-02-08 12:39:06 +05:30
Anish Sarkar
9d071d686a
feat: add viewport configuration for mobile keyboard handling and update chat page height calculations for better responsiveness
2026-02-06 19:43:14 +05:30
Anish Sarkar
76e7ddee2f
chore: ran all linting
2026-02-06 18:22:19 +05:30
Anish Sarkar
0fdd194d92
Merge remote-tracking branch 'upstream/dev' into fix/documents
2026-02-06 12:13:26 +05:30
Anish Sarkar
c132e5ddb0
Merge remote-tracking branch 'upstream/dev' into fix/documents
2026-02-06 05:36:32 +05:30
Anish Sarkar
aa66928154
chore: ran linting
2026-02-06 05:35:15 +05:30
Anish Sarkar
5d2da0847e
refactor: update connector mutation atoms to handle optional searchSpaceId and improve query invalidation logic
2026-02-06 04:54:29 +05:30
Eric Lammertsma
3cb3723d92
Updated attachement UI dropdown item labels for clarity.
2026-02-05 17:27:12 -05:00
Anish Sarkar
c19aa5fa99
feat: implement real-time document updates and lazy loading for document content in DocumentsTable and DocumentsTableShell
2026-02-04 22:25:42 +05:30
CREDO23
f5aa520743
Remove branch picker and restrict edit/reload to last message
2026-02-04 18:04:53 +02:00
Anish Sarkar
90f9fad95c
feat: enhance document management with user information and connector dialog
2026-02-04 12:55:38 +05:30
Rohan Verma
92afaa087d
Merge pull request #763 from elammertsma/dev
...
[FEAT] Prompt suggestions and role editing.
2026-02-02 14:50:50 -08:00
DESKTOP-RTLN3BA\$punk
8fb5a7fb8f
chore: linting
2026-02-01 21:17:24 -08:00
DESKTOP-RTLN3BA\$punk
bf3bbce0e6
feat: add LLM configuration alerts in connector and document upload popups
2026-02-01 19:56:03 -08:00
Eric Lammertsma
b91e730963
feat: implement cycling onboarding placeholders in chat input
2026-02-01 17:26:50 -05:00
Anish Sarkar
085653d3e3
chore: ran frontend and backend linting
2026-02-01 22:54:25 +05:30
Anish Sarkar
ff4a574248
feat: implement Discord channel fetching with permission handling in connector UI
2026-02-01 22:34:41 +05:30
Anish Sarkar
47eaa705bf
feat: sync last indexed timestamp with live data for real-time updates in connector popup
2026-02-01 03:52:00 +05:30
Anish Sarkar
024a683b4f
feat: add heartbeat callback support for long-running indexing tasks and implement stale notification cleanup task
2026-02-01 02:17:06 +05:30
Anish Sarkar
ca7e45405c
feat: implement relative date formatting for last indexed timestamps in connector views
2026-01-31 23:15:00 +05:30
Anish Sarkar
59dd9554b3
feat: add endpoint to fetch Slack channels with bot membership status and update UI to display channels
2026-01-31 18:30:50 +05:30
Anish Sarkar
0ba70401e9
feat: enhance date range selector with last indexed timestamp for improved user context
2026-01-30 23:57:18 +05:30
DESKTOP-RTLN3BA\$punk
6fb656fd8f
hotpatch(cloud): add llm load balancing
2026-01-29 15:28:31 -08:00
Anish Sarkar
1658724fb2
Merge remote-tracking branch 'upstream/dev' into fix/notion-connector
2026-01-29 10:45:31 +05:30
Anish Sarkar
41ebe162b0
feat(backend): Implement handling of unsupported Notion block types and track skipped content, add documentation for it
2026-01-28 17:43:45 +05:30
Anish Sarkar
3af4fd0533
feat(indexing): add content hash check to prevent duplicate indexing and update return values for indexing functions
2026-01-28 03:55:25 +05:30
Anish Sarkar
79f7dfbbed
feat(notifications): enhance inbox functionality with type filtering and independent pagination for mentions and status notifications
2026-01-28 02:14:36 +05:30
Anish Sarkar
72c421eeb1
feat(chat): implement target comment navigation and highlight functionality in chat components
2026-01-27 22:14:02 +05:30
Anish Sarkar
6eedce839a
feat(markdown): wrap table component in a responsive container for improved layout and mobile responsive
2026-01-27 21:13:16 +05:30
Anish Sarkar
6d05a13167
feat(chat): add comments panel collapse functionality and integrate with inbox sidebar
2026-01-27 20:59:03 +05:30
Anish Sarkar
f7122cd477
feat(sidebar): implement inbox sidebar with docked and floating modes, add sidebar context for state management
2026-01-27 19:46:43 +05:30
DESKTOP-RTLN3BA\$punk
39d65d6166
feat: added incentive credits system
2026-01-26 23:32:30 -08:00
Rohan Verma
b031b98639
Merge pull request #742 from AnishSarkar22/fix/docker
...
fix: add `git` as github connector dependency and update connector status
2026-01-25 16:21:01 -08:00
Anish Sarkar
0e26fb157a
chore: fixed github connector dependency and update connector status configuration
2026-01-26 03:24:05 +05:30
Anish Sarkar
c7c9eb3eb2
Merge remote-tracking branch 'upstream/dev' into feat/ui
2026-01-25 16:19:18 +05:30
Anish Sarkar
03e38ab178
chore: ran frontend linting
2026-01-25 16:16:09 +05:30
Anish Sarkar
2d17d1a1b6
feat: replace Loader2 with Spinner component for consistent loading indicators
2026-01-25 15:23:45 +05:30
DESKTOP-RTLN3BA\$punk
555df90c84
chore: New connector statuses for Composio and GitHub
2026-01-24 17:47:18 -08:00