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
CREDO23
3c835bdf7e
fix(frontend): remove clone notifications, allow public podcast access
2026-01-28 00:17:54 +02:00
CREDO23
9a4da10b12
feat(frontend): two-phase cloning with loading state
2026-01-28 00:17:44 +02:00
Anish Sarkar
8a5f6ecce1
Merge remote-tracking branch 'upstream/dev' into fix/drive-connector
2026-01-28 02:34:30 +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
5690ac09ec
feat(translations): add translsation
2026-01-27 23:58:08 +05:30
Eric Lammertsma
8e556d8b80
feat: Implemented hero A/B test, added Contact Sales button and fixed PH toolbar compatibility
2026-01-27 13:23:45 -05: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
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
a3b6012fb2
feat: podcast and audio UI is now mobile responsive
2026-01-27 19:47:07 +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
CREDO23
c65cda24d7
style: fix formatting issues
2026-01-27 13:49:46 +02:00
Anish Sarkar
3604a0bbf3
chore: ran frontend linting
2026-01-27 16:34:35 +05:30
Anish Sarkar
b148731fda
feat(sidebar): enhance chat sections layout and functionality with improved height management
2026-01-27 16:32:05 +05:30
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
6091e070f3
chore: remove unused import and restrict noAuthPrefixes
2026-01-27 11:11:08 +02:00
DESKTOP-RTLN3BA\$punk
2434e64093
feat(sitemap): add how-to documentation URL to sitemap with daily change frequency
2026-01-27 01:08:17 -08:00
CREDO23
bd921a8ec8
fix: handle abort error in useGithubStars hook
2026-01-27 10:58:03 +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
CREDO23
988847922f
feat: clone notifications UI and PGlite resync on clone
2026-01-27 10:22:38 +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
CREDO23
a42780a2ec
feat: add chat_cloned notification types to inbox schema
2026-01-27 09:39:03 +02:00
CREDO23
0ad59edda0
feat: auto-trigger clone after login redirect
2026-01-27 09:38:52 +02: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
DESKTOP-RTLN3BA\$punk
af18ed0cc8
docs 0.0.12 changelog
2026-01-26 22:14:21 -08:00
DESKTOP-RTLN3BA\$punk
fee669aaeb
chore: updated posthog version
2026-01-26 14:20:32 -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
CREDO23
37adc54d6a
feat: add public chat frontend
2026-01-26 17:08:26 +02:00
CREDO23
9d7259aab9
feat(web): add public chat and thread API types and services
2026-01-26 16:11:55 +02: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
86f2e798a9
fix: added spinner in login and register page
2026-01-25 16:28:34 +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
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
DESKTOP-RTLN3BA\$punk
09162ad5ca
release: 0.0.12
2026-01-24 17:53:57 -08:00
DESKTOP-RTLN3BA\$punk
555df90c84
chore: New connector statuses for Composio and GitHub
2026-01-24 17:47:18 -08:00
Rohan Verma
46dbd75440
Merge pull request #738 from elammertsma/dev
...
Updated README.md, reorganized and fixed sidebar
2026-01-24 15:30:16 -08:00
Anish Sarkar
9215118bab
feat: enhance documentation and fixed bug in loading.tsx
2026-01-24 22:43:04 +05:30
Anish Sarkar
eaecc091e3
feat: add check icon to active items in sidebar navigation and user profile
...
- Introduced a Check icon to visually indicate active items in the NavSection and SidebarUserProfile components.
- Updated styling to ensure the Check icon appears correctly without altering the background color for active items.
- Enhanced user experience by providing a clear visual cue for selected themes and languages in the sidebar.
2026-01-24 20:05:42 +05:30
Anish Sarkar
ce9e3b01b7
feat: expand onboarding tour with inbox step and update tooltip positioning
...
- Added a new onboarding tour step for the inbox, guiding users to view mentions and notifications.
- Updated tooltip positioning logic to accommodate the new inbox step, ensuring proper alignment during the tour.
- Enhanced the check for required elements to include the inbox step, improving the tour initiation process.
2026-01-24 19:53:56 +05:30