Commit graph

106 commits

Author SHA1 Message Date
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
2021-11-29 17:40:46 +11:00
warrickct
4576f3cb32 Merge branch 'clearnet' into message-requests 2021-11-24 16:25:07 +11:00
warrickct
86a9253144 Merge branch 'clearnet' into message-requests 2021-11-22 17:24:53 +11:00
Audric Ackermann
4ce1b7813a
add data-testid for leftpane sections and edit profile dialog 2021-11-18 11:36:14 +11:00
Audric Ackermann
8c9832f118
add a toggle audio output button 2021-11-12 11:45:17 +11:00
Audric Ackermann
cca1b4dabe
add a button to start a video call 2021-11-08 15:33:49 +11:00
Audric Ackermann
03d8a233f4
update fullscreen icon 2021-10-29 16:05:21 +11:00
Audric Ackermann
331dd8edfa
allow fullscreen and add svg fullscreen icon 2021-10-29 15:21:30 +11:00
Audric Ackermann
6a1f575c46
create a hook for listening for video call events
+ wip fullscreen video calls
2021-10-28 16:10:28 +11:00
Audric Ackermann
dfa04c68f4
fix emoji click on button while open closes it
Fixes #1980
2021-10-28 17:14:30 +11:00
Warrick Corfe-Tan
e405b5ffd9 git stash 2021-10-25 17:33:37 +11:00
Audric Ackermann
30a234158f
lint 2021-10-14 14:38:07 +11:00
Audric Ackermann
3a864b16ca
cosmetic changes for calling buttons 2021-10-14 14:12:15 +11:00
Audric Ackermann
ce79ce1f8b
add buttons with popover to choose call src device 2021-10-14 14:12:15 +11:00
Audric Ackermann
fbd51c2974
add buttons to display list of inputs + toast on empty 2021-10-14 14:12:08 +11:00
audric
ba35a8cb24 update design of registration page 2021-09-02 16:38:37 +10:00
audric
350f00283b move tsx and theme to css variables part1 2021-08-31 13:58:34 +10:00
audric
a30876fd65 removed the enum from SessionIconType. Just rely on the type itself 2021-08-30 17:57:31 +10:00
audric
a53392853f make the CompositionBox closer to the mobile UI 2021-08-30 15:11:26 +10:00
audric
8ebcb2d1e1 replace SessionIcon size enum with type 2021-08-30 14:02:15 +10:00
Warrick Corfe-Tan
f9ad63d58b Merge branch 'clearnet' into registration-progress-banner 2021-08-18 11:14:06 +10:00
Brice-W
a89c6710fb Merge branch 'clearnet' of https://github.com/oxen-io/session-desktop into link-previews 2021-08-16 15:10:17 +10:00
Brice-W
f6d3715dab add a link icon when there is no image available or when media download is not allowed 2021-08-16 14:46:31 +10:00
audric
9e37985d03 enable no-unused local and imports and fix tslint 2021-08-12 14:48:18 +10:00
Warrick Corfe-Tan
b0a8c6c3eb wip: adding recovery phrase prompt. 2021-08-12 09:23:47 +10:00
Warrick Corfe-Tan
9eb1847da5 WIP removing NaN dsiaply timer text. 2021-08-12 09:21:48 +10:00
audric
c58312e853 do not render typing animation at all if not typing 2021-08-11 12:28:44 +10:00
audric
263c48e58b Merge remote-tracking branch 'upstream/clearnet' into network-clear-all 2021-08-10 09:58:26 +10:00
audric
9991dc2364 move delete account logic to it's own dialog 2021-08-06 10:59:32 +10:00
Warrick Corfe-Tan
8552afd2ca Updating notification icons to match android icons. 2021-08-05 15:14:04 +10:00
audric
bea704ecf0 bump react to 17 2021-08-04 10:52:24 +10:00
Audric Ackermann
a1ab816076
Merge remote-tracking branch 'upstream/clearnet' into add-message-bottom-keep-scroll 2021-08-02 14:41:57 +10:00
Audric Ackermann
3f065a7b0e
improve marking message as read with hooks 2021-07-30 16:12:36 +10:00
Warrick Corfe-Tan
31118ae51f Add notification icon to conversation list item. Add notification subtitle to conversation header on conversation screen. 2021-07-30 15:07:52 +10:00
Warrick Corfe-Tan
213ca58d75 Adding icons 2021-07-30 11:47:16 +10:00
Audric Ackermann
c6a394664f
bump electron-builder to 22.8.0 2021-07-30 09:39:09 +10:00
Brice-W
3995dbdeee oxen icon svg added 2021-07-28 16:45:46 +10:00
Brice-W
0d5e52678f add link to Oxen website in the settings (right icon missing) 2021-07-28 15:19:07 +10:00
Audric Ackermann
4ca5a4f093
fixup selected message in redux logic 2021-07-14 11:48:57 +10:00
Audric Ackermann
5b0b165ba9
Merge remote-tracking branch 'upstream/clearnet' into perf-improv 2021-07-12 13:01:23 +10:00
Audric Ackermann
97b9156562
improve performamce by memoizing avatar and menus 2021-07-06 17:14:00 +10:00
Warrick Corfe-Tan
4decda9cff Merge branch 'clearnet' into pin-conversations 2021-06-30 15:39:30 +10:00
Warrick Corfe-Tan
08db057ad9 Merge branch 'clearnet' into pin-conversations 2021-06-29 16:27:22 +10:00
Audric Ackermann
447f862ace
add some static glowing to the actionpanel light 2021-06-29 15:23:48 +10:00
Warrick Corfe-Tan
6dd7f34e4d Pin conversations WIP. Pinning functioning and persisting on conversation list. 2021-06-29 10:52:55 +10:00
Audric Ackermann
4eb76df60c
fix line on onion path modal 2021-06-28 15:02:02 +10:00
Audric Ackermann
a0b3e1c40f
add a gallery icon and cleanup 2021-06-24 16:22:01 +10:00
Audric Ackermann
e8020348b4
fix up onion path animation with no glowing nodes 2021-06-22 14:28:46 +10:00
Warrick Corfe-Tan
b92efb9fc6 minor animation tweak 2021-06-21 13:50:47 +10:00
Warrick Corfe-Tan
061cb38300 Linting and formatting changes applied. 2021-06-21 13:36:28 +10:00