Commit Graph

400 Commits (f46ba60e68022f5aa7cead63ddfe4cfbef30dc1d)

Author SHA1 Message Date
yougotwill 53308f6183 fix: setting the password no longer requires a restart
make sure to set the password hash on storage after the database is updated
yougotwill 39d8ad11e5 fix: a whole bunch of circular depdencies
for various convo duck, convo interactions, convo model and opengroup types
William Grant 55f5cf5c9b feat: added quit modal
when going back during critical onboarding steps it's better to restart the app entirely
William Grant 5cd7262fa2 fix: search now works correctly and we include groups again
heading for unamed contacts is #, groups go above note to self, trust in the sql query
William Grant cc92d172f7 feat: update invite a friend iniital string
William Grant a159616514 feat: added filters to convo and contact query
search screen only shows contacts and not convos
William Grant 6db6a1f65d fix: resolve cyclic imports with LokiProfile and MessageResultProps
William Grant 9bf7126f02 fix: replace setAccountPasswordTitle with lockApp string
William Grant 452b1b8539 fix: use localised strings for qr password toggle button
William Grant 51a0fa3b1e fix: removed SeedModal code
William Grant fb3a87a5f5 feat: added new hide recovery password modal
when we turn on the setting we prevent any recovery phrase ui from loading and return null
William Grant 862b8343e7 feat: added hide password permenantly ui
William Grant 7d890973d5 fix: usemount imports have to be specific
otherwise we can get start errors due to an invalid import by react-use
William Grant d346f28942 feat: extracted password to new modal
added shiny hook to password protect anywhere
William Grant d6ad37ec38 feat: show description text when making a message request
disabled conversation header functionality
William Grant d4a8b555c6 Merge branch 'unstable' into feat/ses-825/onboarding2
William Grant aac90ccd96 feat: finished invite a friend overlay
William Grant dd7f13ed1f feat: invite a friend screen is mostly done
Audric Ackermann 51c307af25 chore: fix PR reviews
William Grant 551ee4221b fix: cleaned up unused localised strings
since we swapped some toast messages for input messages
Audric Ackermann 4589bde672 chore: moved more types to ReduxTypes.d.ts
Audric Ackermann 49ab04d2fd chore: move SessionSettingsCategory to .d.ts file
and remove the enum (instead use string union)
William Grant 093da15ba3 feat: updated style for choose action overlay
created new ActionRow component
William Grant 4decf22241 feat: improved error messaging when starting a new message
William Grant 2f2c214cf5 feat: added some localised strings the create convo screens
William Grant 64bd7b8e5e fix: restore copyOpenGroupURL key
it is still used
William Grant 30118c3426 feat: added monospace textarea support to sessioninput
this will replace the sessionideditable eventually still needs error handling etc
William Grant e96519445d feat: removed overlayheader
moved some parts into the leftpanesectionheader
William Grant 2265c59dcc fix: recover an account with a new display name if linking fails
added stop function to swarm polling
William Grant 97cd21a77e Merge branch 'unstable' into feat/ses-899/user_profile_poll
William Grant b5781b0f12 feat: replace invalidAccountId with accountIdErrorInvalid
as based in google docs flagged sheet
William Grant db42811033 feat: password to lock app
William Grant 825c617794 feat: continue your session and link device to I have an account
William Grant 68f8d12aa5 feat: recovery phrase to recovery password
William Grant 9a756a8c9b feat: session id to account id
Audric Ackermann 095a9d33e5 fix: canDisplayImage needs check to be done on the thumbnail
William Grant fd4e1525cb Merge branch 'unstable' into feat/ses-50/onboarding
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content
William Grant b87c265404 feat: fixed alignment of loading screen and updated enter new display name copy
William Grant 7cabdba00e feat: added error messages to recovery password input
fixed remaining styling, improved errors for mnemonic code
William Grant ef0f3ba434 feat: updated restore account screen with new design
William Grant 4b976259bf feat: updated recovery password bannner
William Grant ed92122c3d feat: finished styling success screen
need to test logic a bit more to make sure that I am happy
William Grant 547ab9b1b2 feat: start working on account create success screen
on conversations view
William Grant 8aac036bca feat: updated display name
show error when display name is too long
William Grant 4e2101a9e5 feat: setup UI and state for account create display name step
William Grant f6a6b11f7b feat: updated onboarding header
added external link buttons, removed accentText and added new svgs
William Grant 9be21ce879 Merge branch 'unstable' into feat/ses-897/steps-create-account
William Grant b10873c64a feat: updated tos and privacy policy on registration link
intial run at legal links modal
Audric Ackermann 86d9150b45 fix: text in msg ctx menu disappearing timer