-
-
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
options/locale/locale_en-US.ini
Outdated
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
I'd:
|
And one more thing, the "stop" icon is not suitable for this case (the users will have the question: why the icon tells me to stop here?), it needs a proper icon (if there must be an icon) |
I agree, this icon is too close to a street sign. Kind of hard to find a suitable icon. Maybe an empty window will do: |
Regarding the selection of appropriate icons, i can make the changes after team discussed and confirmed the options. Is that okay? |
I think the right icon should also be changed. |
I haven't looked at the code, but the latest screenshots look good to me |
Following an organization will also get some activities or not? |
I agree, screenshot looks good. The code needs more cleanup before I can approve, especially #32990 (comment). Also please rebase. |
I've replied to this comment. As I said in my reply, actually I didn't understand what it meant. Could you explain it to me again? Thank you! |
Sure, I'll update it later! |
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.