You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to change the Options UI so it looks nicer. The current plan is to have a "Select Options" button slide out once your quantity selected is greater than 0 and if the item has options. The button, when clicked, will open a modal that has the options for item 1, 2, and or 3. The modal will be created using this library and its microinstall for the modal only: https://sveltematerialui.com/demo/dialog/ npm i -D @smui/dialog
Further, the select options button will update its text based on the number of items that have options. It will change to "Select Options (X)" where X is the number of items selected that have options.
The text was updated successfully, but these errors were encountered:
We need to change the Options UI so it looks nicer. The current plan is to have a "Select Options" button slide out once your quantity selected is greater than 0 and if the item has options. The button, when clicked, will open a modal that has the options for item 1, 2, and or 3. The modal will be created using this library and its microinstall for the modal only:
https://sveltematerialui.com/demo/dialog/
npm i -D @smui/dialog
Further, the select options button will update its text based on the number of items that have options. It will change to "Select Options (X)" where X is the number of items selected that have options.
The text was updated successfully, but these errors were encountered: