@mundogamernetwork/shared-ui 1.16.8 → 1.16.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -133,6 +133,15 @@ const handleToggleOnline = () => {
|
|
|
133
133
|
</div>
|
|
134
134
|
</div>
|
|
135
135
|
|
|
136
|
+
<!--
|
|
137
|
+
Optional, empty by default — a host with a user-type/role concept
|
|
138
|
+
(jobs-frontend's "Employer"/plan tier, formerly rendered by its own
|
|
139
|
+
now-deleted local HeaderUIUser fork) fills this via
|
|
140
|
+
<template #user-subtitle>; hosts without one render nothing here,
|
|
141
|
+
same as today.
|
|
142
|
+
-->
|
|
143
|
+
<slot name="user-subtitle" />
|
|
144
|
+
|
|
136
145
|
<div v-if="features.wallet && user?.coins !== null" class="row info-row">
|
|
137
146
|
<span class="coins">
|
|
138
147
|
<MGIcon icon="coin-v2" />
|