hiyaryan / the-cdj

The Cognitive Distortion Journal (CDJ) is a smart journaling tool that helps remedy distorted thinking. It can feel impossible to follow the CBT technique of labeling distorted thinking and finding alternative modes of thought (i.e. reframing) while cognitive distortions are occurring. The CDJ does that work for you. -- The CDJ is in beta testing!!
https://thecdj.app
2 stars 0 forks source link

Remove Home from Menu when Logged-in #142

Open hiyaryan opened 1 month ago

hiyaryan commented 1 month ago

When authenticated users click on Home, it may be expected that it takes them to their Entries instead of the index page.

If the user wants to view the splash page, instead, they could click on the title, and be navigated to the view that unauthenticated users, or visitors, see when visiting the site at the index page.

Removing Home as opposed to overloading it with different navigations when logged in vs logged out, might be the better option. It might be good to remove it entirely and simply use the title in the navbar to navigate to the index page.