Fixed pagination tenders for desktop and
added new config for notification
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user