feat: add more detailed history and group per day
This commit is contained in:
@@ -578,6 +578,12 @@ abstract class AppLocalizations {
|
||||
/// **'Open tabs'**
|
||||
String get openTabs;
|
||||
|
||||
/// No description provided for @closedTabs.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Closed tabs'**
|
||||
String get closedTabs;
|
||||
|
||||
/// No description provided for @selectOrOpenTab.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -740,6 +746,12 @@ abstract class AppLocalizations {
|
||||
/// **'Incorrect PIN.'**
|
||||
String get incorrectPin;
|
||||
|
||||
/// No description provided for @removed.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Removed'**
|
||||
String get removed;
|
||||
|
||||
/// No description provided for @enterPrice.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -1319,13 +1331,13 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @generateMockOrders.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Generate 100 mock orders'**
|
||||
/// **'Generate mock order history'**
|
||||
String get generateMockOrders;
|
||||
|
||||
/// No description provided for @randomCustomersItemsAmounts.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Random customers, items, and amounts'**
|
||||
/// **'100 orders across days with random products and purchase times'**
|
||||
String get randomCustomersItemsAmounts;
|
||||
|
||||
/// No description provided for @performance.
|
||||
|
||||
Reference in New Issue
Block a user