Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Popup don't need to be writed in html. but automatically generated

Pre-release
Pre-release
Compare
Choose a tag to compare
@Laaouatni Laaouatni released this 19 Aug 13:46
· 75 commits to main since this release
3caef5d
  • we need to simplify the life of the user,

    • so this is why the popup HTML elements don't need to be written in HTML.
    • but be inserted only one time at the start of the program.
      • not at the start, but only when the user uses Gss for visualizing/animating the code. (using static keyword)
  • the popup needs to be inserted inside the parent container

    • parentHtmlContainer: that can be #app, or <body> or custom div.

another thing to solve is... adding a zIndex to all lines, from bigger to smaller. (so we don't have any more UI bugs)

for example:

  • if we have 5 lines.
    • the first line is z-index: 5;, then 4, 3, 2, 1