-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize the dashboard #32990
base: main
Are you sure you want to change the base?
Optimize the dashboard #32990
Conversation
guide.welcome = Welcome to the Gitea. | ||
guide.welcome_desc = Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is better to merge APP_NAME
here, for giving user more freedom of changing the word Gitea
here and the description.
We have APP_NAME
in app.ini, but it seems that it is too long in here.
Maybe we can add APP_DESCRIPTION
or something else.
You can also find the default value of startpage.app_desc
is a part of guide.welcome_desc
|
||
.dashboard #dashboard-repo-list.is-loading { | ||
aspect-ratio: 5.415; /* the size is about 790 x 145 */ | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Such trick can't be right
before:
after:
Optimize the dashboard by adding welcoming messages or quick action entry points (such as adding a new repository or organization) to ensure that new users are not greeted by a blank page upon logging in.