The Nguyen

Results 22 issues of The Nguyen

### Discussed in https://github.com/evershopcommerce/evershop/discussions/579 Originally posted by **treoden** July 8, 2024 # What is a Widget? A widget is a small, reusable block of content that you can place in...

enhancement

When using `fr` language, the build process throws an error ``` { "shop": { "language": "fr" } } ``` ``` ERROR in ./packages/evershop/src/modules/catalog/pages/frontStore/catalogSearch/General.jsx Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: /evershop/packages/evershop/src/modules/catalog/pages/frontStore/catalogSearch/General.jsx:...

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** Build an integration for [Meilisearch](https://www.meilisearch.com/). Support large data set searching and improve the search quality

enhancement

The theming utility command lines is a set of useful commands to speed up the theming development. 1. Create a theme 2. Overwrite an existing component 3. Remove an existing...

**Describe the bug** Adding subtotal condition to the coupon make the coupon invalid **Expected behavior** Coupon should be valid if the cart total is equal of greater than the value...

**Is your feature request related to a problem? Please describe.** Currently, the @evershopcommerce/evershop package does not provide built-in support for JWT (JSON Web Token) authentication. This limits integration options for...

enhancement

**Is your feature request related to a problem? Please describe.** Tailwind CSS v4 has been released with new features, improved performance, and better future-proofing. The project currently uses Tailwind CSS...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, in development mode, we use multiple Webpack instances—one for each route. This setup causes performance issues with hot-reloading. When...

1. Converting jsx to tsx and remove the prop-types 2. Refactoring the components for easier theme development