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
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
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
Anish Sarkar
b42b3a0a9b
feat: enhance OneDrive integration with new file creation and deletion UI components
2026-03-28 17:01:08 +05:30
Anish Sarkar
147061284b
feat: integrate OneDrive connector with UI components and configuration options
2026-03-28 17:00:52 +05:30
Rohan Verma
30034d68c3
Merge pull request #996 from AnishSarkar22/refactor/indexing-pipelines
...
feat: refactor indexing pipelines for some connectors
2026-03-27 15:05:01 -07:00
Rohan Verma
ddd9686aa6
Merge pull request #1001 from mvanhorn/osc/920-invite-error-toast
...
fix: add error toast to invite creation failure
2026-03-27 14:09:14 -07:00
CREDO23
58ac17fb81
fix: move quickAskMode to IPC to prevent sessionStorage leak between windows
2026-03-27 20:35:29 +02:00
CREDO23
9f13da3fd1
fix Ask SurfSense: pre-fill with initialText and cursor positioning
2026-03-27 20:07:55 +02:00
CREDO23
f36e5f8287
redesign action menu: grid layout, search, Ask SurfSense, fix action groups
2026-03-27 19:50:36 +02:00
CREDO23
151d6a853e
use sessionStorage for quickAskMode to survive route changes
2026-03-27 19:20:14 +02:00
Anish Sarkar
17091edb77
Merge remote-tracking branch 'upstream/dev' into refactor/indexing-pipelines
2026-03-27 22:36:34 +05:30
CREDO23
af2129ebb6
move quick-ask page into dashboard route for auth context
2026-03-27 18:55:03 +02:00
CREDO23
8d60fc7279
remove searchSpacesAtom from quick-ask, forward params via dashboard
2026-03-27 18:41:58 +02:00
CREDO23
59e0579cc0
simplify action menu to plain buttons, remove old quickAskText from thread
2026-03-27 18:24:34 +02:00
Matt Van Horn
33b627cccc
fix: add error toast to invite creation failure
...
When invite creation failed, the error was only logged to console.
Added toast.error() to give users visible feedback. Uses the existing
sonner toast import already in the file (line 25).
Fixes #920
2026-03-27 09:14:20 -07:00
CREDO23
6c59b3ee95
auto-submit quick-ask prompt from URL param
2026-03-27 17:43:32 +02:00
CREDO23
06f02fba0a
navigate directly to chat with search space id
2026-03-27 17:38:34 +02:00
CREDO23
d48f6aafce
add quick-ask page with default action menu
2026-03-27 17:17:27 +02:00
JoeMakuta
0e1ddbd0d3
Order imports
2026-03-27 15:00:17 +02:00
JoeMakuta
d85cb1d78f
Arrange code style
2026-03-27 14:57:44 +02:00
JoeMakuta
a26bae2702
feat: add metadata to changelog, contact, and pricing pages
2026-03-27 14:44:40 +02:00
DESKTOP-RTLN3BA\$punk
64c913baa3
chore: linting
2026-03-27 03:17:05 -07:00
DESKTOP-RTLN3BA\$punk
685ad0c02d
feat: add folder management features including creation, deletion, and organization of documents within folders
2026-03-27 01:39:15 -07:00
Anish Sarkar
22e36d00fc
refactor: update bulk delete bar positioning and styling in DocumentsTableShell
2026-03-27 12:20:43 +05:30
Rohan Verma
95bb522220
Merge pull request #989 from JoeMakuta/style/enhance-global-error-page
...
fix: enhance GlobalError component with improved UI and error handling
2026-03-26 12:42:35 -07:00
Rohan Verma
f0701a0986
Merge pull request #988 from JoeMakuta/fix/convert-search-space-to-server-side
...
fix: convert search space navigation to server-side redirection
2026-03-26 12:42:19 -07:00
Rohan Verma
959999f380
Merge pull request #986 from JoeMakuta/chore/chat-page-client-to-server
...
fix: convert public chat page to server component
2026-03-26 12:41:10 -07:00
Rohan Verma
ccd4ad4552
Merge pull request #985 from JoeMakuta/fix/loading-dashboard-routes
...
fix : loading dashboard routes
2026-03-26 12:40:52 -07:00
JoeMakuta
0e19d1ff20
feat: Add global error handling
2026-03-26 18:14:20 +02:00