mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 18:57:05 +08:00
genai: Fixed ModelSelector InkWell Bleed & made it visible in History
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:apidash/screens/home_page/editor_pane/url_card.dart';
|
||||
import 'package:apidash_core/apidash_core.dart';
|
||||
import 'package:apidash_design_system/apidash_design_system.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
@@ -58,6 +59,12 @@ class HistoryURLCard extends StatelessWidget {
|
||||
),
|
||||
isCompact ? kHSpacer10 : kHSpacer20,
|
||||
],
|
||||
if (apiType == APIType.ai) ...[
|
||||
AIProviderSelector(
|
||||
readOnlyModel: historyRequestModel?.aiRequestModel,
|
||||
),
|
||||
SizedBox(width: 20),
|
||||
],
|
||||
Expanded(
|
||||
child: ReadOnlyTextField(
|
||||
initialValue: url,
|
||||
|
||||
Reference in New Issue
Block a user