Anton Shestakov <av6@dwimlabs.net>, Sun, 03 Apr 2016 12:29:29 +0800
tram: new possible pip color (chat), add another pip to the sidebar
coffee/sidebar.coffee
Permissions: -rw-r--r--
class window.Tram.SidebarApp extends Backbone.View "background: #{ @colors[show] || @colors['default'] };" $btn = $(event.currentTarget) show = $btn.attr('data-show') @model.trigger('show', show, status) @model.trigger('disconnect') @rivet = rivets.bind(@el, model: @model, view: this)