forked from jsnbuchanan/crowd-funder-for-time-pwa
feat: move the user profile up on page, reword "star" to "favorite"
This commit is contained in:
@@ -150,8 +150,6 @@
|
|||||||
</section>
|
</section>
|
||||||
<PushNotificationPermission ref="pushNotificationPermission" />
|
<PushNotificationPermission ref="pushNotificationPermission" />
|
||||||
|
|
||||||
<LocationSearchSection :search-box="searchBox" />
|
|
||||||
|
|
||||||
<!-- User Profile -->
|
<!-- User Profile -->
|
||||||
<section
|
<section
|
||||||
v-if="isRegistered"
|
v-if="isRegistered"
|
||||||
@@ -244,6 +242,8 @@
|
|||||||
<div v-else>Saving...</div>
|
<div v-else>Saving...</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<LocationSearchSection :search-box="searchBox" />
|
||||||
|
|
||||||
<UsageLimitsSection
|
<UsageLimitsSection
|
||||||
v-if="activeDid"
|
v-if="activeDid"
|
||||||
:loading-limits="loadingLimits"
|
:loading-limits="loadingLimits"
|
||||||
|
|||||||
@@ -213,7 +213,7 @@ Raymer * @version 1.0.0 */
|
|||||||
}}{{ newStarredProjectChangesHitLimit ? "+" : "" }}
|
}}{{ newStarredProjectChangesHitLimit ? "+" : "" }}
|
||||||
</span>
|
</span>
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
starred project{{ numNewStarredProjectChanges === 1 ? "" : "s" }}
|
favorite project{{ numNewStarredProjectChanges === 1 ? "" : "s" }}
|
||||||
with changes
|
with changes
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -156,7 +156,7 @@
|
|||||||
}}{{ newStarredProjectChangesHitLimit ? "+" : "" }}</span
|
}}{{ newStarredProjectChangesHitLimit ? "+" : "" }}</span
|
||||||
>
|
>
|
||||||
<span class="text-lg font-medium ml-4"
|
<span class="text-lg font-medium ml-4"
|
||||||
>Starred Project{{
|
>Favorite Project{{
|
||||||
newStarredProjectChanges.length === 1 ? "" : "s"
|
newStarredProjectChanges.length === 1 ? "" : "s"
|
||||||
}}
|
}}
|
||||||
With Changes</span
|
With Changes</span
|
||||||
|
|||||||
Reference in New Issue
Block a user