Commit Graph

6181 Commits

Author SHA1 Message Date
dal 198b7c52c6
Merge pull request #842 from buster-so/staging
0.3.1
2025-09-10 11:14:33 -06:00
dal 78f69d87d2
0.3.1 2025-09-10 11:13:41 -06:00
Nate Kelley 9210db0869
Add in replace to router 2025-09-10 11:07:49 -06:00
Nate Kelley 7d5d0e1c0a
Add some logs in 2025-09-10 11:03:19 -06:00
dal 56af9cd9b7
Merge pull request #841 from buster-so/staging
Revert CLI Release
2025-09-10 10:55:23 -06:00
dal 44f9ae493b
revert cli release 2025-09-10 10:54:33 -06:00
dal 50db4d25de
fix test 2025-09-10 10:52:35 -06:00
dal 15a33d65b8
Merge pull request #840 from buster-so/staging
CLI Release fix
2025-09-10 10:50:40 -06:00
dal a6d2f86280
CLI Release fix 2025-09-10 10:47:29 -06:00
dal 1ab16b3f4f
Merge pull request #839 from buster-so/staging
CLI Release Github Action Fix
2025-09-10 10:43:09 -06:00
dal a631a8bd5b
cli release fix 2025-09-10 10:28:51 -06:00
Nate Kelley 75b3e0c564
Merge pull request #833 from buster-so/devin/BUS-1701-1757476821
BUS-1701: Toggle inserts blank paragraph when expanded and empty
2025-09-10 10:02:33 -06:00
Nate Kelley 2eba88d7f3
Update toggle node 2025-09-10 09:59:22 -06:00
Nate Kelley a8883ec585
Update BlockDraggable.tsx 2025-09-10 09:44:32 -06:00
Nate Kelley c57116c1ab
Merge branch 'staging' into devin/BUS-1701-1757476821 2025-09-10 09:42:47 -06:00
Nate Kelley d505172af7
Merge pull request #837 from buster-so/big-nate-bus-1672-make-grip-aligned
align grip handles
2025-09-10 09:40:53 -06:00
Nate Kelley e4a5a0a886
align grip handles 2025-09-10 09:39:36 -06:00
dal af5a7cdd88
fix: Configure Trigger.dev to handle @duckdb/node-api native bindings
- Add @duckdb/node-bindings as explicit dependency
- Mark all DuckDB native binding packages as external in build config
- This ensures native modules are available at runtime without bundling
2025-09-10 08:24:17 -06:00
dal c784445960
shake up trigger and search dependencies to work now 2025-09-10 08:11:29 -06:00
dal 24ace1fc0b
Merge pull request #836 from buster-so/staging
Increase memory on analyst trigger task
2025-09-10 08:06:48 -06:00
dal f3fe9e6d8a
Merge pull request #835 from buster-so/improve-memory-constraints-on-analyst-task
medium 1x upgrade
2025-09-10 08:06:12 -06:00
dal 4d19d01c29
medium 1x upgrade 2025-09-10 07:42:26 -06:00
Nate Kelley 79b05a2eeb
Merge pull request #834 from buster-so/nate/metric-report-card
Nate/metric report card
2025-09-09 22:45:57 -06:00
Nate Kelley b2cf464061
caption update 2025-09-09 22:45:17 -06:00
Nate Kelley 5ece7d6838
Do not bubble up legend click 2025-09-09 22:23:43 -06:00
Nate Kelley c221bf51e1
update styling for selected metric 2025-09-09 22:16:07 -06:00
Devin AI 74f8cfc623 Fix child detection logic inconsistency
- Align useEffect logic with existing hasContent logic
- Both now use child.text instead of child.text.trim().length > 0
- Addresses greptile-apps bot comment about inconsistent behavior

Co-Authored-By: nate@buster.so <nate@buster.so>
2025-09-10 04:11:32 +00:00
Nate Kelley 84b43c3d6f
Update labels and toolbar 2025-09-09 22:07:53 -06:00
Devin AI c1109728bd BUS-1701: Add auto-insert blank paragraph when toggle expanded with no children
- Enhanced ToggleElement component to detect transition from closed to open state
- Added useEffect to watch open state changes with useRef to track previous state
- Check for meaningful children (block children or non-empty text)
- Use editor.api.findPath and editor.tf.insertNodes to insert blank paragraph
- Automatically positions cursor in newly inserted paragraph for immediate editing
- Preserves all existing toggle functionality and render logic

Co-Authored-By: nate@buster.so <nate@buster.so>
2025-09-10 04:06:50 +00:00
Nate Kelley 04f19c3b05
Merge pull request #832 from buster-so/devin/BUS-1700-1757476269
Add heading placeholders for h1-h6 in report editor
2025-09-09 22:00:17 -06:00
Nate Kelley 5bf5b1ab91
Update toggle-base-kit.tsx 2025-09-09 21:59:55 -06:00
Nate Kelley e4a493bc17
Merge branch 'staging' into devin/BUS-1700-1757476269 2025-09-09 21:53:44 -06:00
Nate Kelley c602c1f98c
Update ToggleNode.tsx 2025-09-09 21:53:35 -06:00
Devin AI 4933c0aed6 Add heading placeholders for h1-h6 in BlockPlaceholderPlugin
- Add placeholder text 'Heading 1' through 'Heading 6' for empty heading components
- Uses existing KEYS constants and placeholder system
- Addresses BUS-1700 ticket requirements

Co-Authored-By: nate@buster.so <nate@buster.so>
2025-09-10 03:51:09 +00:00
Nate Kelley c77f0e02ea
Add a placeholder for toggle 2025-09-09 21:48:35 -06:00
Nate Kelley f719af91ea
Update toggle kit 2025-09-09 21:43:25 -06:00
Nate Kelley 9b947b7827
Merge pull request #831 from buster-so/nate/stabilize-floating-toolbars
Nate/stabilize floating toolbars
2025-09-09 21:34:07 -06:00
Nate Kelley fb0b9956d2
Insert link component 2025-09-09 21:28:59 -06:00
Nate Kelley 2b46562f15
Update LinkFloatingToolbar.tsx 2025-09-09 20:59:46 -06:00
Nate Kelley 177599f0e6
Update LinkFloatingToolbar.tsx 2025-09-09 20:54:26 -06:00
Nate Kelley 4a386590f4
float toolbars 2025-09-09 20:51:47 -06:00
Nate Kelley 0e401c78d6
Merge pull request #829 from buster-so/nate/fix-toolbar
Nate/fix toolbar
2025-09-09 17:42:23 -06:00
Nate Kelley 8c7fd381a2
Added some extra popover dropdwon 2025-09-09 17:40:08 -06:00
Nate Kelley 985548a8ca
Update tables 2025-09-09 17:27:12 -06:00
Nate Kelley 3f96d90783
Update toolbar to handle different shades 2025-09-09 16:49:42 -06:00
Nate Kelley 4390eeb0f6
Fix toolbar buttons 2025-09-09 16:38:44 -06:00
Nate Kelley 2ccf56f35a
Merge pull request #827 from buster-so/nate/create-popover-options
Create additional popover options
2025-09-09 16:11:30 -06:00
Nate Kelley 2ec6d86dba
Create additional popover options 2025-09-09 16:11:07 -06:00
Nate Kelley 044bff9a26
Merge pull request #826 from buster-so/staging
Update github main deploy action
2025-09-09 16:06:00 -06:00
Nate Kelley f0ba7a662e
Trigger prod build 2025-09-09 16:04:57 -06:00