Currently, the changes in UI based on data are done on the fly in the component. I want them to be done via a central UI slice.
- The button change of "Add to cart" to "+" and "-" buttons, should be done via a UI slice.
- The DialogBox (The message box that appears for quantity limit and stock out options).
Currently, the changes in UI based on data are done on the fly in the component. I want them to be done via a central UI slice.