Commit Graph

6157 Commits

Author SHA1 Message Date
dal 6c5a733fd7
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 11:03:02 -06:00
dal adaab8131b
shake up trigger and search dependencies to work now 2025-09-10 11:03:01 -06:00
dal 1fd9155dce
medium 1x upgrade 2025-09-10 11:03:01 -06:00
Nate Kelley 2c39af58ad
caption update 2025-09-10 11:03:01 -06:00
Nate Kelley 598f74fa2b
Do not bubble up legend click 2025-09-10 11:03:01 -06:00
Nate Kelley 5bd405ff2b
update styling for selected metric 2025-09-10 11:03:01 -06:00
Nate Kelley 0c8493660a
Update labels and toolbar 2025-09-10 11:03:00 -06:00
Devin AI 68a0416bda
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 11:03:00 -06:00
Devin AI ac2d945c27
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 11:03:00 -06:00
Nate Kelley 453ac28759
Update toggle-base-kit.tsx 2025-09-10 11:03:00 -06:00
Nate Kelley 345e552560
Update ToggleNode.tsx 2025-09-10 11:03:00 -06:00
Devin AI 05b213a124
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 11:02:59 -06:00
Nate Kelley 8729374d70
Add a placeholder for toggle 2025-09-10 11:02:59 -06:00
Nate Kelley 68eaacea67
Update toggle kit 2025-09-10 11:02:59 -06:00
Nate Kelley 3b90c44ecc
Insert link component 2025-09-10 11:02:59 -06:00
Nate Kelley aa13498886
Update LinkFloatingToolbar.tsx 2025-09-10 11:02:58 -06:00
Nate Kelley 4b3ee3666f
Update LinkFloatingToolbar.tsx 2025-09-10 11:02:58 -06:00
Nate Kelley 3fc6066b1d
float toolbars 2025-09-10 11:02:58 -06:00
Nate Kelley 635687c67d
Added some extra popover dropdwon 2025-09-10 11:02:58 -06:00
Nate Kelley c0592513a9
Update tables 2025-09-10 11:02:58 -06:00
Nate Kelley 505b9a98c6
Update toolbar to handle different shades 2025-09-10 11:02:57 -06:00
Nate Kelley 5ba8e6d868
Fix toolbar buttons 2025-09-10 11:02:57 -06:00
Wells Bunker d9a5023595
pr changes 2025-09-10 11:01:26 -06:00
Wells Bunker 8f4daaa3e6
Adding api, ai task, and database adjustments for user suggested prompts 2025-09-09 18:09:41 -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 f0ba7a662e
Trigger prod build 2025-09-09 16:04:57 -06:00
Nate Kelley f19d02f097
Merge branch 'staging' of https://github.com/buster-so/buster into staging 2025-09-09 15:46:53 -06:00
Nate Kelley c8215b057e
Change rounding 2025-09-09 15:46:51 -06:00
dal a8dfa88871
get rid of setup-db and usage in command 2025-09-09 15:25:49 -06:00
Nate Kelley 52003f5e69
Merge branch 'staging' of https://github.com/buster-so/buster into staging 2025-09-09 15:10:20 -06:00
Nate Kelley 3fd9675f66
update yaml for prod deploys 2025-09-09 15:10:18 -06:00
dal f192559946
cli release fix for bun bundler 2025-09-09 15:00:18 -06:00
Nate Kelley a75d20e293
Merge pull request #817 from buster-so/devin/BUS-1681-1757438837
Add slash command trigger to AddNewBlockButton (BUS-1681)
2025-09-09 14:56:32 -06:00
Nate Kelley deab17ff37
Update setup workers 2025-09-09 14:53:09 -06:00
dal af4e759807
Merge pull request #824 from buster-so/staging
anthorpic million token beta with cli release fix
2025-09-09 14:43:00 -06:00
Nate Kelley 0d027823cb
update packages 2025-09-09 14:42:44 -06:00
dal 22093c21f0
anthorpic million token beta with cli release fix 2025-09-09 14:42:17 -06:00
dal 779301e333
Merge pull request #823 from buster-so/staging
switch antrhopic and bedrock
2025-09-09 14:23:04 -06:00
dal 4eca287677
switch antrhopic and bedrock 2025-09-09 14:22:44 -06:00
dal efb82ca03d
Merge pull request #822 from buster-so/staging
Staging
2025-09-09 14:19:35 -06:00
dal c022a310db
Merge pull request #821 from buster-so/fix-caching-issues
gateway remove hour header
2025-09-09 14:18:47 -06:00
dal abcdee786e
gateway remove hour header 2025-09-09 14:12:42 -06:00
dal 80561c205e
Merge pull request #820 from buster-so/staging
Release to Staging
2025-09-09 13:51:32 -06:00
dal 303daa927c
Merge pull request #819 from buster-so/fix-race-condition-in-ink-input
Refactor Auth command input handling
2025-09-09 13:27:30 -06:00
Nate Kelley 48c66103b0
insert and change placeholder 2025-09-09 13:22:42 -06:00
dal a554945484
Refactor Auth command input handling
- Updated the Auth command to use SafeTextInput for better input handling.
- Simplified input submission logic by creating separate functions for host and API key submissions.
- Removed unused imports and cleaned up the code for improved readability.
2025-09-09 13:18:23 -06:00
Nate Kelley debef9a222
Update inline combobox 2025-09-09 12:17:49 -06:00
dal 8e17dc79b3
Merge pull request #818 from buster-so/hot-fix-gateway-headers-and-such
REMOVE old anthropic headers
2025-09-09 12:02:50 -06:00
dal 7b8a0dc335
moved 2025-09-09 12:00:55 -06:00