lilia
3d34cdcc0c
Fix border-color on inactive conversation header
...
// FREEBIE
9 years ago
lilia
1b6eda6a8d
Tighten spacing between bubbles
...
// FREEBIE
9 years ago
lilia
6c35f2a010
Clean up timestamp/status alignment
...
// FREEBIE
9 years ago
lilia
512c5bf739
Incoming bubbles have sender's color background
...
// FREEBIE
9 years ago
lilia
4060221b9c
Make panel scrollbar track persistent
...
The bar is effectively invisible, but having it present means that we
don't see a jarring change in width when the content expands into the
overflow zone and triggers the scrollbar to suddenly appear.
// FREEBIE
9 years ago
lilia
5a9358efc9
Reorder object members
...
Group click events together, put custom events at the bottom.
// FREEBIE
9 years ago
lilia
198cc70cef
Remove unusued event handlers
...
The conversation view now handles displaying and listening to the back
button.
// FREEBIE
9 years ago
lilia
1e3e730d88
Consolidate panel container styling
...
Special case the main panel because it is super speshul.
// FREEBIE
9 years ago
lilia
6fe9c3f964
Nest key verification inside conflict dialogs
...
// FREEBIE
9 years ago
lilia
c4fcbd8cbe
Fix i18n in tests
...
// FREEBIE
9 years ago
lilia
9f0bcf6ae7
Add top padding to panel containers
...
// FREEBIE
9 years ago
lilia
af1b7552f4
Fix oddly shaped disconnected icon
...
// FREEBIE
9 years ago
lilia
3901bcb8df
Style resend button as an inline link
...
For messages that failed to send due to network errors, this change
allows retrying them directly from the main conversation view rather
than only from the message detail view.
// FREEBIE
9 years ago
lilia
c48484e04f
Add padding to right of conversation input
...
// FREEBIE
9 years ago
lilia
08da29969c
Fix menu behavior
...
Opening the global menu should close the conversation menu and vice
versa.
// FREEBIE
9 years ago
lilia
2e7c7ce0cc
Move back button to the left
...
// FREEBIE
9 years ago
lilia
2c4d2b150e
Fix welcome text centering
...
// FREEBIE
9 years ago
lilia
9dc2405f2f
Add bg color on default group avatar
...
// FREEBIE
9 years ago
lilia
0338cf92dd
Add missing images
...
// FREEBIE
9 years ago
lilia
d24eaa655a
Tweak styles on key verification view
...
// FREEBIE
9 years ago
lilia
b57f26bac4
Ignore clicks on the placeholder and its contents
...
// FREEBIE
9 years ago
lilia
d3b035121d
Clean up bottom bar styles
...
// FREEBIE
9 years ago
lilia
234f937bc7
Conversation subscreens share a header
...
// FREEBIE
9 years ago
lilia
c8aa2246dc
Let groups have blue headers
...
// FREEBIE
9 years ago
lilia
3e103ffde2
Add x padding on message detail container
...
// FREEBIE
9 years ago
lilia
4358bdfac7
Use url xor color on avatar, never both
...
Combining them often leaves a crufty colored ring on the outer edge of
the avatar image.
// FREEBIE
9 years ago
lilia
d391f07c1e
Change right header color
...
// FREEBIE
9 years ago
lilia
dd943163fe
Increase message list padding
...
// FREEBIE
9 years ago
lilia
f81d882213
Apply 0.5s transition on header colors
...
// FREEBIE
9 years ago
lilia
f72c1dff13
Adjust font colors
...
// FREEBIE
9 years ago
lilia
a925657c45
Fix global menu close handler
...
Previously, clicking on a conversation menu would not close the global
menu.
// FREEBIE
9 years ago
lilia
b094607e0d
Highlight bottom bar when focused
...
// FREEBIE
9 years ago
lilia
8bb8ed8151
Change left pane header color
...
// FREEBIE
9 years ago
lilia
85fa71b940
Make avatar letters bigger
...
// FREEBIE
9 years ago
lilia
928c19a476
Tighten up left pane layout style
...
// FREEBIE
9 years ago
lilia
7310afd1b4
Replace message list loading spinner with bar
...
// FREEBIE
9 years ago
lilia
d39a19d889
Fix crash on read receipt event if no listeners
...
// FREEBIE
9 years ago
lilia
647c2761e0
Move restart button into global menu
...
// FREEBIE
9 years ago
lilia
c16356084d
Align header buttons and touch up styles
...
// FREEBIE
9 years ago
lilia
18a5ce8e54
Restyle conversation panel
...
// FREEBIE
9 years ago
lilia
043a3f9609
New layout
...
Move the global header inside the left pane only, expand conversation
panels to full bleed, restyle conversation list items and selected state.
// FREEBIE
9 years ago
lilia
760bfffb50
Show all contacts all the time
...
Contacts without conversation identity appear in alphabetical order at
the end of the inbox.
// FREEBIE
9 years ago
lilia
b4960b29d8
Remove newContact attribute
...
This was used as a flag by a UI that no longer exists. Now it
erroneously gets saved when creating a conversation from a bare phone
number.
// FREEBIE
9 years ago
lilia
8b3596b956
Delete last timestamp on a convo when deleting messages
...
// FREEBIE
9 years ago
lilia
6f3f33657a
Don't mark read on sync messages
...
There's no longer a need for this since we have read-state syncing.
// FREEBIE
9 years ago
lilia
d84400777f
Tweak storage logging statement
...
// FREEBIE
9 years ago
lilia
7fb4d3d8aa
Load all inbox convos before rendering
...
This is a better alternative to the fix in 0434c4b
, which causes
problems when creating a new conversation from entering a phone number.
// FREEBIE
9 years ago
lilia
57ac7c4fd7
Bump version
...
// FREEBIE
9 years ago
lilia
62368634ce
Update translations
...
// FREEBIE
9 years ago
lilia
762cb68721
Serialize sending and adding messages to a convo
...
Previously, if a message was sent in between the receive time of an
incoming message and the time it is actually added to the conversation's
message collection (which only occurs later after several async
callbacks), the incoming message would be inserted not-at-the-end of the
collection since it is ordered by receive time. This tricked the front
end into assuming the message was an older message instead of a new one.
Fixes #490
// FREEBIE
9 years ago