thescientist13 / greenwood-lit-ssr

A demonstration repo for deploying a full-stack Greenwood app with Lit SSR, Vercel static hosting and Serverless + Edge functions.
https://greenwood-lit-ssr.vercel.app/
0 stars 0 forks source link

use a `<dialog>` element instead of an `alert` for selected item experience #11

Closed thescientist13 closed 6 months ago

thescientist13 commented 8 months ago

Basically just a copy / paste of the same thing done for the Vercel repo example - https://github.com/ProjectEvergreen/greenwood-demo-adapter-vercel/pull/26 image

  1. [ ] Create an <app-modal> component and add it to all pages
  2. [ ] Have <app-card> emit a custom event
  3. [ ] Have the <app-modal> component manage opening / closing the modal