Fixed pagination tenders for desktop and

added new config for notification
This commit is contained in:
llsajjad
2025-09-21 14:03:32 +03:30
parent 8a289f2d05
commit 6e6f248702
15 changed files with 422 additions and 219 deletions
+12
View File
@@ -80,6 +80,9 @@ class $AssetsIconsGen {
/// File path: assets/icons/icon_contracts.svg
String get iconContracts => 'assets/icons/icon_contracts.svg';
/// File path: assets/icons/left-arrow.svg
String get leftArrow => 'assets/icons/left-arrow.svg';
/// File path: assets/icons/like.svg
String get like => 'assets/icons/like.svg';
@@ -113,9 +116,15 @@ class $AssetsIconsGen {
/// File path: assets/icons/profile-circle_active.svg
String get profileCircleActive => 'assets/icons/profile-circle_active.svg';
/// File path: assets/icons/search_normal.svg
String get searchNormal => 'assets/icons/search_normal.svg';
/// File path: assets/icons/shield.svg
String get shield => 'assets/icons/shield.svg';
/// File path: assets/icons/sort.svg
String get sort => 'assets/icons/sort.svg';
/// File path: assets/icons/sun.svg
String get sun => 'assets/icons/sun.svg';
@@ -180,6 +189,7 @@ class $AssetsIconsGen {
home,
homeActive,
iconContracts,
leftArrow,
like,
location,
logoBig,
@@ -191,7 +201,9 @@ class $AssetsIconsGen {
notifyIconActive,
profileCircle,
profileCircleActive,
searchNormal,
shield,
sort,
sun,
taskSquareActive,
taskSquare,