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
When app.ini contains LANDING_PAGE = explore, all of the three buttons (the cup, Home and Explore) point to the same place. This is redundant and kind of confusing. See here for an example.
So what would I expect? When LANDING_PAGE is set to home, both home and explore buttons should be visible, as they point to different locations. When LANDING_PAGE is set to explore or organizations, the home button should be hidden and explore button should just be labelled home, as it is it's real role now.
The text was updated successfully, but these errors were encountered:
0rzech
changed the title
"Explore" button should be hidden when LANDING_PAGE is set to "explore"
"Explore" button should just be labelled "Home" when LANDING_PAGE is set to "explore"
Aug 9, 2018
0rzech
changed the title
"Explore" button should just be labelled "Home" when LANDING_PAGE is set to "explore"
"Explore" button should just be labelled "Home" when LANDING_PAGE is set to "explore" or "organizations"
Aug 9, 2018
@techknowlogick The home button is removed in above situation. Explore is just additionally renamed to home, because this is exactly what explore button means when LANDING_PAGE is explore or organizations. Also, this will be consistent for people visiting different instances of Gitea. Home-labelled button will always be there for them, just defaulting to different pages. Of course, if you still want me not to rename explore in addition to hiding home, just let me know and I will update PR.
0rzech
changed the title
"Explore" button should just be labelled "Home" when LANDING_PAGE is set to "explore" or "organizations"
"Home" button should be hidden when LANDING_PAGE is set to "explore" or "organizations"
Aug 10, 2018
0rzech
changed the title
"Home" button should be hidden when LANDING_PAGE is set to "explore" or "organizations"
Home button should be hidden when LANDING_PAGE is set to "explore" or "organizations"
Aug 10, 2018
[x]
):Description
When
app.ini
containsLANDING_PAGE = explore
, all of the three buttons (the cup,Home
andExplore
) point to the same place. This is redundant and kind of confusing. See here for an example.So what would I expect? When
LANDING_PAGE
is set tohome
, both home and explore buttons should be visible, as they point to different locations. WhenLANDING_PAGE
is set toexplore
ororganizations
, the home button should be hidden and explore button should just be labelledhome
, as it is it's real role now.The text was updated successfully, but these errors were encountered: