Commit Graph

9 Commits (68027dadd4b4e1c99f5a20647cceff62f6fcfec8)

Author SHA1 Message Date
lilia 68027dadd4 Fix click handler
var i was being bound in the closure of this click handler, then
incremented by the for loop, such that its value was 1 by the time the
handler was called, so we were grabbing the message body from, e.g.
$("#input1") when we wanted $("#input0").
11 years ago
lilia 984a76eeb1 Fix crashing send button
destinations is dead. all hail group.members.
11 years ago
lilia 49cdf04065 Work on message styling
Replicates some styles from the android app.
11 years ago
lilia a67ab3a46f Make popup a little nicer to look at
Also add a little auto-suggestion contacts list. For now it just
contains your own number.
11 years ago
Matt Corallo 2ae5628122 Send-to-self works =D 11 years ago
Matt Corallo 136a8941c1 Things:
* key API changes moxie made because he disliked the other API
 * remove atmosphere
 * Fix some bugs in the send path, update for new send API
 * Send HTML
11 years ago
lilia 0d5d14da6a Fix the clickies 11 years ago
Matt Corallo 8db3885659 Updates, NaCL 11 years ago
Matt Corallo eec4c66ef6 Fixup dir structure 11 years ago