mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
profile_modal: Migrate manage user footer buttons to user profile.
This commit migrates the "Manage User" footer buttons to the user profile modal. We made this change because we don't want the buttons to scroll with the content; instead, we want them to be sticky at the bottom at all times. Therefore, we moved the buttons to the user profile modal.
This commit is contained in:
@@ -119,6 +119,13 @@
|
||||
<div class="tabcontent" id="manage-profile-tab"></div>
|
||||
</div>
|
||||
</main>
|
||||
<footer class="modal__footer">
|
||||
<button type="button" class="modal__btn dialog_exit_button" aria-label="{{t 'Close this dialog window' }}" data-micromodal-close>{{t "Cancel" }}</button>
|
||||
<button type="button" class="modal__btn dialog_submit_button">
|
||||
<span>{{t "Save changes"}}</span>
|
||||
<div class="modal__spinner"></div>
|
||||
</button>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user