mirror of
https://github.com/exane/not-gwent-online
synced 2025-10-09 07:39:08 +00:00
add notifications (kinda)
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
{{#if inMatchmakerQueue}}<img src="../site/public/assets/img/content-load.gif" width=20 style="margin: 5px;"> {{/if}}
|
||||
</button>
|
||||
<!--<button type="button" class="btn btn-primary join-room">Join Room</button>-->
|
||||
<button type="button" class="btn btn-success note">debug note</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -3,7 +3,7 @@
|
||||
</div>
|
||||
<div class="bbm-modal__section">
|
||||
<h1>{{winner}} wins the match!</h1>
|
||||
<p>If you want to give feedback, or if you want to contribute, please feel free to visit <a href="https://github.com/exane/gwent-online">Github Gwent-Online</a>.</p>
|
||||
<p>If you want to give feedback, or want to contribute, please feel free to visit <a href="https://github.com/exane/gwent-online" target="_blank">Github Gwent-Online</a>.</p>
|
||||
<p>For another match reload the page und enqueue again!</p>
|
||||
<p><b>Thanks for playing the game!</b></p>
|
||||
</div>
|
||||
|
3
client/templates/notification.handlebars
Normal file
3
client/templates/notification.handlebars
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="col-xs-12">
|
||||
<div class="alert alert-success">{{message}}</div>
|
||||
</div>
|
Reference in New Issue
Block a user