mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Implement change display name
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
</div>
|
||||
<div class="flex1 flex-container flexFlowColumn flexNoGap justifyLeft">
|
||||
<div class="flex-container flexGap10 alignItemsCenter">
|
||||
<i class="hasPassword fa-solid fa-lock"></i>
|
||||
<i class="noPassword fa-solid fa-lock-open"></i>
|
||||
<i class="hasPassword fa-solid fa-lock" title="This account is password protected."></i>
|
||||
<i class="noPassword fa-solid fa-lock-open" title="This account is not password protected."></i>
|
||||
<h3 class="userName margin0"></h3>
|
||||
<small class="userHandle"> </small>
|
||||
</div>
|
||||
@@ -38,7 +38,7 @@
|
||||
</div>
|
||||
<div class="flex-container flexFlowColumn">
|
||||
<div class="flex-container">
|
||||
<div class="userEditButton menu_button disabled">
|
||||
<div class="userChangeNameButton menu_button" title="Change user display name.">
|
||||
<i class="fa-fw fa-solid fa-pencil"></i>
|
||||
</div>
|
||||
<div class="userEnableButton menu_button" title="Enable user account.">
|
||||
|
5
public/scripts/templates/changeName.html
Normal file
5
public/scripts/templates/changeName.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="flex-container">
|
||||
<h3>
|
||||
Enter a new display name:
|
||||
</h3>
|
||||
</div>
|
@@ -35,8 +35,8 @@
|
||||
</div>
|
||||
<div>
|
||||
<span data-i18n="Password:">Password:</span>
|
||||
<i class="hasPassword fa-fw fa-solid fa-lock"></i>
|
||||
<i class="noPassword fa-fw fa-solid fa-lock-open"></i>
|
||||
<i class="hasPassword fa-fw fa-solid fa-lock" title="This account is password protected."></i>
|
||||
<i class="noPassword fa-fw fa-solid fa-lock-open" title="This account is not password protected."></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -74,7 +74,7 @@
|
||||
<i class="fa-fw fa-solid fa-cog warning"></i>
|
||||
<span data-i18n="Reset Settings">Reset Settings</span>
|
||||
</div>
|
||||
<div class="userResetAllButton menu_button menu_button_icon" title="Wipe all user data and reset your account to factory settings.">
|
||||
<div class="userResetAllButton menu_button menu_button_icon disabled" title="Wipe all user data and reset your account to factory settings.">
|
||||
<i class="fa-fw fa-solid fa-skull warning"></i>
|
||||
<span data-i18n="Reset Everything">Reset Everything</span>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user