In the old file, everything was handled via JavaScript, whether it was the info modal (which we're using a details dropdown instead), the times or even the names of the time. Now, on the premise that JavaScript should be handling functionality rather than the metadata, I've started moving all of it towards being read by element attributes (rather than the ones that need special attention).
However, I did not finish. Here's the leftovers:
[x] There is still a need of implementation for Candle Lighting, Tzeit, Havdalah and anything after Plag.
[x] After we get it all in HTML, run a script to get the information to move it to a YML
Makes it MUCH easier to port the zmanim handlers themselves.
This needs to be reflected for both the TV layout and the regular wide layout
In the old file, everything was handled via JavaScript, whether it was the info modal (which we're using a details dropdown instead), the times or even the names of the time. Now, on the premise that JavaScript should be handling functionality rather than the metadata, I've started moving all of it towards being read by element attributes (rather than the ones that need special attention).
However, I did not finish. Here's the leftovers:
This needs to be reflected for both the TV layout and the regular wide layout