dal
85f35ccf8d
fix test
2025-09-10 11:03:03 -06:00
Nate Kelley
8c9dcc33ef
Update toggle node
2025-09-10 11:03:03 -06:00
Nate Kelley
de46e24006
Update BlockDraggable.tsx
2025-09-10 11:03:02 -06:00
Nate Kelley
e888f4a114
align grip handles
2025-09-10 11:03:02 -06:00
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
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
c8215b057e
Change rounding
2025-09-09 15:46:51 -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
Nate Kelley
0d027823cb
update packages
2025-09-09 14:42:44 -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
7b8a0dc335
moved
2025-09-09 12:00:55 -06:00
Nate Kelley
e14bf73968
Merge branch 'staging' into devin/BUS-1681-1757438837
2025-09-09 11:39:29 -06:00
Nate Kelley
03b9e29a6f
Update icon color
2025-09-09 11:38:33 -06:00
Devin AI
265dc8d721
Add slash command trigger to AddNewBlockButton
...
- After creating a new block with insertBlock(), automatically insert '/' to trigger slash command menu
- Implements BUS-1681: Add new block button should open slash command menu
- No breaking changes, extends existing functionality
Co-Authored-By: nate@buster.so <nate@buster.so>
2025-09-09 17:28:47 +00:00
Devin AI
7e14da4676
Update slash command menu dimensions in report editor
...
- Change w-[300px] to min-w-[210px] (fixed width to minimum width)
- Change max-h-[288px] to max-h-[300px] (increase maximum height)
- Affects InlineComboboxContent component in report editor slash command menu
Ticket: BUS-1683
Co-Authored-By: nate@buster.so <nate@buster.so>
2025-09-09 17:26:38 +00:00
Nate Kelley
b096b25a7a
Merge pull request #815 from buster-so/nate/hot-fix-staging-okay
...
Nate/hot fix staging okay
2025-09-09 11:19:17 -06:00
Nate Kelley
2759db116b
scroll area add to report embed
2025-09-09 11:15:01 -06:00
Nate Kelley
aee0e241d9
Update share to include report
2025-09-09 11:08:00 -06:00
Nate Kelley
dfbfb53d14
hover updates
2025-09-09 11:03:06 -06:00
Nate Kelley
f6b19d08ab
Update chart header to support embeds
2025-09-09 10:47:03 -06:00
Nate Kelley
333896d58c
create dashboard and metric embed
2025-09-09 10:37:29 -06:00
Nate Kelley
4a01f90332
Add missing pages
2025-09-09 10:15:59 -06:00