Commit Graph

24 Commits

Author SHA1 Message Date
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 2023-07-26 11:26:46 +02:00
Audric Ackermann dc3e8450e9 fix: memoize selected conversation props to avoid unneeded rerenders 2023-06-28 06:20:45 +02:00
William Grant 07f2fcabd4 fix: make sure password window has primary color set 2022-10-12 16:50:06 +11:00
William Grant 64e59921a9 feat: themed password window 2022-10-05 23:36:55 +11:00
Audric Ackermann 475c92eeb4
migrate about_start to not use jquery 2022-04-07 11:42:22 +10:00
Audric Ackermann ff43cfa593 move worker_interface and logs and i18n to TS 2022-03-30 08:36:20 +11:00
Audric Ackermann 15260c9718
move logging.js to ts 2022-03-23 16:35:29 +11:00
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
2021-12-14 15:15:12 +11:00
Audric Ackermann ab75f945ff
Ask confirm before delete account (#1910)
* disable sending on enter while composing

Fixes #1899 #1497

* ask confirmation before deleting account

* fix app start delete db when passowrd error

* fix double dialog issue with delete account

* fixup login screen
2021-09-16 14:42:13 +10:00
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100 2021-04-22 18:03:58 +10:00
Audric Ackermann b88ea110e8
Add multi device v2 support 2021-02-08 11:56:14 +11:00
Audric Ackermann 43ec14e741 Fix the password length limit when not setting a new password
Relates #1446
2021-01-27 11:00:32 +11:00
Audric Ackermann e806e912a3
move password_utils.js to typescript 2020-07-30 11:07:36 +10:00
Audric Ackermann dd3080d9fe
mark conversation as secondary on message synced when needed 2020-07-20 09:46:05 +10:00
Audric Ackermann 30964e5008
load SessionPasswordPrompt directly from password_preload.js 2020-07-17 14:33:32 +10:00
Audric Ackermann 38c0c53a69
Fix app start with password set by requiring only
what is needed in the signal.js loaded by password_preload.js
2020-07-17 14:22:24 +10:00
Mikunj 67e2c39b96 Fix missing bytebuffer in preloads 2020-06-25 11:39:17 +10:00
Vincent d6a48b9f6d Password paste 2020-03-25 14:16:45 +11:00
Vincent 4a7e2dece7 Password lock screen and delete data screen 2020-01-28 16:43:39 +11:00
Beaudan 5887f8c14c Fix password error 2019-07-05 13:21:32 +10:00
Mikunj ac59e1249f Added db resetting.
Use built in signal warning view.
2019-01-29 12:57:24 +11:00
Mikunj 6bd2d3962e Linted files 2019-01-16 16:18:08 +11:00
Mikunj 0b87f13699 Added password dialog view. 2018-12-07 15:34:16 +11:00
Mikunj 7a96b8446a Rename launcherView to passwordView. 2018-12-06 15:39:17 +11:00
Renamed from launcher_preload.js (Browse further)