mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 18:28:25 +08:00
Refactor terminal and remove duplicate code.
This commit is contained in:
8
lib/terminal/enums.dart
Normal file
8
lib/terminal/enums.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
/// Source category of a terminal entry
|
||||
enum TerminalSource { network, js, system }
|
||||
|
||||
/// Severity level of a terminal entry
|
||||
enum TerminalLevel { debug, info, warn, error }
|
||||
|
||||
/// Phase of a network log lifecycle
|
||||
enum NetworkPhase { started, progress, completed, failed }
|
||||
Reference in New Issue
Block a user