mmatsumoto1026
1948f0825c
fix: use NavItem interface for arguments of callback functions
2026-04-10 13:38:27 +09:00
mmatsumoto1026
694da5e439
fix: define proper interfaces for navprops
2026-04-10 13:03:47 +09:00
Rohan Verma
649f315dba
Merge pull request #1209 from tmchow/fix/remove-dead-more-pages-dialog
...
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
Remove dead MorePagesDialog component and morePagesDialogAtom
2026-04-09 14:38:20 -07:00
Trevin Chow
b544b161ae
Remove dead MorePagesDialog component and morePagesDialogAtom
...
MorePagesDialog is never imported anywhere in the codebase.
The /more-pages route uses MorePagesContent directly from
page.tsx. The associated morePagesDialogAtom is also unused
outside the deleted component.
Closes #1192
This contribution was developed with AI assistance (Claude Code).
2026-04-09 14:13:31 -07:00
Rohan Verma
7808950abc
Merge pull request #1208 from SohamBhattacharjee2003/fix/snapshot-delete-error-feedback
...
fix: add user feedback for snapshot deletion failures (#1197 )
2026-04-09 14:01:09 -07:00
DESKTOP-RTLN3BA\$punk
fedb4bcd76
fix: update metadata descriptions to emphasize privacy and data limits
2026-04-09 13:29:34 -07:00
SohamBhattacharjee2003
9ed85af2a5
fix: add user feedback for snapshot deletion failures ( #1197 )
...
- Add toast.error notification when snapshot deletion fails
- Preserve console.error logging for debugging
- Consistent with error handling patterns in other components
- Improves user experience by providing visible error feedback
2026-04-09 22:09:49 +05:30
DESKTOP-RTLN3BA\$punk
b96c04994d
fix: update pricing description to reflect 500 pages included in the free plan
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
2026-04-08 18:37:43 -07:00
Rohan Verma
f47e7a8200
Merge pull request #1187 from MODSetter/dev
...
feat: various fixes and streamlined versioning
2026-04-08 17:39:22 -07:00
DESKTOP-RTLN3BA\$punk
43beb8e533
chore: linting
2026-04-08 16:42:25 -07:00
DESKTOP-RTLN3BA\$punk
bbe774846c
chore: fixed builds
2026-04-08 16:30:31 -07:00
Rohan Verma
edd226ccc1
Merge pull request #1186 from MODSetter/dev_mod
...
chore: various fixes
2026-04-08 16:22:29 -07:00
DESKTOP-RTLN3BA\$punk
5891dfa4d0
Merge commit ' fe6f830eab' into dev_mod
2026-04-08 16:21:36 -07:00
DESKTOP-RTLN3BA\$punk
29b1a9981e
feat: bumped version to 0.0.15
2026-04-08 16:17:37 -07:00
DESKTOP-RTLN3BA\$punk
c6e1a04169
chore: linting
2026-04-08 16:14:26 -07:00
DESKTOP-RTLN3BA\$punk
89c96c1a23
fix: update billing text to reflect 500 pages included in demo plans
2026-04-08 16:00:43 -07:00
DESKTOP-RTLN3BA\$punk
809e0c6b0b
fix: imports
2026-04-08 15:59:30 -07:00
DESKTOP-RTLN3BA\$punk
7276ec856e
feat: add "use client" directive to sidebar-separator component for client-side rendering
2026-04-08 15:01:15 -07:00
Rohan Verma
fe6f830eab
Merge pull request #1185 from AnishSarkar22/fix/folder-watch
...
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
fix: harden folder watch feature with file hash dedup, mtime seeding, and stable spinner
2026-04-08 14:00:05 -07:00
Anish Sarkar
56c5809170
chore: ran linting
2026-04-08 18:23:03 +05:30
Anish Sarkar
3f2602165a
feat: enhance dialog components with improved styling and structure for document upload and folder watch functionalities
2026-04-08 18:14:20 +05:30
Anish Sarkar
37c52ce7ea
feat: implement indexing progress management in local folder indexing process and enhance related test coverage
2026-04-08 18:01:55 +05:30
Anish Sarkar
a8b83dcf3f
feat: add folder_id support in ConnectorDocument and indexing pipeline for improved document organization
2026-04-08 17:48:50 +05:30
Anish Sarkar
f3aa514240
feat: integrate subtree ID retrieval in local folder cleanup process and enhance UI component styling for folder selection
2026-04-08 17:25:18 +05:30
Anish Sarkar
cab0d1bdfe
feat: enhance folder synchronization by integrating subtree ID retrieval and optimizing empty folder cleanup process
2026-04-08 17:10:22 +05:30
Anish Sarkar
ae98f64760
feat: enhance folder indexing with metadata management and improve folder structure handling in UI components
2026-04-08 16:48:40 +05:30
Anish Sarkar
60eb1e4060
feat: implement raw file hash computation to optimize content extraction during local folder indexing
2026-04-08 16:28:51 +05:30
Anish Sarkar
b76a6babc1
refactor: update terminology in AllConnectorsTab and enhance styling in FolderTreeView
2026-04-08 16:20:41 +05:30
Anish Sarkar
c9c1d239f8
refactor: optimize button rendering in CreateSearchSpaceDialog and enhance watched folder ID retrieval in DocumentsSidebar
2026-04-08 16:17:34 +05:30
Anish Sarkar
d009d06432
feat: add seedFolderMtimes API for seeding file modification times during folder synchronization
2026-04-08 16:07:25 +05:30
Anish Sarkar
e8c2377824
refactor: adjust className formatting in LayoutShell and optimize motion.div properties in SidebarSlideOutPanel
2026-04-08 16:04:11 +05:30
Anish Sarkar
5eada7bcab
fix: update button variant in FolderWatchDialog and refine metadata type in folder.types
2026-04-08 15:55:37 +05:30
Anish Sarkar
6f9f69c3e8
refactor: remove local folder indexing endpoints and update related API calls
2026-04-08 15:49:36 +05:30
Anish Sarkar
5f5954e932
feat: implement upload-based folder indexing and synchronization features
2026-04-08 15:46:52 +05:30
DESKTOP-RTLN3BA\$punk
b8d6cd4810
chore: replace video elements with GIFs in README files for improved loading
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
2026-04-08 03:14:27 -07:00
DESKTOP-RTLN3BA\$punk
daa0194024
chore: update GIF assets in hero tutorial section
2026-04-08 03:10:31 -07:00
DESKTOP-RTLN3BA\$punk
435ad1f377
Merge commit ' c77098a288' into dev
2026-04-08 03:03:22 -07:00
DESKTOP-RTLN3BA\$punk
74ccb347c1
chore: replace GIFs with videos in README files for better performance
2026-04-08 03:02:34 -07:00
DESKTOP-RTLN3BA\$punk
ca79ee1060
chore: update GIF assets in readmes
2026-04-08 02:55:12 -07:00
Anish Sarkar
b3925654dd
fix: update MoreHorizontal icon styling in FolderNode component
2026-04-08 15:20:19 +05:30
DESKTOP-RTLN3BA\$punk
b740761492
feat: update instrumentation-client to include platform property in events
...
Added a platform property set to "web" in event properties for better tracking. Updated GIF assets in the hero tutorial section.
2026-04-08 02:41:33 -07:00
DESKTOP-RTLN3BA\$punk
c54dfb8f96
Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev
2026-04-08 02:20:29 -07:00
DESKTOP-RTLN3BA\$punk
4e2e94250c
chore: add lock file syncing in bump-version script
2026-04-08 02:20:20 -07:00
Anish Sarkar
cd71893985
fix: update relationship backref to enable passive deletes for document versions
2026-04-08 14:48:40 +05:30
Anish Sarkar
ef358e067a
feat: add chat session and message synchronization hooks
2026-04-08 14:43:21 +05:30
Rohan Verma
36908241f1
Merge pull request #1184 from mvanhorn/fix/cancel-animation-frame-cleanup
...
fix: add cancelAnimationFrame cleanup in animated-tabs useEffect
2026-04-08 02:03:01 -07:00
Rohan Verma
d73658a8f3
Merge pull request #1183 from mvanhorn/perf/remove-simple-usememo
...
perf: remove unnecessary useMemo wrapping simple boolean expressions
2026-04-08 02:02:28 -07:00
Rohan Verma
588e232588
Merge pull request #1182 from mvanhorn/fix/replace-window-location-with-router
...
fix: replace window.location with router.push for client-side navigation
2026-04-08 02:01:44 -07:00
Anish Sarkar
d66930ead2
Merge remote-tracking branch 'upstream/dev'
2026-04-08 14:16:08 +05:30
Matt Van Horn
833ea18800
fix: add cancelAnimationFrame cleanup in animated-tabs useEffect
...
Store the requestAnimationFrame ID and cancel it on unmount
to prevent updateActiveIndicator from running on an unmounted
component.
Fixes #1093
2026-04-08 01:39:14 -07:00