Optimize the dashboard#32990
Conversation
|
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. |
* giteaofficial/main: Enhance routers for the Actions runner operations (go-gitea#33549) [skip ci] Updated translations via Crowdin Run yamllint with strict mode, fix issue (go-gitea#33551) Enhance routers for the Actions variable operations (go-gitea#33547) enhancement: add additional command hints for PowerShell & CMD (go-gitea#33548) Feature: Support workflow event dispatch via API (go-gitea#33545) Optimize the dashboard (go-gitea#32990) Rework suggestion backend (go-gitea#33538) Revert "Feature: Support workflow event dispatch via API (go-gitea#32059)" (go-gitea#33541)
It is shown when there's no activity in the feed. This is a partial implementation of go-gitea/gitea#32990. Differences: * drawer icon instead of package icon * h2 instead of h3 * explore links include a link to organizations list * explore links are hidden for hidden explore sections * locales are in JSON, I think it's the time to start using it, the hint is simpler and doesn't lie about following users to get their updates in the feed, which isn't a feature yet * hint uses general hint color instead of input placeholder color * the large icon still uses placeholder color, but I think it's ok Things to improve later: * use 24px variant of icon. This will require reworking `tools/generate-svg.js` * the vue part wasn't ported, but it'd be also nice to have Inspired-by: Kerwin Bryant <kerwin612@qq.com> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7030 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
|
-> The "Search repos..." field isn't automatically focused anymore when visiting the website #34807 |
|
We need the fix: Fix some log and UI problem #34863 |
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.