mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Beam: Scatter: cleaner
This commit is contained in:
@@ -13,7 +13,7 @@ export const SCATTER_RAY_PRESETS = [2, 4, 8];
|
||||
export const SCATTER_RAY_SHOW_DRAG_HANDLE = false;
|
||||
|
||||
// BEAM Gather configuration
|
||||
export const GATHER_COLOR = 'neutral' as const;
|
||||
export const GATHER_COLOR = 'success' as const;
|
||||
export const GATHER_DEFAULT_TO_FIRST_FUSION = true;
|
||||
export const GATHER_PLACEHOLDER = '📦 ...';
|
||||
export const GATHER_SHOW_SYSTEM_PROMPT = false;
|
||||
|
||||
@@ -36,6 +36,8 @@ const desktopBeamGatherPaneSx: SxProps = {
|
||||
borderTop: '1px solid',
|
||||
borderTopColor: 'neutral.outlinedBorder',
|
||||
|
||||
boxShadow: `0px 6px 16px -12px rgb(var(--joy-palette-${GATHER_COLOR}-darkChannel) / 50%)`,
|
||||
|
||||
// [desktop] keep visible at the bottom
|
||||
position: 'sticky',
|
||||
bottom: 0,
|
||||
|
||||
Reference in New Issue
Block a user