Commit Graph

13 Commits (73f4f643516458983bc51a5faec6eee492ef39d0)

Author SHA1 Message Date
lilia 2bd77693e1 Refactor options page and style using bootstrap 11 years ago
lilia 563bb341e2 Rm old css 11 years ago
lilia 9b30780335 rm stale css 11 years ago
lilia 9082781e09 Make header and footer/form work without overflowing 11 years ago
lilia def32f42d4 New layout/design
Two column layout and style tweaks. Templatized conversation views.
Generalized list view.
11 years ago
lilia 2e3d89ef78 Use mustache template for message rendering 11 years ago
Matt Corallo a6b0d1f84b Add entirely untested secondary device init 11 years ago
Marco 13a9329bcf improved number validation (based on google's libphonenumber) 11 years ago
Marco ce98f87d42 phased out some more inline styles 11 years ago
Marco 5cddcb59aa improved some css for options.html 11 years ago
lilia 83508abab8 Thread model and UI improvements
Adds thread model/collection for managing conversation-level state, such
as unreadCounts, group membership, thread order, etc... plus various UI
improvements enabled by thread model, including an improved compose
flow, and thread-destroy button.

Adds Whisper.notify for presenting messages to the user in an orderly
fashion. Currently using a growl-style fade in/out effect.

Also some housekeeping:
Cut up views into separate files.
Partial fix for formatTimestamp.
Tweaked buttons and other styles.
11 years ago
lilia 2820ff8f2d Minor css tweak 11 years ago
lilia b852e68290 Backbone message storage and views
Adds Backbone-based Whisper.Messages model/collection with local storage
extension. Saves sent and received messages in Whisper.Messages instead
of message map. This will assign a unique id to the message and save it
to localStorage.

Adds Backbone-based view to popup.html
  Automatically updates itself when new messages are saved to
  Whisper.Messages db from the background page.

Added some shiny new styles, and started splitting up css into multiple
files for sanity's sake.
11 years ago