Rohan Verma
c7cd3c6a9d
Merge pull request #960 from LikiosSedo/fix/stable-keys-pricing
...
fix: replace `key={index}` with stable keys in pricing component
2026-03-24 20:37:47 -07:00
Rohan Verma
3bc4cbd22d
Merge pull request #959 from LikiosSedo/fix/add-noopener-link-toolbar
...
fix: add `rel="noopener noreferrer"` to external link in link-toolbar
2026-03-24 20:37:35 -07:00
Rohan Verma
c69085def7
Merge pull request #958 from LikiosSedo/fix/hero-section-timeout-cleanup
...
fix: add missing `setTimeout` cleanup in hero section collision effect
2026-03-24 20:37:19 -07:00
Rohan Verma
1252d8e1fa
Merge pull request #957 from LikiosSedo/fix/remove-unused-sidebar-header-imports
...
fix: remove unused `useRouter` and `useParams` in SidebarHeader
2026-03-24 20:36:47 -07:00
Rohan Verma
385826a862
Merge pull request #956 from LikiosSedo/fix/spotlight-event-listener-leak
...
fix: use stable references for event listeners in Spotlight component
2026-03-24 20:36:13 -07:00
Rohan Verma
7014adb95b
Merge pull request #955 from LikiosSedo/fix/clear-timeout-code-block
...
fix: add missing `clearTimeout` cleanup in CopyButton useEffect
2026-03-24 20:35:35 -07:00
Rohan Verma
c2bcc038dc
Merge pull request #954 from Nishant-k-sagar/issue-903-img-to-next-image
...
perf: replace img with Next.js Image for avatars
2026-03-24 20:34:41 -07:00
likiosliu
967f9762c3
fix: replace key={index} with stable keys in pricing component
...
Use plan.name and feature text as keys instead of array indices.
Closes #942
2026-03-25 10:41:56 +08:00
likiosliu
1967c14a8e
fix: add rel="noopener noreferrer" to target="_blank" link in link-toolbar
...
Closes #938
2026-03-25 10:40:35 +08:00
likiosliu
16ffdd898a
fix: add missing setTimeout cleanup in hero section collision effect
...
Closes #940
2026-03-25 10:40:06 +08:00
likiosliu
cbb93518b6
fix: remove unused useRouter and useParams in SidebarHeader
...
Closes #944
2026-03-25 10:32:53 +08:00
likiosliu
8d8c36fc59
fix: use stable references for event listeners in Spotlight component
...
Anonymous arrow functions create different references on add/remove,
so the listeners were never actually removed.
Closes #933
2026-03-25 10:32:11 +08:00
likiosliu
89fff1f81f
fix: add missing clearTimeout cleanup in CopyButton useEffect
...
Closes #934
2026-03-25 10:31:35 +08:00
Nishant-k-sagar
6f64a2de9b
perf: replace img with Next.js Image for avatars
2026-03-24 22:38:21 +00:00
Nishant-k-sagar
7f3c7f47f2
feat: add placeholder text to login and register inputs
2026-03-24 21:35:37 +00:00
DESKTOP-RTLN3BA\$punk
724c81de42
Fix mismatched JSX closing tag in roles-manager causing build failure
...
Made-with: Cursor
2026-03-24 13:21:47 -07:00
Rohan Verma
31b0527e9a
Merge pull request #927 from LikiosSedo/fix/abort-controller-audio
...
fix: add AbortController to fetch call in audio download
2026-03-24 12:55:40 -07:00
Rohan Verma
3b3fca0769
Merge pull request #926 from LikiosSedo/fix/replace-any-types-contact-form
...
fix: replace `any` types with proper types in contact form component
2026-03-24 12:55:18 -07:00
Rohan Verma
2745518fdf
Merge pull request #925 from mvanhorn/fix/nested-interactive-elements
...
fix: separate nested interactive elements in roles manager
2026-03-24 12:54:42 -07:00
likiosliu
323788e9a3
fix: replace any types with proper types in contact form component
...
- Replace `any` props type with `React.ComponentProps<"svg">` plus explicit named props
- Replace `any` tuple type with `[number, number]` in squares mapper
Closes #912
2026-03-24 19:55:33 +08:00
likiosliu
a3b3852452
fix: add AbortController to fetch call in audio download
...
Abort in-flight download when the component unmounts or a new download
starts, preventing wasted bandwidth on navigation.
Closes #919
2026-03-24 19:53:14 +08:00
Matt Van Horn
ac2333ee1c
fix: separate nested interactive elements in roles manager
...
Moves the RolePermissionsDialog trigger to wrap only the text content
area instead of the entire card. The dropdown menu is now a sibling,
not nested inside the dialog button. Removes stopPropagation hacks.
Fixes #921
2026-03-24 03:11:30 -07:00
DESKTOP-RTLN3BA\$punk
7f134efa03
fix: improved lighthouse scores
...
- Implemented dynamic import for HeroCarousel to improve loading performance.
- Added IntersectionObserver to manage video playback based on visibility.
- Removed unused video prefetching logic and adjusted autoplay conditions.
- Updated button styles for better consistency and user experience.
2026-03-24 01:44:15 -07:00
Rohan Verma
354d80bf7a
Merge pull request #923 from mvanhorn/osc/905-catch-error-handling
...
fix: add error logging to empty catch blocks in useMessagesElectric
2026-03-24 00:14:50 -07:00
Matt Van Horn
15e9f113e5
fix: add error logging to empty catch blocks in useMessagesElectric
...
Replaces 4 silent catch blocks with console.warn calls so sync
failures are observable in the browser console. Cleanup catches
at lines 147/155 stay silent since PGlite may already be closed.
Fixes #905
2026-03-23 23:34:17 -07:00
Matt Van Horn
b240057c61
fix: gate console.log calls behind development check
...
Wraps unguarded console.log statements in use-connectors-electric,
mcp-config-validator, and ElectricProvider behind an IS_DEV guard,
matching the existing pattern in lib/electric/client.ts. Keeps
console.error calls untouched so real errors still surface.
Fixes #904
2026-03-23 23:29:16 -07:00
DESKTOP-RTLN3BA\$punk
de17ef7f44
style: update GitHub stars badge appearance with improved spacing and color adjustments
2026-03-22 03:17:05 -07:00
DESKTOP-RTLN3BA\$punk
cb6db30143
feat: add new carousel item for AI-generated video creation
2026-03-22 00:34:41 -07:00
DESKTOP-RTLN3BA\$punk
eb8cfd296c
feat: add public routes for video presentations and audio streaming
2026-03-21 23:29:23 -07:00
DESKTOP-RTLN3BA\$punk
d90b6d35ce
feat: enhance video presentation agent with parallel theme assignment and watermarking
2026-03-21 23:02:09 -07:00
DESKTOP-RTLN3BA\$punk
0fe5e034fe
feat: add video presentation tool to generate group
2026-03-21 22:17:08 -07:00
DESKTOP-RTLN3BA\$punk
b28f135a96
feat: init video presentation agent
2026-03-21 22:13:41 -07:00
Rohan Verma
c6a83535d2
Merge pull request #889 from CREDO23/electon-desktop
...
[Feat] Desktop app (Win, Mac, Linux)
2026-03-18 12:56:42 -07:00
DESKTOP-RTLN3BA\$punk
86b21458e0
feat: enhance HeroCarousel with autoplay and visibility handling
...
- Implemented autoplay functionality for the carousel, allowing automatic slide transitions when not expanded or hovered.
- Added visibility change detection to pause autoplay when the tab is not visible.
- Improved button styles to reflect autoplay state visually with progress indicators.
2026-03-17 23:33:45 -07:00
DESKTOP-RTLN3BA\$punk
79208c9812
chore: update tutorial GIFs and MP4s for homepage
...
- Replaced existing binary files for BQnaGif, ConnectorFlowGif, and DocUploadGif with updated versions to enhance visual content on the homepage.
2026-03-17 23:11:52 -07:00
DESKTOP-RTLN3BA\$punk
9b9279ec54
refactor: update user mutation and query atoms to use USER_QUERY_KEY
...
- Replaced cacheKeys with USER_QUERY_KEY in user-mutation.atoms.ts for consistency.
- Updated query function in user-query.atoms.ts to use a separate userQueryFn for clarity.
2026-03-17 22:56:59 -07:00
CREDO23
ec118ed011
fix: set outputFileTracingRoot for predictable standalone output
2026-03-17 19:28:27 +02:00
CREDO23
d4ad5c7fe4
feat(desktop): intercept OAuth redirects to hosted frontend via webRequest
2026-03-17 18:56:33 +02:00
CREDO23
a866e6caa1
feat(web): desktop OAuth deep link redirect
2026-03-17 17:44:56 +02:00
CREDO23
6f9eef6118
feat(desktop): add deep link protocol handler for OAuth login
2026-03-17 17:32:28 +02:00
Anish Sarkar
00b3aac1e3
refactor: enhance mobile document display in DocumentsTableShell with additional skeleton loading and avatar integration
2026-03-17 19:01:57 +05:30
Anish Sarkar
f2c959b034
style: update button styles in DocumentsTableShell and GitHub stars badge for improved UI consistency
2026-03-17 18:51:25 +05:30
Anish Sarkar
d036b7ff4f
fix: remove unnecessary transition classes in DocumentsTableShell for cleaner UI
2026-03-17 18:38:47 +05:30
Anish Sarkar
3a2f80780a
feat: replace image rendering with Avatar component in team content and sidebar user profile
...
- Updated team content to utilize Avatar for member display, enhancing visual consistency.
- Modified SidebarUserProfile to include select-none class for improved styling.
2026-03-17 18:36:46 +05:30
Anish Sarkar
1db716ab6d
feat: update UI components to use Avatar for member display
...
- Replaced image rendering with Avatar component in PublicChatSnapshotRow, ImageModelManager, and ModelConfigManager for improved consistency.
- Adjusted DocumentsFilters to modify PopoverContent width for better layout.
- Enhanced DocumentsTableShell with new state management for member data and added bulk delete functionality.
2026-03-17 18:31:58 +05:30
Anish Sarkar
f9606679e0
refactor: delete the old editor page with atom-based state management for document editing
2026-03-17 17:03:28 +05:30
Anish Sarkar
f617ae8742
feat: implement editor panel functionality and integrate with existing components
...
- Added editor panel state management using Jotai atoms.
- Integrated editor panel into the right panel and documents sidebar.
- Updated DocumentsTableShell to open the editor panel on edit action.
- Enhanced NewChatPage to close the editor panel when navigating away.
- Improved context menu actions for document editing and deletion.
2026-03-17 16:55:31 +05:30
Anish Sarkar
0d56cfb663
chore: ran linting
2026-03-17 15:19:16 +05:30
Anish Sarkar
e5180aa0a3
feat: implement tool grouping in ComposerAction for improved UI organization
2026-03-17 15:18:58 +05:30
Anish Sarkar
591bd6bb46
feat: enhance TooltipIconButton to conditionally disable tooltips
2026-03-17 15:09:24 +05:30