mirror of
https://github.com/foss42/apidash.git
synced 2025-12-04 20:13:56 +08:00
feat: implement cURL import functionality with parsing and action handling
This commit is contained in:
@@ -58,7 +58,16 @@ class _DashbotHomePageState extends ConsumerState<DashbotHomePage> {
|
||||
},
|
||||
),
|
||||
HomeScreenTaskButton(
|
||||
label: "🔎 Explain me this response",
|
||||
label: "📥 Import cURL",
|
||||
onPressed: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
DashbotRoutes.dashbotChat,
|
||||
arguments: ChatMessageType.importCurl,
|
||||
);
|
||||
},
|
||||
),
|
||||
HomeScreenTaskButton(
|
||||
label: "<EFBFBD>🔎 Explain me this response",
|
||||
onPressed: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
DashbotRoutes.dashbotChat,
|
||||
|
||||
Reference in New Issue
Block a user