chore: clients comment improvement

- use default ant components instead custom styles
- remove comments in inbound info modal (duplicates information)
- enhance tooltip usage
This commit is contained in:
Shishkevich D.
2025-06-21 15:24:52 +07:00
committed by GitHub
parent 5c10035bd9
commit 1644904755
6 changed files with 85 additions and 109 deletions

View File

@@ -13,12 +13,7 @@
<th>Password</th>
</tr>
<tr v-for="(client, index) in inbound.settings.shadowsockses" :class="index % 2 == 1 ? 'client-table-odd-row' : ''">
<td>
<div class="client-cell">
<div class="client-email">[[ client.email ]]</div>
<div v-if="client.comment && client.comment.trim()" class="client-comment">[[ client.comment ]]</div>
</div>
</td>
<td>[[ client.email ]]</td>
<td>[[ client.password ]]</td>
</tr>
</table>