Daniel Scalzi
9b63d9bb58
Integrating new overlay mechanics with login view.
...
Removed login.ejs-specific overlay. Removed blur transition and reduced overlay fade from 500ms to 250ms. Minor modification to the overlay css.
2018-04-07 13:29:40 -04:00
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
Daniel Scalzi
8ea4ae8ec2
Adding login functionality to login view (connection with authmanager).
2018-01-29 01:23:20 -05:00
Daniel Scalzi
52aea274a7
Adding UI functionality to the login view.
2018-01-28 22:33:18 -05:00
Daniel Scalzi
d50b3d2d41
Improving styles for error spans.
2018-01-27 22:51:12 -05:00
Daniel Scalzi
1284c54525
Continuing work on login view, still a ways off from completion.
2018-01-27 22:29:15 -05:00
Daniel Scalzi
a3e7dfc570
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
Daniel Scalzi
2e4a2be8b4
Adding focus and hover elements to the login view, minor change to svg style locations.
2018-01-23 18:07:18 -05:00
Daniel Scalzi
45997c17f5
Fixed transition error with login arrow button.
2018-01-23 15:41:01 -05:00
Daniel Scalzi
e236a38757
Cleaning up login code a bit, next stage is completing login responsiveness.
2018-01-23 02:41:46 -05:00
Daniel Scalzi
e555dd747f
Initial work on login UI. Will continue to experiment with the layout and tweak colors and sizing.
2018-01-22 19:51:14 -05:00