mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Simplify panel state management and message passing
This commit is contained in:
@@ -12,11 +12,13 @@
|
||||
<link href="/components/bootstrap-tagsinput/dist/bootstrap-tagsinput.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body class='signal' data-name="curve25519" data-tools="pnacl" data-configs="Debug Release" data-path="nacl/pnacl/{config}">
|
||||
|
||||
<div class='title-bar' id='header'>
|
||||
<button>●</button>
|
||||
<button class='settings-btn'>●</button>
|
||||
</div>
|
||||
|
||||
<script type='text/x-tmpl-mustache' id='message'>
|
||||
|
||||
<img class="avatar" src="#" alt="">
|
||||
<div class="bubble {{ bubble_class }}">
|
||||
<p class="content">{{ message }}</p>
|
||||
|
||||
Reference in New Issue
Block a user