Commit Graph

28 Commits

Author SHA1 Message Date
Sumit Ghosh
c6bd0543e2 Removed image upload functionality 2021-06-24 15:01:51 +05:30
Steve Smith
e9a9dc06d7 Updating Blazor Admin (#442)
* Updating Blazor services

* Adding Settings and Refactoring Services

* WIP - Fighting with DI

* Configuring dependencies in both Web Startup and BlazorAdmin Program.cs has them working again.

* Everything works; need to optimize calls to ListBrands

* LocalStorageBrandService decorator working

* Added cache duration of 1 minute

* Refactoring to reduce token storage
Fixed issue with dropdowns binding to int

* Remove token stuff from login; moved to CustomAuthStateProvider

* Migrated CatalogTypes to separate service
Implemented cache decorator

* Ardalis/blazor refactor (#440)

* 1. Migrate CatalogItemServices -> CatalogItemService.
3. Add caching to CatalogItemService.

* change to $"Loading {key} from local storage" ?

* docker settings added. (#441)

* docker settings added.

* InDocker Removed

* InDocker removed from web startup.

* removed unused using

* no reload list if close without save

* startup patch for localhost

* file name fixed

* removed docker from launchSettings.

* Configure logging via appsettings

Co-authored-by: Shady Nagy <info@shadynagy.com>
2020-07-30 23:50:51 -04:00
yigith
3b1339787f 401 fix (#408)
* transfer basket on login

* review page

* unit tests for TransferBasketAsync
2020-06-24 20:48:23 -04:00
Eric Fleming
f3f74a342e Admin page (#324)
* Updates based on documentation

* Getting the build passing

* Getting app functioning

* A few cleanups to confirm it's working as expected

* Fixing functional tests

* Updating dockerfile for 3.0

* Functional Tests now run sequentially

* Updating to latest version of moq

* Adding migration for post 3.0 upgrades

* Removing commented out lines

* Moving address and catalogitemordered configuration in to classes that own them

* Adding admin user

* Adding admin catalog screen

- will also only display menu option if user is logged in as an admin

* WIP - squash this

* Allow user to edit a catalog item

* Adding entry for new service

* Invalidating cache after catalog item update

- also a little bit of cleanup

* Fixing bad merge

* Removing Picture Uri and making Id readonly

* Adjusting style in menu dropdown so all options are shown

* Creating Cache helpers with unit tests
2019-12-10 22:04:59 -05:00
Sascha Gottfried
ae6368558e Remove client-side libraries managed by Library Manager from repository. Add default target location wwwroot/lib/ to .gitignore file. 2019-07-15 10:13:34 +02:00
Eric Fleming
e87f11b0e1 Merge pull request #256 from dotnet-architecture/adjusting-styles-on-order-details
Adjusting styles on order details
2019-05-28 21:40:43 -04:00
Eric Fleming
3a9d8d0698 Removing font-size adjustment on wrong element 2019-05-28 21:38:39 -04:00
Eric Fleming
804d924988 Updating styles for Order details 2019-05-28 21:36:44 -04:00
Vilimek, Jan
451f20b515 Fixed missing CSS on published site = adding bundling.
Justification:
When published (under Release configuration) in layout there is just app.min.css. We can either add also other minified CSS there (components, headers,...) or add one bundled and minified 8KB css.
2019-05-27 13:54:17 +02:00
Eric Fleming
4d27a4731c Adding z-index so menu displays in front of everything 2019-05-23 22:10:50 -04:00
Eric Fleming
847276a4e5 Adjusting filter button styles 2019-03-10 16:56:01 -04:00
Steve Smith
f5a17ec635 Fixed SCSS variables reference issue (#218)
Fixed tests relying on /sign-in renamed to /login
2019-02-22 12:58:36 -05:00
Eric Fleming
5956ad9b57 Fixing pager styles 2019-02-19 21:54:03 -05:00
Eric Fleming
374c950a49 Fixing footer styling 2019-02-16 20:53:57 -05:00
Eric Fleming
ae46185a0b Working on styling for new Login page 2019-02-15 23:01:16 -05:00
Eric Fleming
f8abe0be12 Adding compilerconfig and updating variables 2019-02-09 15:18:49 -05:00
Eric Fleming
c2ecf6cb36 Getting LibMan in place 2019-02-09 14:08:53 -05:00
Eric Fleming
d4adb5c2b3 Adding libman configuration 2019-02-09 14:00:03 -05:00
Eric Fleming
a38027d7c9 Adjusting navbar brand styles 2019-02-01 21:26:52 -05:00
Eric Fleming
c0a2aee9f0 Adding header styles 2019-02-01 19:46:32 -05:00
Steve Smith
95a2a6208f Removing bower artifacts 2018-08-29 13:44:28 -04:00
Steve Smith
aca618316a Initial Upgrade to .NET Core 2.0 (#50)
* Ardalis/upgrade1 (#44)

* Upgrading to netcore 2.0
Updating repository to support async options and refactoring to use it.

* Starting work on tracking customer orders feature.

* Cleaning up some bugs
Working on basket view component implementation

* Fixing up styles, especially for basket in header.

* Adding Order Features (#47)

* Working on order model binding from checkout page - WIP

* Small layout tweaks (#43)

* Updating quantities implemented.

* Fixed basket widget count

* Order History (#49)

* working on creating and viewing orders.
* Working on wiring up listing of orders
* List orders page works as expected. Needed to support ThenInclude scenarios. Currently using strings.
2017-09-22 11:28:55 -04:00
Robert Sandu
b90bd08d11 Small layout tweaks (#43) 2017-09-01 09:15:42 -04:00
Steve Smith
f0c8f3e234 App Startup (#34)
* Adding ConfigureProduction as copy of ConfigureDevelopment.

* Configuring bundling and updating default appsetting value to work for local images (the setting is still useful for CDN scenarios).
2017-08-08 20:37:51 -04:00
Steve Smith
b67f8cc050 Cart Updates (#26)
* ardalis/cart-updates

Updating how items are added to cart and displayed in cart.

* Cleaning up UI
2017-08-07 09:49:12 -04:00
Steve Smith
af406f86ef Updated logging
Moved images to use static files
Got login working with demo user.
2017-07-26 17:30:29 -04:00
Steve Smith
e4b702141b Updating logo 2017-04-18 16:04:14 -04:00
Steve Smith
884f7c0cfb adding initial project and solution files 2017-03-22 20:58:43 -04:00