diff --git a/beakpeek/lib/View/Map/heat_map.dart b/beakpeek/lib/View/Map/heat_map.dart index 70d66de2..e718af2d 100644 --- a/beakpeek/lib/View/Map/heat_map.dart +++ b/beakpeek/lib/View/Map/heat_map.dart @@ -70,7 +70,7 @@ class HeatMapState extends State { 'This is an Endangered Species! Est. Population: $population', style: GlobalStyles.contentPrimary(context).copyWith( fontWeight: FontWeight.w400, - color: const Color.fromARGB(255, 202, 110, 104), + color: AppColors.textColor(context), fontSize: 12, ), textAlign: TextAlign.left, // Align the text to the right @@ -84,7 +84,7 @@ class HeatMapState extends State { 'This is not an Endangered Species!', style: GlobalStyles.contentPrimary(context).copyWith( fontWeight: FontWeight.w400, - color: const Color.fromARGB(255, 119, 189, 121), + color: AppColors.textColor(context), fontSize: 16, ), textAlign: TextAlign.left, // Align the text to the right diff --git a/beakpeek/lib/View/Sightings/sightings.dart b/beakpeek/lib/View/Sightings/sightings.dart index bfaac46f..1041a2b7 100644 --- a/beakpeek/lib/View/Sightings/sightings.dart +++ b/beakpeek/lib/View/Sightings/sightings.dart @@ -106,34 +106,10 @@ class _SightingsState extends State { mainAxisSize: MainAxisSize.min, children: [ Text( - 'Filter by:', + 'Sort by name:', style: GlobalStyles.contentPrimary(context), ), - const SizedBox(width: 8.0), - DropdownButton( - dropdownColor: AppColors.popupColor(context), - value: selectedFilter, - items: [ - DropdownMenuItem( - value: 'name', - child: Text( - 'Name', - style: GlobalStyles.contentPrimary(context), - ), - ), - DropdownMenuItem( - value: 'rarity', - child: Text( - 'Rarity', - style: GlobalStyles.contentPrimary(context), - ), - ), - ], - onChanged: onFilterChanged, - style: GlobalStyles.primaryButtonText(context), - underline: Container(), - ), - const SizedBox(width: 16.0), + SizedBox(width: screenWidth * 0.08), Row( children: [ SizedBox( @@ -148,13 +124,13 @@ class _SightingsState extends State { reportRateASC(); } }, - child: Icon( - Icons.arrow_upward, - color: AppColors.iconColor(context), + child: Text( + 'A-Z', + style: GlobalStyles.secondaryButtonText(context), ), ), ), - const SizedBox(width: 8.0), + const SizedBox(width: 6.0), SizedBox( width: 80.0, height: 34.0, @@ -167,12 +143,13 @@ class _SightingsState extends State { reportRateDESC(); } }, - child: Icon( - Icons.arrow_downward, - color: AppColors.iconColor(context), + child: Text( + 'Z-A', + style: GlobalStyles.secondaryButtonText(context), ), ), ), + SizedBox(height: screenHeight * 0.05), ], ), ], diff --git a/beakpeek/lib/View/UserProfile/user_profile_widgets.dart b/beakpeek/lib/View/UserProfile/user_profile_widgets.dart index 2019c4f3..a050f48a 100644 --- a/beakpeek/lib/View/UserProfile/user_profile_widgets.dart +++ b/beakpeek/lib/View/UserProfile/user_profile_widgets.dart @@ -65,7 +65,7 @@ Widget levelProgressBar(BuildContext context) { xpLabel, style: GlobalStyles.contentPrimary(context).copyWith( fontWeight: FontWeight.bold, - color: AppColors.primaryColorLight, + color: Colors.black54, fontSize: 16, ), ), diff --git a/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Login.cshtml b/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Login.cshtml index 3695a4ae..e5ee18fc 100644 --- a/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Login.cshtml +++ b/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Login.cshtml @@ -6,70 +6,157 @@ ViewData["Title"] = "Log in"; @* Model.ReturnUrl = Request.Query["ReturnUrl"]; *@ } -

@ViewData["Title"]

+ +
-
-
+ -
-
+ +
+
diff --git a/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Register.cshtml b/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Register.cshtml index 6e03f2c5..efcc20dc 100644 --- a/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Register.cshtml +++ b/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Register.cshtml @@ -4,36 +4,136 @@ ViewData["Title"] = "Register"; } -

@ViewData["Title"]

+
-
-
-

Create a new account.

-
- -
- - - -
-
- - - -
-
- - - -
- -
+ -
-
-

Use another service to register.

-
+ +
+