lilia
9ff95c7e61
DRY up group update sending
...
// FREEBIE
2015-09-23 16:45:07 -07:00
lilia
93a5d01127
Delete old code
...
We don't have any more 'default' css classes. Default avatar data is
simply provided by a model for rendering in a view.
// FREEBIE
2015-09-16 22:19:04 -07:00
lilia
fd29ac8d2c
Promote groups to top of inbox when we update them
...
// FREEBIE
2015-09-16 18:01:39 -07:00
lilia
f764445c86
Remove erroneous license file and headers
...
We only use GPLV3 around here.
// FREEBIE
2015-09-07 14:58:42 -07:00
lilia
24a18e91b3
Clean up shared compose/group update ui
...
Makes the groupupdate and recipient input fields stick to the top,
restyles the typeahead as a floating dropdown list of suggestions
rather than a full width component, fixes group avatar thumbnail
rendering.
// FREEBIE
2015-09-04 13:11:21 -07:00
lilia
e402338af7
Make it easier to reference templates
...
Whisper.Views can now use templateName to reference the id of the
desired template.
2015-09-04 13:09:56 -07:00
lilia
7d9490e503
Add contact list view
...
Used by member list view. Refactored some templates for shared markup.
Fixes strange behavior where members in the list were hoverable and
selectable.
// FREEBIE
2015-09-03 14:31:05 -07:00
lilia
43aaf541c1
Compose flow style tweaks
2015-08-31 16:09:05 -07:00
lilia
809c9bdb57
Save outgoing group updates
2015-07-14 16:41:25 -07:00
lilia
e26b9bfbc7
Default avatar support
...
Fixes #264
Implement the equivalent of java's String.hashCode on the conversation model.
Change avatar template and attributes. Use css classes for colors.
2015-06-19 11:50:18 -07:00
lilia
e9e875766f
Group update recipient typeahead excludes exisiting members
...
Fixes #199
// FREEBIE
2015-06-17 12:21:58 -07:00
lilia
72f16b94ff
Polish group update ux
...
* Show the members list as static elements
* Style the search results as a drop down, mirroring android ux
Fixes #248 // FREEBIE
2015-06-09 16:12:21 -07:00
lilia
23db5802cf
Support custom placeholder on recipients input
2015-06-09 16:10:07 -07:00
lilia
6e1a41e9cf
Update inbox when group avatars change
2015-06-05 11:53:46 -07:00
lilia
f4a206b266
Scale and crop avatars to 256 square thumbnails.
...
Fixes #213 // FREEBIE
2015-06-04 14:46:16 -07:00
lilia
cdb7fcfbad
Pass windows around to let file inputs work
2015-06-04 13:39:52 -07:00
lilia
5d4298697c
Use view.$ shorthand for scoped jquery searches
...
Wish I'd noticed that one earlier. http://backbonejs.org/#View-dollar
2015-03-29 16:29:05 -07:00
lilia
20baa795ad
Fixes #198 Squished avatars
...
Refactor all avatar views to use a shared partial, then change it to a
background image. Requires allowing unsafe-inline styles in the CSP.
2015-03-23 14:01:18 -07:00
lilia
cecb438a52
Simplify avatar rendering
2015-03-18 16:29:01 -07:00
lilia
69d5a6a33c
Improve group update ui/ux
...
Promote group update to its own screen. Add typeahead contact selector
from new conversation view. Restyle to match android (more or less).
Closes #186
2015-03-13 17:33:02 -07:00
lilia
01d5881a71
Remove unneeded if-gaurd
2015-03-05 17:48:07 -08:00
lilia
2ee34343a8
Use consistent boiler plate throughout js files
2015-03-05 15:45:35 -08:00
lilia
1bb480f6ea
DRY up a common view pattern
...
Define a Whisper.View base class that automatically parses and renders
templates and attributes defined by the subclass. This saves us a good
number of lines of code as well as some marginal memory overhead, since
we are no longer saving per-instance copies of template strings.
2015-03-05 15:36:35 -08:00
lilia
a00632c728
Hook up group creation flow UI
...
Checkboxes add and remove members as well as exposing the group update
ui. The conversation window is opened after saving the group.
2015-02-11 17:38:01 -08:00
lilia
44007ca58f
Add rudimentary ui for sending a group update
2015-01-15 09:23:13 -10:00