SkirdaElectronLauncher/app
Daniel Scalzi ec9e95c130
Working on binding each view together.
Separate views are stored in an ejs file. When the app starts, each file will be loaded, with the DOM elements hidden. Based on the state of the application, a specific view will be fadded in. Switching between views will use this principle.

Moved contents of index.ejs to landing.ejs to make it compatible with the new format. As a result, index.ejs is deprecated and will be removed once it is no longer needed for reference.
2018-04-02 16:05:48 -04:00
..
assets Working on binding each view together. 2018-04-02 16:05:48 -04:00
app.ejs Working on binding each view together. 2018-04-02 16:05:48 -04:00
frame.ejs Added styles for active elements on the login view. Made the frame buttons unfocusable by tabbing. Changed the login form from a form to a div, the form element is not what we want to use. 2018-01-24 17:35:06 -05:00
index.ejs Adding focus and hover elements to the login view, minor change to svg style locations. 2018-01-23 18:07:18 -05:00
landing.ejs Working on binding each view together. 2018-04-02 16:05:48 -04:00
login.ejs Working on binding each view together. 2018-04-02 16:05:48 -04:00
welcome.ejs Working on binding each view together. 2018-04-02 16:05:48 -04:00