DESKTOP-RTLN3BA\$punk
19e2857343
feat: added image gen support
2026-02-05 16:43:48 -08:00
Eric Lammertsma
83aa8ef689
Added build version for cloud, local and Docker installs
2026-02-04 11:30:30 -05:00
Eric Lammertsma
07f89a4268
Show the chat title in the breadcrumbs instead of "Chat"
2026-02-03 20:54:21 -05:00
Eric Lammertsma
d761ca1992
Added chat renaming and auto naming by the active LLM
2026-02-03 20:47:18 -05:00
DESKTOP-RTLN3BA\$punk
b176599c64
chore: linting
2026-02-03 15:01:51 -08:00
Anish Sarkar
103baa8b7a
Merge remote-tracking branch 'upstream/dev' into fix/documents
2026-02-04 03:04:52 +05:30
Anish Sarkar
580b75c3c4
chore: ran linting
2026-02-04 03:04:25 +05:30
DESKTOP-RTLN3BA\$punk
2789dd9629
chore: linting
2026-02-03 13:32:11 -08:00
Anish Sarkar
c4cf773bb0
feat: improve mentioned document prefetching and add skeletons in new chat interface
2026-02-03 20:45:52 +05:30
CREDO23
60330622bf
Merge remote-tracking branch 'upstream/dev' into dev
2026-02-03 14:24:24 +02:00
Rohan Verma
92afaa087d
Merge pull request #763 from elammertsma/dev
...
[FEAT] Prompt suggestions and role editing.
2026-02-02 14:50:50 -08:00
CREDO23
67f797232e
feat: add public chat links settings page
2026-02-02 16:40:11 +02:00
CREDO23
0bcd7505fb
feat: add Public Chat Sharing permission category
2026-02-02 14:40:44 +02:00
Eric Lammertsma
f23aaa272b
feat: re-add role editing functionality with permissions management
2026-02-01 17:54:58 -05:00
CREDO23
f2a607300d
Merge remote-tracking branch 'upstream/dev' into sur-127-impr-public-chats-should-be-immutable
2026-02-01 14:23:20 +02:00
CREDO23
98991d2ed4
feat: update UI for snapshot-based public sharing
2026-01-30 14:20:06 +02:00
DESKTOP-RTLN3BA\$punk
6fb656fd8f
hotpatch(cloud): add llm load balancing
2026-01-29 15:28:31 -08:00
DESKTOP-RTLN3BA\$punk
70fcb2d055
chore: linting
2026-01-28 22:15:43 -08:00
CREDO23
22943972c2
fix(frontend): prevent infinite retry loop when chat clone fails
...
Add cloneError state to track clone failures and prevent the useEffect
from continuously retrying when completeClone() fails.
2026-01-28 19:15:25 +02:00
Anish Sarkar
614761bb17
Merge remote-tracking branch 'upstream/dev' into feat/inbox
2026-01-28 09:26:04 +05:30
Rohan Verma
752a51d3fd
Merge pull request #745 from CREDO23/sur-106-feat-public-chats
...
[Feature] Public Chat Sharing and Cloning
2026-01-27 16:01:08 -08:00
CREDO23
9a4da10b12
feat(frontend): two-phase cloning with loading state
2026-01-28 00:17:44 +02:00
CREDO23
0fbf5d5bdd
fix: podcast status enum serialization and frontend polling
2026-01-27 19:07:46 +02:00
Anish Sarkar
72c421eeb1
feat(chat): implement target comment navigation and highlight functionality in chat components
2026-01-27 22:14:02 +05:30
CREDO23
c65cda24d7
style: fix formatting issues
2026-01-27 13:49:46 +02:00
Anish Sarkar
ba304be977
fix: remove message from loading UI
2026-01-27 15:28:30 +05:30
CREDO23
a7145b2c63
merge: upstream/dev with migration renumbering
2026-01-27 11:22:26 +02:00
CREDO23
24472c0ea6
fix: preserve author info in cloned chats and force PGlite resync after clone
2026-01-27 10:50:37 +02:00
DESKTOP-RTLN3BA\$punk
2dbcde78f1
feat(rbac): unify category configuration for role permissions with enhanced descriptions
2026-01-27 00:01:26 -08:00
DESKTOP-RTLN3BA\$punk
fd564d3efd
feat(rbac): add human-readable descriptions for permissions and enhance role creation UI
2026-01-26 23:56:45 -08:00
DESKTOP-RTLN3BA\$punk
55d8594937
feat(tracking): implement incentive task tracking events and page view tracking
2026-01-26 23:38:15 -08:00
DESKTOP-RTLN3BA\$punk
c36d0a8131
chore: updated contact us action
2026-01-26 23:35:39 -08:00
DESKTOP-RTLN3BA\$punk
39d65d6166
feat: added incentive credits system
2026-01-26 23:32:30 -08:00
DESKTOP-RTLN3BA\$punk
d45b33e776
feat(ui): updated contact page, added to navbar and added incentive creds page
2026-01-26 22:47:53 -08:00
CREDO23
271de96cce
fix: public chat copy link button and podcast access
2026-01-26 20:10:03 +02:00
CREDO23
ee65e1377f
feat: improve public chat UI and shared components
2026-01-26 18:39:59 +02:00
Anish Sarkar
03e38ab178
chore: ran frontend linting
2026-01-25 16:16:09 +05:30
Anish Sarkar
66a3c877ef
feat: replace unified loading approach with global loading provider and refactor loading handling across components
...
- Introduced GlobalLoadingProvider to manage a consistent loading overlay across the application.
- Replaced existing loading implementations with useGlobalLoadingEffect hook for better control and to prevent animation resets.
- Updated components such as LoginPage, AuthCallbackPage, and DashboardLayout to utilize the new global loading mechanism.
- Removed UnifiedLoadingScreen component to streamline loading management and enhance user experience.
2026-01-25 16:15:25 +05:30
Anish Sarkar
2d17d1a1b6
feat: replace Loader2 with Spinner component for consistent loading indicators
2026-01-25 15:23:45 +05:30
Anish Sarkar
22bd5e0f39
feat: implement unified loading screens across various components
...
- Introduced a new UnifiedLoadingScreen component for consistent loading indicators in the application.
- Replaced existing loading implementations in LoginPage, AuthCallbackPage, DashboardLayout, and other components with the new unified loading screen.
- Updated translations for loading messages to enhance user experience and clarity.
- Improved loading states in the ElectricProvider and TokenHandler components to utilize the new loading screen, ensuring a cohesive look and feel during loading processes.
2026-01-24 19:42:07 +05:30
Anish Sarkar
7ccb52dc76
feat: add general settings management to search space settings
...
- Introduced a new GeneralSettingsManager component for managing search space name and description.
- Updated the settings navigation to include a general section with an icon and description.
- Modified the SettingsPage to default to the general settings section.
- Enhanced the CreateSearchSpaceDialog for improved UI and accessibility.
- Updated English and Chinese translations for new settings labels and descriptions.
2026-01-24 13:18:28 +05:30
Anish Sarkar
c6bd978d5b
Merge remote-tracking branch 'upstream/dev' into feat/composio
2026-01-24 04:38:34 +05:30
Anish Sarkar
29382070aa
feat: enhance Composio connector functionality with Google Drive delta sync support
...
- Added methods to retrieve the starting page token and list changes in Google Drive, enabling delta sync capabilities.
- Updated Composio service to handle file download directory configuration.
- Modified indexing tasks to support delta sync, improving efficiency by processing only changed files.
- Adjusted date handling in connector tasks to allow optional start and end dates.
- Improved error handling and logging throughout the Composio indexing process.
2026-01-23 18:37:09 +05:30
DESKTOP-RTLN3BA\$punk
a160f0dde3
chore: linting
2026-01-23 01:44:14 -08:00
DESKTOP-RTLN3BA\$punk
ad475397c4
feat(chat): add regenerate endpoint for chat threads to support editing and reloading responses
2026-01-23 01:42:10 -08:00
Rohan Verma
744fc4c66c
Merge pull request #730 from elammertsma/dev
...
Fixed merge conflicts after minor layout changes in main interface
2026-01-22 18:08:16 -08:00
DESKTOP-RTLN3BA\$punk
8b81507739
refactor: remove unused COMPOSIO_CONNECTOR migration and linting
2026-01-22 16:43:08 -08:00
Eric Lammertsma
089beb8d8c
Merge upstream/dev - preserve local UI enhancements (Logs in menu, conditional search, hover edit buttons)
2026-01-22 19:41:11 -05:00
CREDO23
1a2fa23916
Merge upstream/dev with live collaboration features
2026-01-22 23:00:42 +02:00
CREDO23
b1b63c6740
Simplify live message sync using Electric as source of truth
2026-01-22 20:40:49 +02:00