Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Creating Last Updates Popup

Compare
Choose a tag to compare
@HamzaElkotp HamzaElkotp released this 01 Jun 18:21
· 26 commits to master since this release

In this version v1.2.2

  • We developed a logic to check
    • the current version in the app.js file (will be changed in every update)
    • the last version (will be recorded in the localStorage)
    • compare them to check if you have installed the new version
    • then show a popup that contains all the update details
  • We created a JSON file contains all the new version details, this File will be converted to DOM elements in the popup
  • the update popup appears for one time then disappears.