lilia
ed06161ee7
Quick fix for phone input style
10 years ago
Emily Chao
bb2b53035e
Restyled message attachments
...
Added a size limit, added functionality to delete the attachments before sending in a more user-friendly way
10 years ago
Emily Chao
e74cba8a92
Restyled country dropdown
...
Added jquery plugin that allows for flags and country codes to be
displayed in a user-friendly way, on top of the existing phone view
10 years ago
Emily Chao
5d3020b9ed
Refactor phone number input view
...
Moves validation logic to its own view to be shared on index and options
pages.
10 years ago
Matt Corallo
e7f3e52b6c
Remove NaCL!
10 years ago
lilia
3d6c251fd1
Group avatars
10 years ago
Matt Corallo
b070c6ccb0
s/\t/ /g in stylesheets/options.css
10 years ago
Dave Sescleifer
2462aba24b
Fixed timestamps and added last message to the gutter
10 years ago
Dave Sescleifer
1c47fb7ed8
Contact name now overflows into ellipsis
10 years ago
Dave Sescleifer
893fffdad8
Added ✓ to delivered messages
...
Closes #100
Closes #101
10 years ago
lilia
8c93101989
Don't store conversationType on messages
...
This was used to conditionally render messages in the group style, but
it's actually unnecessary. We can render the same markup in both cases
and change the appearance with css.
10 years ago
lilia
99a2685f93
Store attachments as binary blobs
...
Move base64 encoding of attachments to an AttachmentView. This makes
image rendering an asynchronous task so we fire an update event to
indicate to the parent MessageListView that its content has changed
height and it is time to scroll down.
11 years ago
lilia
28290477f4
Nicer timestamps with momentjs
...
This dependency may be a little heavy for our current use case, but we can
roll with it for now and find something slimmer if it turns out yagni.
Closes #77
Closes #40
11 years ago
lilia
4119c13ba2
Registration ux tweaks
11 years ago
lilia
054f027786
Remove unused stylesheets
...
Move the remaining to /stylesheets
11 years ago
lilia
cd888f66ef
Build unminified manifest.css from sources
11 years ago
lilia
349e7e18f6
Add sass stylesheets
11 years ago
lilia
0cc0b8cc72
Switch tagsinput to bower
11 years ago
lilia
c8ad65efe0
Switch to bower dependencies
...
Checks in only the files we actually need from bower_components.
11 years ago
lilia
987744cd79
Default avatars
...
Someday you'll be able to edit your avatar. Until then, put a bird on
it.
11 years ago
lilia
3334504eff
render attachments
11 years ago
lilia
229007040c
Basic frontend support for image attachments
11 years ago
lilia
c6aae62151
Small message form tweaks
11 years ago
lilia
d67b723f4f
Highlight the selected thread
11 years ago
lilia
19dac1f3df
Decorate incoming group messages
...
with numbers and image placeholders, so you know who's saying what.
11 years ago
lilia
e8399f98df
Quickfix for wonky tagsinput
11 years ago
lilia
2bd77693e1
Refactor options page and style using bootstrap
11 years ago
lilia
40c3bc8640
Fix nacl not loading
...
HEADDESK HEADDESK HEADDESK
11 years ago
lilia
806693ac1c
use new index page for popup
11 years ago
lilia
2f0b0f7a1b
Get overflow scrolls working
...
Had to resort to a resize event handler.
A bit slow at times, but it works.
11 years ago
lilia
546cdf82cb
Fix some markup issues
...
* Remove spurious search div
* Fix nested uls
* Use class name selected, not closed (the inverse)
* Restor nacl div
11 years ago
lilia
c2beda8e40
Get single recipient message composition working again
11 years ago
lilia
c034ac8267
Refactor components for the main content section
...
Each conversation views now manages its own separate elements
rather than all binding to a shared #conversation element, and
similarly for message composition ui.
Also includes the beginnings of group creation UI (not working yet),
featuring bootstrap-tagsinput field for entering group recipients
11 years ago
lilia
28e16aaae8
bootstrap tags input
11 years ago
lilia
518bdb2056
with love from tyler
11 years ago