From efd3de67c79f7507840ac02d63f6c173c298dbac Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 16 Jul 2025 10:38:48 -0400 Subject: switched the collection's ai view to be the same as the image box's --- .../collectionFreeForm/CollectionFreeFormView.tsx | 95 ++++++++++++---------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 6e9e503f4..b45409a75 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1,4 +1,4 @@ -import { Button, Colors, Type } from '@dash/components'; +import { Button, Colors, NumberDropdown, Size, Type } from '@dash/components'; import { Slider } from '@mui/material'; import { Bezier } from 'bezier-js'; import { Property } from 'csstype'; @@ -2162,58 +2162,63 @@ export class CollectionFreeFormView extends CollectionSubView { return ( -
e.stopPropagation()}> -
- Firefly: -
- (this._drawingFillInput = e.target.value))} +
+
+ this._canInteract && (this._regenInput = e.target.value))} + placeholder={this._regenInput || StrCast(this.Document.title)} + /> +
+
+
+ this._canInteract && (this._fireflyRefStrength = val as number)), + `${this.Document.title} button set from list` + )} + fillWidth /> -
- Similarity - (this._fireflyRefStrength = val as number))} - valueLabelDisplay="auto" - /> -
-
-
-- cgit v1.2.3-70-g09d2