Skip to content

Commit

Permalink
Dev (#11)
Browse files Browse the repository at this point in the history
* working on profile component

* working on profile component

* improved ui and working on footer

* working on responsive footer

* working on spinner for search func

* impl search spinner

* working to reduce bundle size of storefront from 290.61 kB to below 200kb

* updated max number for product desc

* working on user profile

* working on checkout component

* improved responsivity

* improved readability

* improving checkout page

* completed responsivity for session component

* integrating flutterwave

* removed flutterwave

* migrating dependencies

* uninstalled flutterwave

* integrating paystack. Also race condition api

* working on payment component

* impl race condition

* impl race condition

* update readme

* migrated syntax to angular 17, fixed minor bug and implementing shipping and tax component

* upgrading syntax to angular 17

* removed collection routes and logic

* updating ui based on backend changes

* minor update

* implementing category hierarchy for store and admin front

* working on impl parent when creating a new category

* refactored category on store front

* updated store front navigation

* added parentId to updating categorie

* removed manual subscription from cart component

* worked on upgrading CKEditor ticket

* completed a few tickets

* fixed bug of qty not showing on load of component

* improved bool$ in cart component

* minor update

* working on ship and tax setting

* worked on taxsetting

* worked on a couple tickets

* minor update to UI

* minor update

* fixed switch operator bug on qty in cart component

* trying to update

* temporarily removing paystack dependency

* upgrade to esbuild

* working on success payment page

* update project name

* update cli caching according to paketo

* temporarily removing paystack to validate if it is causing error

* updating to dockerfile due to paystack version issue

* migrated to Dockerfile due to paystack dependency issue

* minor update

* updating dependencies

* updating dependencies

* updated angular core

* updated @angular/cli

* preetier formatted

* change domain
  • Loading branch information
iTchTheRightSpot committed May 6, 2024
1 parent 96c371b commit 34a0a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.production.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const environment = {
production: true,
domain: 'https://server.emmanueluluabuike.com/',
domain: 'https://capstone.emmanueluluabuike.com/',
};

0 comments on commit 34a0a51

Please sign in to comment.