diff options
author | Marvin Borner | 2019-02-09 14:49:53 +0100 |
---|---|---|
committer | Marvin Borner | 2019-02-09 14:49:53 +0100 |
commit | 55ab08f14f6f87cee52e075f8bff2378bf4e2b90 (patch) | |
tree | d31b79df745d80a172f63064013b385830f98893 /views/index.pug | |
parent | 433d54efd19b405f37173d1bc36214ea05f784c0 (diff) |
Added better alerts
Diffstat (limited to 'views/index.pug')
-rw-r--r-- | views/index.pug | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/views/index.pug b/views/index.pug index a585063..38d4d2d 100644 --- a/views/index.pug +++ b/views/index.pug @@ -8,7 +8,7 @@ block content See https://github.com/texxme/Texx/blob/master/LICENSE .chat#chat - button.button.action-button.is-big.is-outlined.is-info(toggle-contact-modal) + button.button.action-button.is-big.is-outlined.is-info#add_contact i.fas.fa-plus button.button.action-button.is-big.is-outlined.is-success#call i.fas.fa-phone @@ -26,18 +26,6 @@ block content button#send_message.message-button.button.is-success(type=submit) i.fas.fa-paper-plane - .modal#add_contact_modal - .modal-background - .modal-card - header.modal-card-head - p.modal-card-title Add a contact - button.delete(aria-label='close', toggle-contact-modal) - section.modal-card-body - input#peer_id.input.is-focused(placeholder='Contact ID') - footer.modal-card-foot - button#add_peer_id.button.is-success(toggle-contact-modal) Add - button.button(aria-label='close', toggle-contact-modal) Cancel - .enter-pin#enter_pin .title.has-text-centered Enter a passphrase: .subtitle.has-text-centered#pin_message |