Random things from James-Firth incl update icon

This commit is contained in:
James Firth 2014-05-24 11:10:29 -05:00 committed by Matt Corallo
parent ac48d552fa
commit 6a00e8e348
3 changed files with 8 additions and 3 deletions

View file

@ -8,8 +8,8 @@ use a JS implementation for FF.
Note that the code is currently quite messy (its all in one file!), but it Note that the code is currently quite messy (its all in one file!), but it
needs to work first, then it can be heavily cleaned up later. needs to work first, then it can be heavily cleaned up later.
Developing Getting Started with Development
=========== ================================
* Clone the repo * Clone the repo
* Open Chrome * Open Chrome
@ -17,3 +17,8 @@ Developing
* Enable developer mode (checkbox on the top right) * Enable developer mode (checkbox on the top right)
* Click "Load unpacked extension..." * Click "Load unpacked extension..."
* Point to the repo's directory * Point to the repo's directory
Tips/Tricks
===========
* For Dev purposes, the test server always uses code 111111

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -21,7 +21,7 @@
<div id="listener"></div> <div id="listener"></div>
<div id="log"></div> <div id="log"></div>
<h1>TextSecure</h1> <h1>TextSecure <img src='icon.png' height='50px' width='50px'/></h1>
<div id="init-setup" style="display: none;"> <div id="init-setup" style="display: none;">
<h2>Welcome to TextSecure. To get started please get a 6-digit setup code from your phone and enter it below.</h2> <h2>Welcome to TextSecure. To get started please get a 6-digit setup code from your phone and enter it below.</h2>
Phone number (including country code): +<input type="text" size="2" id="countrycode" /><input type="text" size="8" id="number" /><br> Phone number (including country code): +<input type="text" size="2" id="countrycode" /><input type="text" size="8" id="number" /><br>