Commit Graph

83 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 5cf76c5f08 feat: build sass files using parcel instead of grunt
added sass watch command for auto building sass on file changes, cleaned up IE7 fallback css
2 years ago
Will G 511567bc78
fix: emoji panel light mode support (#2292)
* fix: emoji panel light mode support

* fix: link darkMode prop to redux state

* fix: use getTheme selector directly
2 years ago
Audric Ackermann b93201fbe6
When deleting multiple messages, inform the user of the number
taken from #2263 by @ianmacd
2 years ago
Ian Macdonald 18908c6441
Reduce untagged message opacity during message selection.
This improves legibility for moderators when reading through a group and
tagging messages for deletion.
2 years ago
Audric Ackermann 71af748eb6
make sure right panel is over the message detail view 2 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 864d710460
add a handle to resize the inconvo call video 3 years ago
Audric Ackermann 0f21e12073
make resizable the height of the inconvo call 3 years ago
Audric Ackermann 0f2fcbb6e3
delete for opengroups is working 3 years ago
Audric Ackermann 3f1e55b787
add basic code markup 3 years ago
Audric Ackermann 2fdafb8fba
Out of sync message sync (#1923)
* 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
3 years ago
audric bd7d88e170 remove theme from css and used variables instead 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
Warrick Corfe-Tan 81969ae12f applying linting and formatting. 3 years ago
Warrick Corfe-Tan 986fc16e7d Adding animation to briefly scale up send button after recording is made. 3 years ago
Warrick Corfe-Tan 32f7dcc811 testing shake addition to send button on finished recording. 3 years ago
Warrick Corfe-Tan 81ffb96530 adjusting alignment of buttons. increasing pulse for recording light, increasing hover over effect. 3 years ago
Warrick Corfe-Tan 8fca989736 Fixing delete button JSX evaluating to NaN 3 years ago
Warrick Corfe-Tan 9eb1847da5 WIP removing NaN dsiaply timer text. 3 years ago
Warrick Corfe-Tan cd7a1233fa Adding small hover effect to message composition icon buttons. Removing extra method call. 3 years ago
Warrick Corfe-Tan 637b604d0b Adding fraction timer display, exaggerating recording animation, moving delete button to toolbar, display full recording duration immediately after stop recording. 3 years ago
Audric Ackermann 511adcf388
refactored right panel to hook 3 years ago
Audric Ackermann 766a9f9c45
fix theme for voice messages and recording 4 years ago
Audric Ackermann 26c9eee85d
add sanitize.css and fix up z-index for audio recording canvas 4 years ago
Audric Ackermann a23d5cd95c
fix theme for SessionRecording 4 years ago
Audric Ackermann e38be266c2 major rework of session icon => make them styled with styled-component 4 years ago
Audric Ackermann f9783be764
various UI fixes
* hide borders of images in bg when in the message details view
* force color of caption edits to white, as the background is grey and
it is more readable
* fix a bug preventing to quote the same message twice when switing
between two conversation after starting to quote one
4 years ago
Audric Ackermann c1c1cde14b
improve caption editor, and disable right panel if messagedetails shown 4 years ago
Audric Ackermann 8ac2011682
render triple dots menu on header only when not on default viewmode 4 years ago
Audric Ackermann 2f2eb2ad53
link back backbone conversation events to redux store 4 years ago
Audric Ackermann 918eeae275
move InboxView to react 4 years ago
Audric Ackermann 051436339d
remove unused font 4 years ago
Audric Ackermann 876247b5ad
fix background of selectio overlay, and cleanup unused code 4 years ago
Audric Ackermann c0cf53cdfa
enable back the logic of displaying avatar for first message in serie 4 years ago
Audric Ackermann 940ad57f83
rework the way unread count works
we no longer refresh on each message read, only once the whole
conversation is read.
4 years ago
Audric Ackermann 6edadaf3e9
message container use column reverse to order messages from bottom to
top
4 years ago
Audric Ackermann fe3cfb9e82
move all menu to react-contexify 4 years ago
Audric Ackermann b1cac5f01b
fix ordering of message with more recent at bottom of the view 4 years ago
Audric Ackermann b7f5a32570
add reply to message UI logic 4 years ago
Audric Ackermann 6e07ee42f5
cleanup network status view and some UI constants 4 years ago
Audric Ackermann a652ec3b61
fix light theme in react refactor 4 years ago
Vincent d7de09e475 linter-fixes 4 years ago
Vincent 5165bfdba4 jsx-emoji-overlay 4 years ago
Vincent 9f1cef9844 emoji-rendering 4 years ago
Vincent bf32cd3ae6 fixed up 4 years ago
Vincent 28a0d82ea2 Updating message recieving 4 years ago
Vincent d823e2a758 safety-number-view 4 years ago
Vincent 79e821e342 dropZone inti 4 years ago