You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
As a user,
I need to sometimes access the application on the small screen as well,
so that I can enjoy cross-platform functionality.
Mocks
After '/login' screen, I am redirected to '/menu' screen. In 'Navbar.component.ts', the initial state for navbar has been set to be 'out'. I think for small screen devices, this should be made 'in'.
Acceptance Criteria
Update [Required]
Calling the toggle() method when say, (window.screen.width<512) returning true would animate that thing to state 'in'.
Definition of Done
All of the required items are completed.
Approval by 1 mentor.
Estimation
20 minutes
The text was updated successfully, but these errors were encountered:
Description
As a user,
I need to sometimes access the application on the small screen as well,
so that I can enjoy cross-platform functionality.
Mocks
After '/login' screen, I am redirected to '/menu' screen. In 'Navbar.component.ts', the initial state for navbar has been set to be 'out'. I think for small screen devices, this should be made 'in'.
Acceptance Criteria
Update [Required]
Definition of Done
Estimation
20 minutes
The text was updated successfully, but these errors were encountered: