@@ -3,7 +3,6 @@ import 'package:apidash_design_system/apidash_design_system.dart';
3
3
import 'package:apidash_core/apidash_core.dart' ;
4
4
import 'package:flutter/foundation.dart' ;
5
5
import 'package:flutter/material.dart' ;
6
- // Terminal enums moved here from models to avoid circular imports and simplify usage
7
6
8
7
const kDiscordUrl = "https://bit.ly/heyfoss" ;
9
8
const kGitUrl = "https://github.com/foss42/apidash" ;
@@ -86,15 +85,6 @@ enum HistoryRetentionPeriod {
86
85
final IconData icon;
87
86
}
88
87
89
- /// Source category of a terminal entry
90
- enum TerminalSource { network, js, system }
91
-
92
- /// Severity level of a terminal entry
93
- enum TerminalLevel { debug, info, warn, error }
94
-
95
- /// Phase of a network log lifecycle
96
- enum NetworkPhase { started, progress, completed, failed }
97
-
98
88
enum ItemMenuOption {
99
89
edit ("Rename" ),
100
90
delete ("Delete" ),
@@ -521,3 +511,6 @@ const kMsgClearHistorySuccess = 'History cleared successfully';
521
511
const kMsgClearHistoryError = 'Error clearing history' ;
522
512
const kMsgShareError = "Unable to share" ;
523
513
const kLabelGenerateUI = "Generate UI" ;
514
+ // Terminal Page
515
+ const kMsgNoLogs = 'No logs yet' ;
516
+ const kMsgSendToView = 'Send a request to view its details in the console.' ;
0 commit comments