-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* "Add UpdateProductButton and DeleteProductButton components with functionality to update and delete products, respectively" Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com> * Updated email template component and added constants for the app name, domain, and author. Made changes to various components and pages to use these constants. Added a new API route for sending emails using the Resend API key. Implemented sending an email when checking out from the cart. Added the ability to delete the cart after checkout. Made adjustments to page titles to include the app name. Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com> * Refactor API route to accept NextRequest and update cart actions to send email notification with order details. Fix price formatting in cart actions. Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com> * Refactor Checkout and Contact Information Handling Refactor handling of checkout functionality and contact information submission to improve code organization and simplify user interaction in the shopping cart page. Contact information fields are now submitted along with the order for efficient processing. * Refactor a price input component to use useState for dynamic updating Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com> * Add ability to upload image. Refactor configuration and update dependencies for new features and enhancements * Add select file in update form and ensure admin authorization checks in relevant routes Added admin authorization checks in routes that involve product management to restrict access to admin-only functionalities, contributing to enhanced security and access control. * Update project constants and footer links, add new links, and improve styling. Updated project constants to reflect the new project name. Added new footer links for navigation, converted footer links to routing links, and enhanced styling for accessibility and visual appeal. * add words to spellright exceptions --------- Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com>
- Loading branch information
Showing
37 changed files
with
2,118 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export const APP_NAME = 'AnArtist.Store'; | ||
export const DOMAIN = 'https://an-artist.store'; | ||
export const DEVELOPER_DOMAIN = 'turskyi.com'; | ||
export const AUTHOR = 'Anna Turska'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.