Audric Ackermann
460cbce119
fix: selected message box shadow and hide button while loading DB
...
also fix about/debug window first showing
3 years ago
Audric Ackermann
e62c1599a5
Merge branch 'clearnet' into feat-move-attachments-outside-messagebox
3 years ago
Audric Ackermann
3ffc470c40
fix: address reviews comment
3 years ago
Audric Ackermann
d52389132c
WIP
3 years ago
Audric Ackermann
30e3cb8755
feat: fix other types of messages now that there is no box around
3 years ago
Audric Ackermann
7c80f9e233
feat: move attachments outside of the message box
3 years ago
Will G
267f49ff1e
Emoji Reacts ( #2320 )
...
Add support for emoji reacts in conversations
Resolves #2375 and #1577
3 years ago
Audric Ackermann
39cbbda609
chore: move SessionToggle & SettingList to styled
3 years ago
Audric Ackermann
36f929a1ca
fix: batch rename margins to their var equivalent
...
Some of those are used in calculus and cannot be renamed
3 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
3 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
3 years ago
Audric Ackermann
b93201fbe6
When deleting multiple messages, inform the user of the number
...
taken from #2263 by @ianmacd
3 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.
3 years ago
Audric Ackermann
71af748eb6
make sure right panel is over the message detail view
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
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
4 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
4 years ago
audric
bd7d88e170
remove theme from css and used variables instead
4 years ago
audric
f7b0c6c7e1
make conversation screen closer to mobile UI part1
4 years ago
Warrick Corfe-Tan
bfed4a88dd
removing comments
4 years ago
Warrick Corfe-Tan
81969ae12f
applying linting and formatting.
4 years ago
Warrick Corfe-Tan
986fc16e7d
Adding animation to briefly scale up send button after recording is made.
4 years ago
Warrick Corfe-Tan
32f7dcc811
testing shake addition to send button on finished recording.
4 years ago
Warrick Corfe-Tan
81ffb96530
adjusting alignment of buttons. increasing pulse for recording light, increasing hover over effect.
4 years ago
Warrick Corfe-Tan
8fca989736
Fixing delete button JSX evaluating to NaN
4 years ago
Warrick Corfe-Tan
9eb1847da5
WIP removing NaN dsiaply timer text.
4 years ago
Warrick Corfe-Tan
cd7a1233fa
Adding small hover effect to message composition icon buttons. Removing extra method call.
4 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.
4 years ago
Audric Ackermann
511adcf388
refactored right panel to hook
4 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
5 years ago
Audric Ackermann
fe3cfb9e82
move all menu to react-contexify
5 years ago
Audric Ackermann
b1cac5f01b
fix ordering of message with more recent at bottom of the view
5 years ago
Audric Ackermann
b7f5a32570
add reply to message UI logic
5 years ago
Audric Ackermann
6e07ee42f5
cleanup network status view and some UI constants
5 years ago