Commit Graph

14 Commits (6d81011f6a82d089f69aa2388995eca6f7d13a93)

Author SHA1 Message Date
lilia 6d81011f6a Add back button to compose view 11 years ago
lilia fedfdcdd7e Style elements for compose flow 11 years ago
lilia 19ee28209d Restore delivery receipt checkmark 11 years ago
lilia f504087603 Move index styles to their own file 11 years ago
lilia 79b4c89ce4 Fixup attachment preview 11 years ago
lilia 58e7f3c7e1 Fix file input click zone
Previously, the ugly file input was hidden with opacity, and styled as a
square paperclip icon, but its drop and click zones were not constrained
to the visible square. They remained active across the whole 'Choose
File' button, which overlapped with the textarea. Instead, hide the file
input complete (display: none) and transmit click events from the
paperclip to the input programmatically.

Eventually, we'll need to address drag and drop events, but I want to do
that at the window level. Otherwise dropping a file outside the file
input drop zone causes the browser to navigate to the file://... url.
11 years ago
lilia 8498d7ad1f Fixup conversation page styles and functionality
Render the entire conversation from a template, because some parts of it
must be rendered conditionally if it is a group vs private conversation.

Also apply some style fixes and restore lost functionality:
  * Make conversation title bar fixed.
  * Widens message bubbles.
  * Unhide message list.
  * Restore attachment rendering.
  * Restore message sending and attachment file selection.
  * Style attachments file input as a paperclip.
  * Style send button like on Android and make it a submit input.
11 years ago
lilia 7827c4c591 Restore default avatars on the index 11 years ago
lilia 5821e0ddee Add fonts so we don't have to hit googlefonts 11 years ago
Riley Shaw 94ce4d4b91 Simplify panel state management and message passing 11 years ago
Riley Shaw 9071d98395 Update styles to material design to match Android client (first pass) 11 years ago
lilia 3d6c251fd1 Group avatars 11 years ago
Dave Sescleifer 893fffdad8 Added ✓ to delivered messages
Closes #100
Closes #101
11 years ago
lilia 349e7e18f6 Add sass stylesheets 11 years ago