JumboCode / TUTV

JumboCode project for TUTV, currently led by Frank Ma. Led by Deepanshu Utkarsh 2019 - 2020.
4 stars 0 forks source link

Create Item Pop-up #60

Open emai-lai opened 4 years ago

emai-lai commented 4 years ago

Item Pop-up

This pop-up appears on top of the Equipment Browser page. When a user clicks on an equipment item, they can read more information about it and see its picture in full.

The "X" button closes the pop-up.

The "Add to Cart" button closes the pop-up and moves the item to the equipment cart on the right side of the Equipment Browser page.

duci9y commented 4 years ago

Lets try to use a library with a minimal API for this one @controversial.

controversial commented 4 years ago

I don’t think we need to add a library for this; I think we can just roll it ourselves.

On Fri, Feb 28, 2020 at 1:07 PM Deepanshu Utkarsh notifications@github.com wrote:

Lets try to use a library with a minimal API for this one @controversial https://github.com/controversial.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/JumboCode/TUTV/issues/60?email_source=notifications&email_token=ACPFRLZV42MXZELQ4R4GM5DRFFHF5A5CNFSM4KZ7SS32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENJTFGI#issuecomment-592655001, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPFRL547AQ7IFKMCNIDNGTRFFHF5ANCNFSM4KZ7SS3Q .

emai-lai commented 4 years ago

Equipment Browser with Pop-up-2 Here is an updated example of the pop-up in context of the Equipment Dashboard. Also, let's add some ability to select the quantity of the item.