summaryrefslogtreecommitdiffstats
path: root/web_src/js/components/DashboardRepoList.vue
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-03-31 18:06:06 +0200
committerGitHub <noreply@github.com>2024-03-31 16:06:06 +0000
commitff334749f58c71980ec19143bc21c0a799074b30 (patch)
tree4f5b2c0a8d6b593cb7502c1c093471186a3a070a /web_src/js/components/DashboardRepoList.vue
parent0497b2607d1052e771af4017c2c4180adb7d86b2 (diff)
downloadgitea-ff334749f58c71980ec19143bc21c0a799074b30.tar.gz
gitea-ff334749f58c71980ec19143bc21c0a799074b30.zip
Remove fomantic input module (#30194)
Another pure CSS module. Some styling is part of the `form` module which will likely follow next.
Diffstat (limited to 'web_src/js/components/DashboardRepoList.vue')
-rw-r--r--web_src/js/components/DashboardRepoList.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/web_src/js/components/DashboardRepoList.vue b/web_src/js/components/DashboardRepoList.vue
index ffdcef2bc8..2d980a1b18 100644
--- a/web_src/js/components/DashboardRepoList.vue
+++ b/web_src/js/components/DashboardRepoList.vue
@@ -355,9 +355,9 @@ export default sfc; // activate the IDE's Vue plugin
</a>
</h4>
<div class="ui attached segment repos-search">
- <div class="ui small fluid action left icon input" :class="{loading: isLoading}">
+ <div class="ui small fluid action left icon input">
<input type="search" spellcheck="false" maxlength="255" @input="changeReposFilter(reposFilter)" v-model="searchQuery" ref="search" @keydown="reposFilterKeyControl" :placeholder="textSearchRepos">
- <i class="icon"><svg-icon name="octicon-search" :size="16"/></i>
+ <i class="icon loading-icon-3px" :class="{'is-loading': isLoading}"><svg-icon name="octicon-search" :size="16"/></i>
<div class="ui dropdown icon button" :title="textFilter">
<svg-icon name="octicon-filter" :size="16"/>
<div class="menu">