Commit Graph
663 Commits
Author SHA1 Message Date
Scott Nonnenberg efaaafa370 A few small bug fixes 2021-05-10 15:38:18 -07:00
Evan Hahn c68d65ea0b Center non-square avatar pictures 2021-05-10 12:50:04 -05:00
Evan Hahn d28678dbf9 Make it more difficult to blur avatars 2021-05-07 17:21:10 -05:00
Scott Nonnenberg fc12d02a8d Clean up inviteLink handling, harden compose input 2021-05-06 12:06:20 -07:00
Fedor Indutny 986d8a66bc Show challenge when requested by server 2021-05-05 17:09:29 -07:00
Evan Hahn 7afbbb3a4c Fix render loop in <ConversationHero> 2021-05-05 17:35:32 -05:00
Evan Hahn 7c2f233384 Fix blurred avatars in message details 2021-05-04 16:19:36 -07:00
Scott Nonnenberg f0b3c43313 Fix a number visual bugs with message forwarding 2021-05-04 09:57:14 -05:00
Evan Hahn 736075322c Render disappearing message timers generically 2021-05-03 16:24:40 -07:00
Evan Hahn 857a6ab50d Main header: ensure that your avatar is unblurred 2021-04-30 16:06:18 -07:00
Scott Nonnenberg cf1eb77ed8 Message Requests: Always open to top of conversation 2021-04-30 15:59:37 -07:00
Evan Hahn fe772af251 Show "no groups in common" warning for relevant message requests 2021-04-30 15:58:57 -07:00
Evan Hahn 05703c2719 Blur avatars of unapproved conversations 2021-04-30 14:40:25 -05:00
Evan Hahn 1238cca538 Ensure group details screen has the latest data 2021-04-29 14:27:38 -07:00
Fedor Indutny caf1d4c4da GIF attachments 2021-04-29 14:27:37 -07:00
Evan Hahn 5f17d01f49 Take an author object in <Message> 2021-04-29 14:27:37 -07:00
Evan Hahn bca664b5d9 Make <Avatar> blurrable 2021-04-29 14:27:37 -07:00
Evan Hahn 86a01f289d <Message> shouldn't be a PureComponent. It re-renders every time 2021-04-29 14:27:37 -07:00
Evan Hahn a5a64f354f Upgrade Prettier from v2.1.2 to v2.2.1 2021-04-29 14:27:36 -07:00
Evan Hahn 2bae019f1a Modernize <Avatar> component code, fix an overflow bug 2021-04-29 14:27:35 -07:00
Evan Hahn e7ef3de6d0 Profile name spoofing dialog 2021-04-29 14:27:35 -07:00
Evan Hahn 885ff5fe42 Show common groups in contact modal 2021-04-29 14:27:35 -07:00
Josh Perez d91a4ef3a6 Allow forward of image attachment with no text 2021-04-28 15:23:04 -07:00
Josh Perez 6eba9350be Do not filter body ranges if there are none 2021-04-28 14:48:52 -07:00
Fedor Indutny 965c635905 Fix z-index of AvatarPopup and limit max width 2021-04-28 15:50:42 -05:00
Josh Perez 353becffac Various fixes for message forwarding 2021-04-28 15:44:48 -05:00
Scott Nonnenberg 3face767aa Group settings: on block and leave, don't delete 2021-04-28 16:27:16 -04:00
Josh Perez d203f125c6 Adds message forwarding 2021-04-27 18:35:35 -04:00
Josh Perez e75bba1c52 Replaces ConfirmationModal with ConfirmationDialog 2021-04-27 15:29:59 -04:00
Josh Perez 5e2d48cc2f Do not populate left pane on initial link 2021-04-20 19:16:49 -04:00
Fedor Indutny 0b969f3f42 Improve MessageAudio peaks computation
There are two parts to this change:

1. The computation of peaks is moved from `MessageAudio` to the
   `GlobalAudioContext` and thus we can limit the concurrency of the
   computations (`p-queue`!) and de-duplicate the computations as well
2. While the peaks are computed the component has to display spinning
   animation instead of empty waveform and unclickable UI.
2021-04-15 14:02:24 -07:00
Evan Hahn ea6562b7ac Merge branch 'hiqua-no_lower_limit_query' into next-beta 2021-04-14 14:14:57 -07:00
Quentin Hibon 08905e1386 Allow one-character search queries
Related: #5180.
2021-04-14 14:14:56 -07:00
Evan Hahn 62f1a42c25 Add reusable <Modal> component, use with <Alert> 2021-04-13 09:20:02 -05:00
Josh Perez 6c0acd09df Sync mute state 2021-04-09 11:19:38 -05:00
Evan Hahn 95482fbf31 Add affirmative and destructive secondary button variants 2021-04-08 23:53:18 -04:00
Evan Hahn 7ae25590e6 Add conversation hero to <Timeline> stories 2021-04-08 23:53:18 -04:00
Evan Hahn 8fe1be8678 Remove ability to set or read author E164 for new quotes 2021-04-08 23:51:54 -04:00
Evan Hahn c8dc8a7398 Don't let users leave groups if they're the only admin 2021-04-05 18:08:50 -04:00
Evan Hahn d81aaf654f Improve left pane UI when loading search results 2021-04-05 18:08:50 -04:00
Evan Hahn f05d45ac9b Pressing Esc in left pane composer menu should go back 2021-04-05 18:08:50 -04:00
Evan Hahn 2d35fa8f57 Fix replies to image-only messages 2021-04-05 18:08:50 -04:00
Evan Hahn 130dac527f Add types for <ConversationHeader>'s mute options 2021-04-05 18:08:50 -04:00
Evan Hahn c711fbe0c0 In conversation hero, show “No group in common” if you have no common groups and no phone number 2021-04-05 18:08:50 -04:00
Jost SchulteandJost Schulte 73a8c3ff95 Fix pip sliding down on click (#5147)
* Fix pip sliding down on click

* Add top margin to PiP intial position

Co-authored-by: Jost Schulte <jost@jibble.io>
2021-04-05 18:06:11 -04:00
Kevin J. Sung 79c94dafd5 set positionFixed in emoji Popper to prevent flipping 2021-04-05 18:05:23 -04:00
Fedor Indutny 79acb7513d Fix delivery status overflow in sticker messages 2021-03-29 14:34:47 -07:00
Evan Hahn afe135df0c Hide long message attachments in quotes 2021-03-25 11:36:50 -07:00
Evan Hahn 6f404648d7 Prefer author ID to phone number for message menu trigger ID 2021-03-24 16:42:08 -07:00
Fedor Indutny 7a9a4a1404 Clicking first bars of the waveform should rewind
It is practically impossible to rewind audio prior to this commit. With
this commit - clicking first two bars will rewind the audio to its very
start instead of updating its current play time to a specific non-zero v
alue.
2021-03-24 16:08:57 -07:00