Skip to content

Commit 0ddecf2

Browse files
committed
Add constants
1 parent 302332a commit 0ddecf2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/consts.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,3 +473,9 @@ const kMsgNoContent = "No content";
473473
const kMsgUnknowContentType = "Unknown Response Content-Type";
474474
// Workspace Selector
475475
const kMsgSelectWorkspace = "Create your workspace";
476+
// History Page
477+
const kTitleClearHistory = 'Clear History';
478+
const kMsgClearHistory =
479+
'Clearing History is permanent. Do you want to continue?';
480+
const kMsgClearHistorySuccess = 'History cleared successfully';
481+
const kMsgClearHistoryError = 'Error clearing history';

0 commit comments

Comments
 (0)