Implement a fly-out menu following the design presented here and having these functionalities:
1- Display the name and username of the user;
2- Have a button that allows users to log out of the system. The session of the user should be deleted after he/she logs out of the system. After the logout, the user should be redirected to the login page;
3- Have a menu with two options: one to access to the user profile information and another to access the configurations of the system. When the user clicks on these options the vuejs modal should be displayed. For the basic version of the menu, the content of the modal can be empty.
Implement a fly-out menu following the design presented here and having these functionalities:
1- Display the name and username of the user;
2- Have a button that allows users to log out of the system. The session of the user should be deleted after he/she logs out of the system. After the logout, the user should be redirected to the login page;
3- Have a menu with two options: one to access to the user profile information and another to access the configurations of the system. When the user clicks on these options the vuejs modal should be displayed. For the basic version of the menu, the content of the modal can be empty.