OpenTree-Education / rhizone-lms

A learning management system focused on self-reflection.
https://rhi.zone
BSD 3-Clause Clear License
14 stars 7 forks source link

The calendar page needs a more explicit way to go back to the home page #446

Closed camianderson closed 1 year ago

camianderson commented 1 year ago

Expected behaviour

Another option for the User to click and be rerouted to the home page.

Actual behaviour

Right now the only option that the user has is to click in the title of the App.

Steps to reproduce

Details and resources

We can try to implement a back button using an HTML button, or anchor link or an image that will redirect to the main page. Here are some resources about it:

Checklist

camianderson commented 1 year ago

I proposed to implement a "Back" home button in the top or in the bottom of the Calendar page as shown in the screen shots, but since this "Back" button behavior does not appears anywhere else in the application, we decided to don't add a new navigation element to the page.

Screen Shot 2022-11-29 at 3 43 20 PM Screen Shot 2022-11-29 at 3 36 26 PM

camianderson commented 1 year ago

11/29 progress update: I was able to Implement a new home icon in the Navbar so the user can go back home at any time. I am working in figure out how to style the hovering in the title so we can indicate to the user that they can click in the title to go back to the home page.

camianderson commented 1 year ago

11/30 progress update: I was able to add styling to the logo when it is hovered using Styled Components.