- Add popup delete account
    - Fix change username - email
    - Fix color profil dash and history
This commit is contained in:
Mathis Degryck
2024-09-27 18:34:24 +02:00
committed by Mathis Degryck
parent 1d33cbc1d0
commit f511e999fe
3 changed files with 72 additions and 11 deletions

View File

@ -9,9 +9,21 @@
<p>Logout</p>
</div>
</div>
<div class="popup-background-delete" id="popup-background-delete">
<div class="popup-delete">
<h1>Are you sure you want to delete tour account ?</h1>
<input type="text" id="username-delete" placeholder="Username">
<button class="delete-btn" id="deleteButton">Delete the account</button>
</div>
</div>
<div id="settingsBody">
<div class="container-settings">
<div class="left-section">
<div class="form-group-settings">
<label for="email">Email</label>
<input type="email" id="email" placeholder="Email">
</div>
<div class="form-group-settings">
<label for="username">Username</label>
<input type="text" id="username" placeholder="Username">
@ -21,15 +33,6 @@
</div>
</div>
<div class="form-group-settings">
<label for="email">Email</label>
<input type="email" id="email" placeholder="Email">
<div class="form-footer">
<small>You have changed your email, you can modify it here.</small>
<button class="save-btn-settings">SAVE</button>
</div>
</div>
<div class="form-group-settings">
<label for="discord">Discord</label>
<input type="text" id="discord" placeholder="Discord">