Anish Sarkar
5c11a15fb6
refactor: update UI components by removing unused imports and adjusting loading states
2026-04-01 20:51:55 +05:30
Anish Sarkar
d7dd6db1b9
fix: improve document loading error handling and UI feedback for processing state
2026-04-01 20:31:45 +05:30
DESKTOP-RTLN3BA\$punk
5c8769508f
chore: linting
2026-03-31 21:42:03 -07:00
DESKTOP-RTLN3BA\$punk
a9fd45844d
feat: integrate Stripe for page purchases and reconciliation tasks
2026-03-31 18:39:45 -07:00
DESKTOP-RTLN3BA\$punk
17642493eb
chore: linting
2026-03-31 14:45:46 -07:00
CREDO23
1aeb5ba645
Merge remote-tracking branch 'upstream/dev' into feature/prompt-library
2026-03-31 22:41:53 +02:00
Rohan Verma
d12d68d759
Merge pull request #1041 from AnishSarkar22/feat/dropbox-connector
...
feat: Dropbox connector with sensitive actions using HITL
2026-03-31 12:12:10 -07:00
CREDO23
440762fb07
Merge upstream/dev
2026-03-31 20:21:12 +02:00
CREDO23
950be8e17d
Fix review issues: idempotent migration, toggle guard, picker states
2026-03-31 19:27:32 +02:00
CREDO23
aecb58e22b
Fix review issues: authz, race conditions, UX safety, and consolidate migrations
2026-03-31 19:09:05 +02:00
CREDO23
5f4f7780d1
Fix create_prompt is_public bug, conditional version bump, and add Jotai prompts atoms
...
- Pass is_public from request body in create_prompt route
- Only bump version on content field changes (name, prompt, mode),
not on is_public toggle
- Add prompts query and mutation atoms (atomWithQuery/atomWithMutation)
with TanStack Query caching, replacing manual useEffect fetches
- Update PromptPicker, PromptsContent, and CommunityPromptsContent
to consume shared atoms instead of local state
2026-03-31 18:34:10 +02:00
CREDO23
95620a4331
Unify frontend prompt rendering to use API-only prompt library
...
Remove hardcoded DEFAULT_ACTIONS and icon map from prompt-picker,
fetch all prompts from the backend. Simplify Zod types to match the
single-table schema (drop source/system_prompt_slug/is_modified,
add version). Update PromptsContent empty state copy.
2026-03-31 18:18:24 +02:00
Rohan Verma
30cb8ad44c
Merge pull request #1034 from JoeMakuta/feat/add-aria-label-and-replaced-hardcoded-colors
...
feat : add aria label and replaced hardcoded colors
2026-03-30 15:21:19 -07:00
CREDO23
0b0806a1be
redirect authenticated users to dashboard from landing, login, and register pages
2026-03-30 21:22:54 +02:00
CREDO23
4e800c8824
Revert "redirect authenticated users from landing, login, and register to dashboard"
...
This reverts commit c3bd035e6d .
2026-03-30 21:10:43 +02:00
CREDO23
c3bd035e6d
redirect authenticated users from landing, login, and register to dashboard
2026-03-30 21:02:03 +02:00
CREDO23
1fd3a36c57
chore: format upstream files
2026-03-30 20:33:40 +02:00
CREDO23
a73bab89d9
add see more/less toggle on prompt cards for long content
2026-03-30 20:31:19 +02:00
CREDO23
bcb202dfe1
use distinct icons for share and make private actions
2026-03-30 20:21:02 +02:00
CREDO23
3de8ac90d8
add inline share toggle on prompt cards
2026-03-30 20:19:43 +02:00
CREDO23
1238efaf99
add community prompts tab and public toggle in prompt form
2026-03-30 19:41:14 +02:00
Anish Sarkar
b950299072
feat: add support for creating and deleting Dropbox files in chat tools and update connector display name
2026-03-30 23:09:36 +05:30
Anish Sarkar
6b922966e7
feat: integrate Dropbox support across various components, including document type labels, connector logic, and validation checks
2026-03-30 23:04:07 +05:30
Anish Sarkar
27b71c07b6
feat: add Dropbox connector documentation and update sitemap
2026-03-30 22:45:06 +05:30
Anish Sarkar
04691d572b
chore: ran linting
2026-03-30 01:50:41 +05:30
Anish Sarkar
74826b3714
feat: enhance web search tool integration with citation management and UI enhancements
2026-03-30 01:38:36 +05:30
Anish Sarkar
38b77dfb6b
refactor: update editable document types to include 'FILE' and enhance related logic across components for improved functionality
2026-03-29 22:29:40 +05:30
Anish Sarkar
69b8eef5ce
refactor: enhance chat tab management by implementing fallback navigation and preventing race conditions during deletion for improved user experience
2026-03-29 22:12:55 +05:30
JoeMakuta
71db2f8c38
style: update LocalLoginForm styles with theme colors ref from global.css
2026-03-29 17:27:09 +02:00
Anish Sarkar
ba926bbcc9
refactor: integrate global loading effect into onboarding page and streamline LLMConfigForm usage for improved user experience
2026-03-29 18:46:01 +05:30
Anish Sarkar
32ff5f085c
refactor: simplify onboarding page logic by temporarily disabling auto-configuration and redirect features for UI testing
2026-03-29 18:25:45 +05:30
Anish Sarkar
fec5c005eb
refactor: enhance button loading states in various components for improved user experience
2026-03-29 16:26:31 +05:30
Anish Sarkar
75fd39c249
refactor: simplify author metadata handling in NewChatPage and UserMessage components
2026-03-29 16:11:00 +05:30
Anish Sarkar
7ed6e9c75f
fix: update message handling in NewChatPage to conditionally set author_id based on chat visibility
2026-03-29 15:56:42 +05:30
DESKTOP-RTLN3BA\$punk
2a06d035f5
refactor: update NewChatPage to re-initialize thread on search space switch and add new SSE event for document updates
2026-03-29 02:52:23 -07:00
DESKTOP-RTLN3BA\$punk
461192174d
Merge commit ' 3d74cca88e' into dev_mod
2026-03-29 02:47:46 -07:00
DESKTOP-RTLN3BA\$punk
34f204620f
feat: implement FrameBatchedUpdater for efficient state updates during streaming, enhance message handling in NewChatPage, and improve thread viewport scrolling behavior
2026-03-29 02:45:59 -07:00
CREDO23
ab3c636bcd
Merge remote-tracking branch 'upstream/dev' into electon-desktop
2026-03-29 10:41:05 +02:00
Anish Sarkar
5a3eece397
Merge remote-tracking branch 'upstream/dev' into feat/onedrive-connector
2026-03-29 11:55:06 +05:30
CREDO23
b8a1d1f594
Merge remote-tracking branch 'upstream/dev' into electon-desktop
2026-03-29 03:10:51 +02:00
CREDO23
cfddfa54c6
fix: harden quick-ask panel, prompt handling, and clipboard UX
2026-03-29 02:54:48 +02:00
Rohan Verma
b9bb11cdee
Merge pull request #1028 from JoeMakuta/feat/add-loading-to-roles-and-invites
...
feat: add loading states for roles and invites in TeamContent component
2026-03-28 16:51:58 -07:00
DESKTOP-RTLN3BA\$punk
2cc2d339e6
feat: made agent file sytem optimized
2026-03-28 16:39:46 -07:00
Anish Sarkar
838d38a67a
feat: implement document preview functionality in DocumentsSidebar and enhance mobile experience with vaul drawer
2026-03-29 04:20:22 +05:30
CREDO23
6df9eea5a6
desktop: clipboard auto-insert with prompt picker, remove old sessionStorage logic
2026-03-29 00:45:11 +02:00
CREDO23
03ca4f1f32
add My Prompts settings tab and create prompt button in picker
2026-03-29 00:33:02 +02:00
Anish Sarkar
37e018e94f
refactor: simplify DialogFooter component by removing unnecessary gap classes for a cleaner layout
2026-03-29 03:50:11 +05:30
CREDO23
a6ccb7a875
rename quick-ask-actions to prompts across backend and frontend
2026-03-29 00:07:08 +02:00
JoeMakuta
5cde959b54
feat: add loading states for roles and invites in TeamContent component
2026-03-28 18:47:11 +02:00
Anish Sarkar
9160c4ce4e
feat: add Microsoft OneDrive connector documentation and sitemap entry
2026-03-28 18:22:25 +05:30