Commit 8d6b615
authored
v0.6.67: VFS upload fix, posthog/copilot correlation, exa date filters, logs panel width, tables UI/DB decoupling
v0.6.67: VFS upload fix, posthog/copilot correlation, exa date filters, logs panel width, tables UI/DB decoupling24 files changed
+16,103-393Lines changed: 16103 additions & 393 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- apps
- docs/content/docs/en/tools
- sim
- app/workspace/[workspaceId]
- home
- hooks
- tables/[tableId]/components/table
- cells
- w/[workflowId]/components/panel
- blocks/blocks
- lib
- copilot
- chat
- tools/handlers
- posthog
- uploads
- contexts/workspace
- server
- stores/logs
- tools/exa
- packages/db
- migrations
- meta
Expand file treeCollapse file tree
Open diff view settings
Collapse file
apps/docs/content/docs/en/tools/exa.mdx
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/exa.mdx+4Lines changed: 4 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
54 | 54 | |
55 | 55 | |
56 | 56 | |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
57 | 61 | |
58 | 62 | |
59 | 63 | |
|
Collapse file
apps/sim/app/workspace/[workspaceId]/home/home.tsx
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/home/home.tsx+10Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
143 | 143 | |
144 | 144 | |
145 | 145 | |
| 146 | + |
146 | 147 | |
147 | 148 | |
148 | 149 | |
149 | 150 | |
150 | 151 | |
151 | 152 | |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
152 | 161 | |
153 | 162 | |
154 | 163 | |
| ||
198 | 207 | |
199 | 208 | |
200 | 209 | |
| 210 | + |
201 | 211 | |
202 | 212 | |
203 | 213 | |
|
Collapse file
apps/sim/app/workspace/[workspaceId]/home/hooks/use-chat.ts
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/home/hooks/use-chat.ts+24-2Lines changed: 24 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
167 | 167 | |
168 | 168 | |
169 | 169 | |
| 170 | + |
170 | 171 | |
171 | 172 | |
172 | 173 | |
| ||
1278 | 1279 | |
1279 | 1280 | |
1280 | 1281 | |
| 1282 | + |
| 1283 | + |
1281 | 1284 | |
1282 | 1285 | |
1283 | 1286 | |
| ||
1293 | 1296 | |
1294 | 1297 | |
1295 | 1298 | |
1296 | | - |
| 1299 | + |
| 1300 | + |
| 1301 | + |
| 1302 | + |
1297 | 1303 | |
1298 | 1304 | |
1299 | 1305 | |
| ||
1305 | 1311 | |
1306 | 1312 | |
1307 | 1313 | |
1308 | | - |
| 1314 | + |
1309 | 1315 | |
1310 | 1316 | |
1311 | 1317 | |
| ||
1351 | 1357 | |
1352 | 1358 | |
1353 | 1359 | |
| 1360 | + |
| 1361 | + |
| 1362 | + |
| 1363 | + |
| 1364 | + |
| 1365 | + |
| 1366 | + |
1354 | 1367 | |
1355 | 1368 | |
1356 | 1369 | |
| ||
4209 | 4222 | |
4210 | 4223 | |
4211 | 4224 | |
| 4225 | + |
| 4226 | + |
| 4227 | + |
| 4228 | + |
| 4229 | + |
| 4230 | + |
| 4231 | + |
| 4232 | + |
4212 | 4233 | |
4213 | 4234 | |
4214 | 4235 | |
| ||
5103 | 5124 | |
5104 | 5125 | |
5105 | 5126 | |
| 5127 | + |
5106 | 5128 | |
5107 | 5129 | |
Collapse file
apps/sim/app/workspace/[workspaceId]/tables/[tableId]/components/table/cells/expanded-cell-popover.tsx
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/tables/[tableId]/components/table/cells/expanded-cell-popover.tsx+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
78 | 78 | |
79 | 79 | |
80 | 80 | |
81 | | - |
| 81 | + |
82 | 82 | |
83 | 83 | |
84 | 84 | |
|
0 commit comments