Commit Graph

342 Commits (267f49ff1ef536f3cd5a177d451e6a815cae429f)

Author SHA1 Message Date
Will G 267f49ff1e
Emoji Reacts (#2320)
Add support for emoji reacts in conversations

Resolves #2375 and #1577
2 years ago
William Grant dfb2c3e797 fix: pass yarn ready tests 2 years ago
William Grant 461e6ec38b fix: make sure to break links and not words when wrapping text 2 years ago
William Grant 42e06a8399 fix: message text should wrap without causing extremely wide messages 2 years ago
Audric Ackermann 3713e95a9f
feat: ask user for opengroup pruning on/off 2 years ago
Audric Ackermann 475c92eeb4
migrate about_start to not use jquery 2 years ago
Audric Ackermann 43d133519e
do not shrink member list items when list is full 2 years ago
warrickct 3be0f86978 Menu options have black text when highlighted. 2 years ago
warrickct ee9156d4f8 Merge clearnet into message-request-ui 2 years ago
warrickct 36ca2a767c Adding PR changes 2 years ago
warrickct 436d22bafd Added colouring of simple session button. 2 years ago
Audric Ackermann e17b5e0671
Fix attachment dl freeze (#2086)
* fix attachment download freezing app for some opengroups

* make registration page work with smaller height
3 years ago
Audric Ackermann 28c7445dce
refactor most of the components to outside of their Session folder (#2072)
* refactor most of the components to outside of their Session folder

* finish moving overlay and memberListItem to react hook

* fix bug with kicked member len >2 not being displayed

also sort admins first in UpdateGroupMembers dialog

* fix admin leaving text of groupNotification

* add a useFocusMount hook to focus input fields on mount

* make click avatar convo item open only user dialog

* cleanup config default.json

* make sure to use convoController to build sync message

* disable showing pubkey on opengroups

* add a pause on audio playback

Fixes #2079
3 years ago
Audric Ackermann cf44896a03
Minor call tweaks (#2051)
* show missed-call,started-call and answered call notification in chat

* fix types for createLastMessageUpdate

* show incoming dialog if we have a pending call when enable call receptio

* simplify a bit the avatar component

* move disableDrag to a custom hook

* speed up hash colors of avatarPlaceHolders

* fixup text selection and double click reply on message

* keep avatar decoded items longer before releasing memory

* add incoming/outgoing/missed call notification

also, merge that notification with the timer and group notification
component

* hangup call if no answer after 30sec

* refactor SessionInput using hook + add testid field for recovery

* disable message request feature flag for now

* fix merge issue

* force loading screen to be black instead of white

for our dark theme user's eyes safety
3 years ago
Audric Ackermann 62e8150021
add padding to qr code for easy scanning in dark mode
Relates #2004
3 years ago
Audric Ackermann 6eb6f00c62
make sure messages do not take more than 75% of the list width 3 years ago
Audric Ackermann 87e7cc5ebf
Merge remote-tracking branch 'upstream/clearnet' into webrtc-calls 3 years ago
Audric Ackermann 3f1e55b787
add basic code markup 3 years ago
Audric Ackermann 87aa4dfbf4
center ip and countries in onion path dialog 3 years ago
Audric Ackermann 76100903cb
show ip of onion path on hover of country name 3 years ago
Audric Ackermann 945ecf34a1
Fix select colors for sent messages and link text not selectable (#1924)
* do not update sent_at for synced messages

* reply to message context menu only visible if msg sent

* Allow scrolling in mentioning people in composition box

Relates #1849

* fix selection colors for sent messages and make link selectable

Relates #1922
3 years ago
Audric Ackermann 48090b4b25
Keep line breaks when message has some new lines
Relates #1758 and #1898 and #1901
3 years ago
audric ba35a8cb24 update design of registration page 3 years ago
audric bd7d88e170 remove theme from css and used variables instead 3 years ago
audric a53392853f make the CompositionBox closer to the mobile UI 3 years ago
audric e85f351540 cleanup theme object 3 years ago
audric f9988119f9 major UI rewrite of messages view with redux improvements 3 years ago
audric ee4ed2e075 fix attachment logic with ui redesign 3 years ago
audric f7b0c6c7e1 make conversation screen closer to mobile UI part1 3 years ago
Warrick Corfe-Tan bfed4a88dd removing comments 3 years ago
Audric Ackermann 649a581dd2
make caret-color as text-color to make it for visible 3 years ago
audric 30327257ca don't overflow char taking too much space 3 years ago
Audric Ackermann 4eb76df60c
fix line on onion path modal 3 years ago
Warrick Corfe-Tan 00c7c8b969 vertical line wip. 3 years ago
Warrick Corfe-Tan fe474425ba wip vertical line. 3 years ago
Audric Ackermann 9bdd6ad139
add button to control speed playback on the player 3 years ago
Audric Ackermann e8020348b4
fix up onion path animation with no glowing nodes 3 years ago
Audric Ackermann bbbcfd54d6
rename all spacer-* to react component 3 years ago
Warrick Corfe-Tan b2dcb695f8 Fixed modal header styling for onion path dialog. 3 years ago
Warrick Corfe-Tan ec39f7ae9b Moved edit profile saving into edit profile component file. 3 years ago
Warrick Corfe-Tan 066e0d954e lights glowing but not yet in order.
WIP glow cycle.

Glow animation working.

Glow animation working, modal no longer interferring with left menu margins.

Cleaning up code. Adding PR suggestions.

Adding typing.

Refactor edit profile modal dialog to no longer use the signal code.
3 years ago
Warrick Corfe-Tan 22a32283b7 WIP Adding country and styling to modals. 3 years ago
Warrick Corfe-Tan d7b22e13e1 WIP: Onion path modal using redux state and refactored modals. 3 years ago
Warrick cb307790f6
WIP: User nicknames (#1618)
* WIP Adding change nickname dialog.

* WIP adding nickname change dialog.

* WIP nickname dialog.

* WIP: Able to set conversation nicknames. Next step cleaning and adding to conversation list menu.

* Fix message capitilisations.

* Add change nickname to conversation list menu.

* Enable clear nickname menu item.

* Added messages for changing nicknames.

* Clearing nicknames working from header and message list.

* Adding modal styling to nickname modal.

* Reorder nickname menu item positions.

* Add group based conditional nickname menu options to conversation header menu.

* minor tidying.

* Remove unused error causing el option.

* Formatting.

* Linting fixes.

* Made PR fixes

* Prioritise displaying nicknames for inviting new closed group members
and updating closed group members.
3 years ago
Audric Ackermann eb0ddd85f4
add zombies logic for member leaving and removing 3 years ago
Audric Ackermann a04bc0d225 center notification icon on settings and make label clickable 3 years ago
Audric Ackermann d655c397e0
make the isAdmin coming from the convo props and not the messages 3 years ago
Audric Ackermann 5c3cb0a165
make moderator dialogs the Session way 3 years ago
Audric Ackermann 72c96ea998
remove most of the SessionProtocol unused stuff
- prekeys
- SessionCipher
- LokiCipher
- endSession and the reset Session logic
- what we called Sessionprotocol manager (to keep track of session with
everyone)
3 years ago
Audric Ackermann b15984aa08
cosmetic UI for updateGroupMembersDialog 3 years ago