nextjs-material-pwa icon indicating copy to clipboard operation
nextjs-material-pwa copied to clipboard

Create "what's new" popup functionality

Open ivandotv opened this issue 3 years ago • 0 comments

I'm thinking of two ways to implement this:

  1. Bundle the "what's new content" directly in the application bundle (like the slideshow)
  2. Create a standard that will query api/whats-new where depending on the on the client version doing the query, it will pick up all the changes (might be from the database) and send it as json to the front-end. Then that data will be displayed in the popup.

ivandotv avatar Mar 28 '22 14:03 ivandotv