DESKTOP-RTLN3BA\$punk
37a0bd4533
feat: update contact information and meeting links across components
...
- Changed meeting link from Calendly to Cal.com for scheduling.
- Updated email contact from eric@surfsense.com to rohan@surfsense.com in multiple components.
- Revised text in the contact form to reflect the new scheduling options.
2026-02-27 15:31:31 -08:00
DESKTOP-RTLN3BA\$punk
6f4bf11a32
Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev
2026-02-26 18:25:05 -08:00
DESKTOP-RTLN3BA\$punk
e9892c8fe9
feat: added configable summary calculation and various improvements
...
- Replaced direct embedding calls with a utility function across various components to streamline embedding logic.
- Added enable_summary flag to several models and routes to control summary generation behavior.
2026-02-26 18:24:57 -08:00
Anish Sarkar
2468cc2a4a
feat: add SidebarSeparator component and integrate into documentation layout
...
- Introduced SidebarSeparator component for improved sidebar organization.
- Updated layout configuration to utilize the new SidebarSeparator in the documentation layout.
2026-02-27 02:38:52 +05:30
Anish Sarkar
394a37576c
refactor: update layout configuration and enhance documentation layout
2026-02-27 02:36:18 +05:30
DESKTOP-RTLN3BA\$punk
d198c8b89d
chore; linting
2026-02-25 01:50:28 -08:00
DESKTOP-RTLN3BA\$punk
2869d3a9c8
Merge commit ' d0ee8b12b6' into codesandbox_integration
2026-02-24 16:38:09 -08:00
DESKTOP-RTLN3BA\$punk
c007f0e056
feat: unut codesandbox integration
2026-02-24 16:36:11 -08:00
Rohan Verma
d0ee8b12b6
Merge pull request #834 from CREDO23/google-drive-hitl
...
[Feature] Add human in the loop for google drive sensitive actions (create:docs,sheets & delete)
2026-02-24 16:34:25 -08:00
CREDO23
e89b68520a
rename trash_google_drive_file to delete_google_drive_file
2026-02-24 13:18:39 +02:00
Rohan Verma
47e6a7f29e
Merge pull request #831 from AnishSarkar22/fix/ui
...
feat: multiple UI enhancements
2026-02-24 00:32:11 -08:00
CREDO23
a541deeda8
add google drive tools to TOOLS_WITH_UI set
2026-02-23 15:55:30 +02:00
Eric Lammertsma
e917ff1056
refactor: changed hero to a carousel
2026-02-22 23:38:19 -05:00
Anish Sarkar
e0d149c844
feat: add select-none class to MorePagesPage
2026-02-22 18:44:22 +05:30
Anish Sarkar
aeb2613b2b
chore: linting
2026-02-22 04:41:56 +05:30
Anish Sarkar
ac0027e2d2
feat: update dropdown menu styling and structure for improved UI consistency and responsiveness
2026-02-22 04:35:59 +05:30
Anish Sarkar
f0d170a595
feat: improve chat renaming functionality with dialog support in sidebar components
2026-02-21 23:59:04 +05:30
Anish Sarkar
f3652ad7cf
feat: add created_by_email field to document schema and update related components for improved user information display
2026-02-21 23:41:00 +05:30
Anish Sarkar
12b119be59
feat: enhance UI components by replacing unused icons and adding select-none class for improved text selection behavior
2026-02-21 23:24:07 +05:30
Anish Sarkar
ccf8c063da
feat: update settings navigation to include section parameters for improved user experience
2026-02-21 22:55:54 +05:30
Anish Sarkar
c7736aa62c
feat: adjust pagination size and enhance UI elements in team management and connector popup components
2026-02-21 22:30:41 +05:30
Anish Sarkar
802b4fe44e
feat: refactor team management page by removing invite handling logic and enhancing UI components for better user experience
2026-02-21 20:33:31 +05:30
Anish Sarkar
e3cabe8772
feat: enhance UI by adding select-none class to improve text selection behavior in team management and breadcrumb components
2026-02-21 19:23:38 +05:30
Anish Sarkar
d76380334f
feat: implement pagination and loading skeletons for team management page
2026-02-21 19:19:41 +05:30
Anish Sarkar
9f08f7c9c2
feat: add team roles management feature with UI components and localization support
2026-02-21 14:26:56 +05:30
DESKTOP-RTLN3BA\$punk
634f6f24bf
chore: linting
2026-02-20 22:44:56 -08:00
DESKTOP-RTLN3BA\$punk
b80359e72b
refactor: remove UptimePage component and related uptime monitoring logic from the application
2026-02-20 21:16:45 -08:00
DESKTOP-RTLN3BA\$punk
a3cd598e01
feat: added improved llm model selector
2026-02-20 14:28:01 -08:00
CREDO23
da48f24d7a
add trash google drive file tool UI component
2026-02-20 21:05:26 +02:00
CREDO23
e7f9c658ce
apply formatter cleanup to web files
2026-02-20 20:56:31 +02:00
CREDO23
7d25778927
add create google drive file tool UI component
2026-02-20 20:40:30 +02:00
Rohan Verma
f92567acd8
Merge pull request #827 from elammertsma/dev
...
Simplified Announcements and made minor updates to homepage
2026-02-19 19:10:59 -08:00
Rohan Verma
9aef655566
Merge pull request #825 from CREDO23/sur-169-feat-implement-human-in-the-loop-for-linear-sensitive
...
[Feat] Add human in the loop for linear sensitive actions
2026-02-19 19:09:50 -08:00
Eric Lammertsma
f777142017
refactor: made announcements time-bound and added audiences
...
- Added startTime and endTime properties to announcements for time-bound visibility.
- Introduced audience targeting to control who sees announcements (all, users, web_visitors).
- Updated related components and hooks to support new announcement features.
- Removed unused state tracking for dismissed announcements to streamline functionality.
2026-02-19 18:34:49 -05:00
CREDO23
2f9768b371
fix: register Linear tools in TOOLS_WITH_UI and make GraphQL calls async
...
- Add create_linear_issue, update_linear_issue, delete_linear_issue to
TOOLS_WITH_UI so the HIL approval cards are correctly dispatched to
the Linear tool-ui components (without this the interrupt cards were
never rendered)
- Replace blocking requests.post with httpx.AsyncClient in
LinearConnector.execute_graphql_query to avoid stalling the asyncio
event loop during live streaming; remove now-unused requests import
2026-02-19 15:53:59 +02:00
CREDO23
8711ac82a5
fix: register linear tool UIs, fix broken notion imports and delete issue state field
2026-02-19 15:05:26 +02:00
Anish Sarkar
e34921eac4
feat: introduce plugin presets for PlateEditor, allowing flexible configuration of editor features
2026-02-18 03:49:28 +05:30
Anish Sarkar
baa02c50e4
refactor: replace Pencil icon with PenLine in RowActions and update loading state with Skeleton components in editor page
2026-02-17 21:27:01 +05:30
Anish Sarkar
a482cc95de
chore: ran linting
2026-02-17 12:47:39 +05:30
Anish Sarkar
6cc74689bc
feat: implement save and leave functionality in editor, enhance layout and error handling
2026-02-17 12:42:50 +05:30
Anish Sarkar
8b497da130
feat: add source_markdown column to documents and implement migration logic for existing records using a pure-Python BlockNote JSON to Markdown converter
2026-02-17 11:34:11 +05:30
Anish Sarkar
f2a2872995
Merge remote-tracking branch 'upstream/dev' into fix/ui
2026-02-17 03:58:57 +05:30
DESKTOP-RTLN3BA\$punk
5825ab9884
feat: updated homepage
...
- Added the 'lenis' library for smooth scrolling functionality.
- Integrated 'UseCasesGrid' component into the homepage layout.
- Updated 'HeroSection' to replace image elements with 'WalkthroughScroll' for enhanced user experience.
2026-02-16 05:50:47 -08:00
DESKTOP-RTLN3BA\$punk
81c70befcf
chore: linting
2026-02-15 23:38:15 -08:00
Anish Sarkar
1995fe9ec1
feat: add report content update endpoint and integrate Platejs editor for markdown editing
2026-02-16 00:11:34 +05:30
CREDO23
66a6fb685e
Merge upstream/dev into feature/human-in-the-loop
2026-02-13 20:17:59 +02:00
CREDO23
2a15e0d337
fix: resolve race condition and add cleanup in HITL flow
2026-02-13 19:17:36 +02:00
DESKTOP-RTLN3BA\$punk
a8c1aa28c0
feat: remove pandoc and its respective engine dependencies
2026-02-13 01:34:43 -08:00
CREDO23
0d1b61d7e6
Implement update notion page tool
2026-02-13 10:45:51 +02:00
DESKTOP-RTLN3BA\$punk
fce014e06e
Merge commit ' e9979dfa7d' into feat/report-artifact
2026-02-12 17:10:04 -08:00