Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
8e13002
Initial Port, WIP
mdroidian Jun 23, 2025
a8a3deb
fix Save Images To Roam
mdroidian Jul 5, 2025
11b745f
prettier formatting
mdroidian Jul 5, 2025
b31b765
fix Save SVGs as Files To Roam
mdroidian Jul 5, 2025
12a6c7a
fix Send To Canvas
mdroidian Jul 5, 2025
4f1de70
Fix Canvas Drawer
mdroidian Jul 5, 2025
ae878c9
Fix Canvas References
mdroidian Jul 5, 2025
a260eae
Add asset preloading to TldrawCanvas and improve loading error handling
mdroidian Jul 20, 2025
87eebd5
Remove useRoamStore utility and its associated logic
mdroidian Jul 20, 2025
bd67ca9
re-add package-lock
mdroidian Jul 20, 2025
de6e5c6
Add error handling for Tldraw component to send error details via email
mdroidian Jul 20, 2025
71803d5
Refactor tool selection in cancelAndWarn method to use "select" inste…
mdroidian Jul 20, 2025
f1a5ffe
Update onInteractionEnd callback in DiscourseRelationTool to use acti…
mdroidian Jul 20, 2025
65c0e00
Refactor error messages in DiscourseRelationTool and DiscourseRelatio…
mdroidian Jul 20, 2025
3f56f94
format
mdroidian Jul 20, 2025
a101cfe
relation creation bug fix
mdroidian Aug 5, 2025
508b078
tldraw height
mdroidian Aug 11, 2025
a410200
Move relation creation to event mouse up
mdroidian Aug 17, 2025
b542cfe
temporarily remove cannot remove this handle"
mdroidian Aug 17, 2025
c369fa9
fixes
mdroidian Aug 18, 2025
296d964
Remove canvas UI overrides utility file
mdroidian Aug 18, 2025
2683492
Refactor relation color handling by introducing getRelationColor util…
mdroidian Aug 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16,633 changes: 16,625 additions & 8 deletions apps/roam/package-lock.json

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions apps/roam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react-vertical-timeline-component": "^3.3.3",
"axios": "^0.27.2",
"esbuild": "0.17.14",
"patch-package": "^6.5.1",
"patch-package": "^8.0.0",
"tsx": "^4.19.2"
},
"//": "axios dep temporary - need to fix the dep in underlying libraries",
Expand All @@ -31,9 +31,7 @@
"@octokit/auth-app": "^7.1.4",
"@octokit/core": "^6.1.3",
"@repo/types": "*",
"@supabase/auth-js": "^2.71.1",
"@supabase/supabase-js": "^2.52.0",
"@tldraw/tldraw": "2.0.0-canary.ffda4cfb",
"tldraw": "2.3.0",
"@vercel/blob": "^0.27.0",
"contrast-color": "^1.0.1",
"cytoscape-navigator": "^2.0.1",
Expand All @@ -43,7 +41,6 @@
"react-draggable": "^4.4.5",
"react-in-viewport": "^1.0.0-alpha.20",
"react-vertical-timeline-component": "^3.5.2",
"roamjs-components": "^0.85.4",
"signia-react": "^0.1.1"
"roamjs-components": "^0.85.4"
}
}
336 changes: 0 additions & 336 deletions apps/roam/patches/@tldraw+editor+2.0.0-canary.ffda4cfb.patch

This file was deleted.

Loading