Audric Ackermann
651b1c4376
Fetch translations ( #2056 )
...
* 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
* add type for i18n to run update after crowdin fetch with tools/updateI18nKeysType.py
* update to latest translations
3 years ago
Audric Ackermann
4ce1b7813a
add data-testid for leftpane sections and edit profile dialog
4 years ago
Audric Ackermann
0ae23875b7
finish cleaning up Settings page
4 years ago
Audric Ackermann
a596531c57
cleanup SessionSettings by making them less a IdoEverything
4 years ago
Audric Ackermann
251309656b
Merge remote-tracking branch 'upstream/clearnet' into webrtc-calls-p2
4 years ago
Audric Ackermann
99b139f5c4
split settings folder and start adding the settings for video call
4 years ago
Audric Ackermann
5c7615d205
removed old fileserver support
4 years ago
Warrick Corfe-Tan
1fe6b61308
Re-adding code that wasn't commited. Adding button for debug log in settings.
4 years ago
Warrick Corfe-Tan
daae55d62c
Adding survey button to settings menu.
4 years ago
audric
a30876fd65
removed the enum from SessionIconType. Just rely on the type itself
4 years ago
audric
8ebcb2d1e1
replace SessionIcon size enum with type
4 years ago
audric
7fa50b4a73
do not pass props not needed between message list components
4 years ago
audric
ee4ed2e075
fix attachment logic with ui redesign
4 years ago
Brice-W
a89c6710fb
Merge branch 'clearnet' of https://github.com/oxen-io/session-desktop into link-previews
4 years ago
audric
1af08311dd
fix tray cannot be destroyed
...
Relates #https://github.com/electron/electron/issues/17622
4 years ago
Brice-W
e5ee3467ac
fix popup issue around link preview setting
4 years ago
audric
9e37985d03
enable no-unused local and imports and fix tslint
4 years ago
audric
751a8f1882
start in tray setting directly creates the tray icon
4 years ago
audric
612e99af4a
add a setting to start the app with a tray icon
...
Relates #1759
4 years ago
audric
79c8fada6e
move all dialogs to a subfolder
4 years ago
audric
9991dc2364
move delete account logic to it's own dialog
4 years ago
Brice-W
347038cf82
added microphone access check
4 years ago
Brice-W
0d5e52678f
add link to Oxen website in the settings (right icon missing)
4 years ago
Audric Ackermann
5b0b165ba9
Merge remote-tracking branch 'upstream/clearnet' into perf-improv
4 years ago
Audric Ackermann
f0db797a9a
fix loading of messages props
4 years ago
Brice-W
dcd8da87ca
fix errors
4 years ago
Brice-W
6b8a4ffc6c
display link preview popup only time
4 years ago
Audric Ackermann
15aa6b5ef9
add loading for leaving opengroup dialog
4 years ago
Warrick Corfe-Tan
fc31f8d2b1
Merge branch 'clearnet' into audio-messages-play-all
4 years ago
Warrick Corfe-Tan
be11c37a59
Linting and formatting.
4 years ago
Warrick Corfe-Tan
da00ac8d44
Saving userConfig redux slice to local storage.
4 years ago
Audric Ackermann
89a0868fc3
remove getInstance of conversationController to get()
4 years ago
Warrick Corfe-Tan
397b0d09dc
Merge branch 'clearnet' into audio-messages-play-all
4 years ago
Warrick Corfe-Tan
d35f3f9e62
WIP: audio autoplay working with consecutive messages. Next step store state on shutdown and rename variables.
4 years ago
Audric Ackermann
f1ee7589a0
fix session password dialog
4 years ago
Warrick Corfe-Tan
f381102860
WIP: autoplay consecutive messages. Setting state done.
4 years ago
Audric Ackermann
93e43fe929
move conversation dialogs to redux store
4 years ago
Audric Ackermann
bbbcfd54d6
rename all spacer-* to react component
4 years ago
Audric Ackermann
c9d7f4a1ab
Merge remote-tracking branch 'w/onion-paths' into clearnet
4 years ago
Audric Ackermann
adb9775848
cleanup trasnlation with latest from crowdin
4 years ago
Warrick Corfe-Tan
ee7afb6ebf
WIP: refacotring. confirm modals mostly done. Working on add moderator modal now. Need to toggle via setModal.
4 years ago
Warrick Corfe-Tan
1bfdbc5c93
WIP: Refactoring modals.
4 years ago
Warrick Corfe-Tan
ddda525f63
refactored password change modal.
4 years ago
Audric Ackermann
b055165a5d
display a message when the recipient screenshots an attachemnt
4 years ago
Audric Ackermann
f7581cf4eb
increase prettier maxWidth to 100
4 years ago
Audric Ackermann
553f264d12
make unread attrs as before a number, and remove calculatingPow
...
calculating pow is just the same as sending state
4 years ago
Audric Ackermann
56c4065abd
move some types from dep to dev dependencies
4 years ago
Audric Ackermann
a04bc0d225
center notification icon on settings and make label clickable
4 years ago
Audric Ackermann
8ea9f02cec
Move data.js to data.ts
4 years ago
Audric Ackermann
36fab86d30
Merge remote-tracking branch 'upstream/clearnet' into move-models-to-ts-2
4 years ago