misc chat-box tweaks
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
form(ng-submit='postChat(group,_chatMessage)')
|
||||
//FIXME ng-model makes this painfully slow! using jquery for now, which is really non-angular-like
|
||||
//textarea.span6(rows='3', ui-keypress='{13:"postChat(group,_chatMessage)"}', ng-model='_chatMessage')
|
||||
textarea.span6.chat-textarea(rows='3', ui-keypress='{13:"postChat(group,_chatMessage)"}', ng-model='_chatMessage')
|
||||
br
|
||||
table
|
||||
tr
|
||||
td
|
||||
input.btn.chat-btn(type='submit', value='Send Chat')
|
||||
td
|
||||
button.btn
|
||||
i(class='pull-right icon-refresh', ng-click='sync(group)', tooltip='Fetch Recent Messages')
|
||||
.whatever-options
|
||||
//FIXME ng-model makes this painfully slow! using jquery for now, which is really non-angular-like
|
||||
.control-group.option-large
|
||||
textarea.chat-textarea.option-content(style='height:6em;', ui-keypress='{13:"postChat(group,_chatMessage)"}', ng-model='_chatMessage')
|
||||
table.pull-right
|
||||
tr
|
||||
td
|
||||
input.btn.chat-btn(type='submit', value='Send Chat')
|
||||
td
|
||||
button.btn
|
||||
i(class='pull-right icon-refresh', ng-click='sync(group)', tooltip='Fetch Recent Messages')
|
||||
|
||||
|
||||
|
||||
@@ -41,8 +41,9 @@
|
||||
li
|
||||
h4
|
||||
a(target='_blank', href='http://community.habitrpg.com/forum') Community Forum
|
||||
|
||||
.span8(ng-controller='ChatCtrl')
|
||||
h3 Tavern Talk & LFG
|
||||
h3 Tavern Talk
|
||||
.row-fluid
|
||||
.span3
|
||||
ul.unstyled.buttonList
|
||||
|
||||
Reference in New Issue
Block a user