Commit Graph

292 Commits (8d800a4862cb265f22930927f7396475e3a47a1c)

Author SHA1 Message Date
lilia b5a399dc55 Fix up contact list height off by 4px
Add some variables so we can actually compute this height instead of
hard coding it.

// FREEBIE
10 years ago
lilia 9aa429e18a Add frontend support for expiring releases
When a release expires, it gets a persistent banner notification to
upgrade, and an ephemeral toast warning when trying to send a message.

// FREEBIE
10 years ago
lilia e5748b974f Harmonize x/close buttons
// FREEBIE
10 years ago
lilia 6faed3d9d7 Remove unused style
// FREEBIE
10 years ago
lilia 4f57dff1e6 Use svg for paperclip icon
// FREEBIE
10 years ago
lilia 3488e86190 Remove background color from new contacts
// FREEBIE
10 years ago
lilia 6be7b765b2 Harmonize border radii
// FREEBIE
10 years ago
lilia d4174b94f1 Tweak button sizes and menu style
Restore previous icon size to header buttons, add padding to accomodate
positioning.

Remove blue border from menus.

// FREEBIE
10 years ago
lilia d8d34e7afc Icon upgrade
Also remove unused images.

// FREEBIE
10 years ago
lilia 367a62111b Tweak conversation list active state
// FREEBIE
10 years ago
lilia 6a9ec073c6 Decrease bubble radius
// FREEBIE
10 years ago
lilia 01ca6b7c3a Vertically center contact names
For contacts/conversations without any messages, center their names
vertically in the conversation list element.

// FREEBIE
10 years ago
lilia 1aa975e199 Differentiate active vs selected conversation states
// FREEBIE
10 years ago
lilia c3a7766dd4 Use normal font size in search bar
Also update placeholder copy to be consistent with Android.

// FREEBIE
10 years ago
lilia d081b301d8 Clean up search outline
// FREEBIE
10 years ago
lilia ab62900e48 Simplify menu markup, tweak styles
// FREEBIE
10 years ago
lilia 76652c2622 Update style and copy on key changes
// FREEBIE
10 years ago
lilia 3d34cdcc0c Fix border-color on inactive conversation header
// FREEBIE
10 years ago
lilia 1b6eda6a8d Tighten spacing between bubbles
// FREEBIE
10 years ago
lilia 6c35f2a010 Clean up timestamp/status alignment
// FREEBIE
10 years ago
lilia 512c5bf739 Incoming bubbles have sender's color background
// FREEBIE
10 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
10 years ago
lilia 1e3e730d88 Consolidate panel container styling
Special case the main panel because it is super speshul.

// FREEBIE
10 years ago
lilia 6fe9c3f964 Nest key verification inside conflict dialogs
// FREEBIE
10 years ago
lilia 9f0bcf6ae7 Add top padding to panel containers
// FREEBIE
10 years ago
lilia af1b7552f4 Fix oddly shaped disconnected icon
// FREEBIE
10 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
10 years ago
lilia c48484e04f Add padding to right of conversation input
// FREEBIE
10 years ago
lilia 2e7c7ce0cc Move back button to the left
// FREEBIE
10 years ago
lilia 2c4d2b150e Fix welcome text centering
// FREEBIE
10 years ago
lilia d24eaa655a Tweak styles on key verification view
// FREEBIE
10 years ago
lilia d3b035121d Clean up bottom bar styles
// FREEBIE
10 years ago
lilia 234f937bc7 Conversation subscreens share a header
// FREEBIE
10 years ago
lilia 3e103ffde2 Add x padding on message detail container
// FREEBIE
10 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
10 years ago
lilia d391f07c1e Change right header color
// FREEBIE
10 years ago
lilia dd943163fe Increase message list padding
// FREEBIE
10 years ago
lilia f81d882213 Apply 0.5s transition on header colors
// FREEBIE
10 years ago
lilia f72c1dff13 Adjust font colors
// FREEBIE
10 years ago
lilia b094607e0d Highlight bottom bar when focused
// FREEBIE
10 years ago
lilia 8bb8ed8151 Change left pane header color
// FREEBIE
10 years ago
lilia 85fa71b940 Make avatar letters bigger
// FREEBIE
10 years ago
lilia 928c19a476 Tighten up left pane layout style
// FREEBIE
10 years ago
lilia 7310afd1b4 Replace message list loading spinner with bar
// FREEBIE
10 years ago
lilia 647c2761e0 Move restart button into global menu
// FREEBIE
10 years ago
lilia c16356084d Align header buttons and touch up styles
// FREEBIE
10 years ago
lilia 18a5ce8e54 Restyle conversation panel
// FREEBIE
10 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
10 years ago
lilia 83b25c0bfa Capitalize menu items in English
Because capitalization plays differently in other languages.

// FREEBIE
10 years ago
lilia a962d97bfb Fix debug log submission loading UX
This flow broke a bit with transition to modal debug log.

Restructure such that the loading class can be applied to an appropriate
element inside the modal. Ensure that the input elements are hidden when
submit is clicked, the result elements are shown when the log upload is
completed.

// FREEBIE
10 years ago