浏览代码

Update components, change admin badge

Daniel Supernault 5 年之前
父节点
当前提交
cb95f6ab4f

+ 4 - 4
resources/assets/js/components/PostComponent.vue

@@ -21,8 +21,8 @@
             <div class="username">
               <span class="username-link font-weight-bold text-dark cursor-pointer" @click="redirect(statusProfileUrl)">{{ statusUsername }}</span>
               <span v-if="status.account.is_admin" class="fa-stack" title="Admin Account" data-toggle="tooltip" style="height:1em; line-height:1em; max-width:19px;">
-                <i class="fas fa-certificate text-primary fa-stack-1x"></i>
-                <i class="fas fa-check text-white fa-sm fa-stack-1x" style="font-size:7px;"></i>
+                <i class="fas fa-certificate text-danger fa-stack-1x"></i>
+                <i class="fas fa-crown text-white fa-sm fa-stack-1x" style="font-size:7px;"></i>
               </span>
               <p v-if="loaded && status.place != null" class="small mb-0 cursor-pointer text-truncate" style="color:#718096" @click="redirect('/discover/places/' + status.place.id + '/' + status.place.slug)">{{status.place.name}}, {{status.place.country}}</p>
             </div>
@@ -86,8 +86,8 @@
                 <div class="username">
                   <span class="username-link font-weight-bold text-dark cursor-pointer" @click="redirect(statusProfileUrl)">{{ statusUsername }}</span>
                   <span v-if="status.account.is_admin" class="fa-stack" title="Admin Account" data-toggle="tooltip" style="height:1em; line-height:1em; max-width:19px;">
-                    <i class="fas fa-certificate text-primary fa-stack-1x"></i>
-                    <i class="fas fa-check text-white fa-sm fa-stack-1x" style="font-size:7px;"></i>
+                    <i class="fas fa-certificate text-danger fa-stack-1x"></i>
+                    <i class="fas fa-crown text-white fa-sm fa-stack-1x" style="font-size:7px;"></i>
                   </span>
                   <p v-if="loaded && status.place != null" class="small mb-0 cursor-pointer text-truncate" style="color:#718096" @click="redirect('/discover/places/' + status.place.id + '/' + status.place.slug)">{{status.place.name}}, {{status.place.country}}</p>
                 </div>

+ 2 - 2
resources/assets/js/components/Profile.vue

@@ -87,8 +87,8 @@
 								<div class="d-none d-md-flex username-bar pb-3 align-items-center">
 									<span class="font-weight-ultralight h3 mb-0">{{profile.username}}</span>
 									<span class="pl-1 pb-2 fa-stack" v-if="profile.is_admin" title="Admin Account" data-toggle="tooltip">
-										<i class="fas fa-certificate fa-lg text-primary fa-stack-1x"></i>
-										<i class="fas fa-check text-white fa-sm fa-stack-1x" style="font-size:9px;"></i>
+										<i class="fas fa-certificate fa-lg text-danger fa-stack-1x"></i>
+										<i class="fas fa-crown text-white fa-sm fa-stack-1x" style="font-size:9px;"></i>
 									</span>
 									<span v-if="profile.id != user.id && user.hasOwnProperty('id')">
 										<span class="pl-4" v-if="relationship.following == true">

+ 2 - 2
resources/assets/js/components/Timeline.vue

@@ -76,8 +76,8 @@
 									{{status.account.username}}
 								</a>
 								<span v-if="status.account.is_admin" class="fa-stack" title="Admin Account" data-toggle="tooltip" style="height:1em; line-height:1em; max-width:19px;">
-									<i class="fas fa-certificate text-primary fa-stack-1x"></i>
-									<i class="fas fa-check text-white fa-sm fa-stack-1x" style="font-size:7px;"></i>
+									<i class="fas fa-certificate text-danger fa-stack-1x"></i>
+									<i class="fas fa-crown text-white fa-sm fa-stack-1x" style="font-size:7px;"></i>
 								</span>
 								<span v-if="scope != 'home' && status.account.id != profile.id && status.account.relationship">
 									<span class="px-1">•</span>