Update project dependencies, configs, and UI components #47
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
System.Formats.Asn1
package toMLS.Api.csproj
andMLS.Persistence.csproj
.Program.cs
.Program.cs
.launchSettings.json
.appsettings.Development.json
with logging and connection string.EntityConfigurations.cs
andMatLidStoreDatabaseContext.cs
.AddDbContext
method inIdentityServiceRegistration.cs
.20240803070055_InitialMigrationDatabase.cs
.launch.json
to usepwa-edge
.plugins
array inkarma.conf.js
.home.component.html
.footer.component.html
with a detailed footer structure.header.component.html
andlogin-layout.component.html
with detailed structures.PR Classification
Code cleanup and feature enhancement.
PR Summary
This pull request includes code cleanup, feature enhancements, and UI updates.
Program.cs
: Updated Swagger configuration and removed commented-out JWT code.footer.component.html
: Overhauled footer structure with a gradient background and social media links.header.component.html
: Replaced simple paragraph with a complex navigation bar and mobile menu.IAuthenticationService.cs
: AddedValidateUserCredentialsAsync
method.IProductRepository.cs
: AddedIsProductNameUniqueAsync
method.