17 changed files with 393 additions and 172 deletions
@ -0,0 +1,11 @@ |
|||
button(type="button", uk-close).uk-modal-close-default |
|||
form(method="POST", action=`/chat/room/${room._id}/invite`, style="background: none;").uk-form |
|||
.uk-card.uk-card-secondary.uk-card-small |
|||
.uk-card-header |
|||
h1.uk-card-title Invite New Member |
|||
.uk-card-body |
|||
label(for="username").uk-form-label Username |
|||
input(id="username", name="username", type="text", placeholder="Enter username").uk-input |
|||
.uk-card-footer.uk-flex.uk-flex-right |
|||
.uk-width-auto |
|||
button(type="submit").uk-button.uk-button-primary.uk-border-rounded Invite Member |
@ -0,0 +1,27 @@ |
|||
.uk-card { |
|||
|
|||
&.uk-card-secondary { |
|||
|
|||
.uk-card-body { |
|||
border-top: solid 1px #4a4a4a; |
|||
border-bottom: solid 1px #4a4a4a; |
|||
} |
|||
|
|||
button.uk-button { |
|||
|
|||
&.uk-button-primary { |
|||
background: @button-primary-background; |
|||
color: @button-primary-color; |
|||
|
|||
&:hover { |
|||
background: @button-primary-hover-background; |
|||
color: @button-primary-hover-color; |
|||
} |
|||
&:active { |
|||
background: @button-primary-active-background; |
|||
color: @button-primary-active-color; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
} |
@ -122,6 +122,9 @@ dependencies: |
|||
qrcode: |
|||
specifier: ^1.5.3 |
|||
version: 1.5.3 |
|||
randomstring: |
|||
specifier: ^1.3.0 |
|||
version: 1.3.0 |
|||
rate-limiter-flexible: |
|||
specifier: ^5.0.0 |
|||
version: 5.0.0 |
|||
@ -5385,12 +5388,23 @@ packages: |
|||
engines: {node: '>= 0.8'} |
|||
dev: false |
|||
|
|||
/[email protected]: |
|||
resolution: {integrity: sha512-lDVjxQQFoCG1jcrP06LNo2lbWp4QTShEXnhActFBwYuHprllQV6VUpwreApsYqCgD+N1mHoqJ/BI/4eV4R2GYg==} |
|||
dev: false |
|||
|
|||
/[email protected]: |
|||
resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} |
|||
dependencies: |
|||
safe-buffer: 5.2.1 |
|||
dev: true |
|||
|
|||
/[email protected]: |
|||
resolution: {integrity: sha512-gY7aQ4i1BgwZ8I1Op4YseITAyiDiajeZOPQUbIq9TPGPhUm5FX59izIaOpmKbME1nmnEiABf28d9K2VSii6BBg==} |
|||
hasBin: true |
|||
dependencies: |
|||
randombytes: 2.0.3 |
|||
dev: false |
|||
|
|||
/[email protected]: |
|||
resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} |
|||
engines: {node: '>= 0.6'} |
|||
|
Loading…
Reference in new issue