feat: add rows count (broken), fix: bug with low stock items

This commit is contained in:
2026-08-02 23:23:28 +02:00
parent f5b2041612
commit 6060ca2713
19 changed files with 373 additions and 41 deletions
+12
View File
@@ -278,6 +278,18 @@ abstract class AppLocalizations {
/// **'Dutch'**
String get languageDutch;
/// No description provided for @productGridRows.
///
/// In en, this message translates to:
/// **'Product grid rows'**
String get productGridRows;
/// No description provided for @rowsCount.
///
/// In en, this message translates to:
/// **'{count} rows'**
String rowsCount(int count);
/// No description provided for @theme.
///
/// In en, this message translates to: