loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Mute repo names in dashboard repo list (#24811)

# Before

![image](https://github.com/go-gitea/gitea/assets/20454870/24b80212-4a4d-44a7-99d5-a8c6b207225e)

# After

![image](https://github.com/go-gitea/gitea/assets/20454870/565b242a-f65d-450c-b43b-c4539a0f8b28)

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: Giteabot <teabot@gitea.io>

authored by

Yarden Shoham
Giteabot
and committed by
GitHub
c641a22f a103b79f

+1 -1
+1 -1
web_src/js/components/DashboardRepoList.vue
··· 71 71 <div v-if="repos.length" class="ui attached table segment gt-rounded-bottom"> 72 72 <ul class="repo-owner-name-list"> 73 73 <li v-for="repo in repos" :key="repo.id"> 74 - <a class="repo-list-link gt-df gt-ac gt-sb" :href="repo.link"> 74 + <a class="repo-list-link muted gt-df gt-ac gt-sb" :href="repo.link"> 75 75 <div class="item-name gt-df gt-ac gt-f1"> 76 76 <svg-icon :name="repoIcon(repo)" :size="16" class-name="gt-mr-2"/> 77 77 <div class="text gt-bold truncate gt-ml-1">{{ repo.full_name }}</div>