Audric Ackermann
|
60c6f47bfa
|
fix: compilation issues since merge
unwrapped was duplicating in onboarding1, so I had to duplicate my fix
to not unwrap it
|
1 year ago |
Audric Ackermann
|
8ce2bf6d2a
|
Merge remote-tracking branch 'origin/clearnet' into unstable
|
1 year ago |
Audric Ackermann
|
2988420e50
|
chore: fix lint
|
1 year ago |
Audric Ackermann
|
534cebf5c4
|
fix: bump libsession and remove manual unwrapping/wrapping of push()
|
1 year ago |
William Grant
|
bcdfc93764
|
fix: revert swarmpolling to before merging unstable
|
1 year ago |
William Grant
|
685469438d
|
Merge branch 'unstable' into feat/ses-50/onboarding
improved global window types for persistStore and inboxStore, we now await the persist store purge in deleteDbLocally
|
1 year ago |
William Grant
|
2ca75560a2
|
fix: ses-2089 update tos datatestid to open-url to match other platforms
|
1 year ago |
William Grant
|
8bebf28eb7
|
fix: ses-2087 recovery password banner heading is too large
|
1 year ago |
Audric Ackermann
|
6282ed6ea4
|
Merge pull request #3109 from yougotwill/fix/ses-1945/admins_clear_reactions
Fix 'clear all' reactions in communities
|
1 year ago |
William Grant
|
70a987453d
|
fix: sender name in react list modal is now truncated
|
1 year ago |
William Grant
|
40d81d0c66
|
fix: admins should also be able to clear reactions in communities
not just moderators
|
1 year ago |
William Grant
|
e41366b03c
|
fix: brand logo in onboard header should not block buttons
|
1 year ago |
William Grant
|
bb8ab77b07
|
fix: repair placeholder selectors
required since upgrading styled-components
|
1 year ago |
William Grant
|
1c121828fc
|
fix: welcome message should use text-primary-color for light themes
|
1 year ago |
William Grant
|
f417424907
|
fix: replace setAccountPasswordTitle with lockApp string
|
1 year ago |
William Grant
|
ca14936b1e
|
fix: use recoveryPasswordOutline for light themes
updated to use building block svgs
|
1 year ago |
William Grant
|
80a7f15f0e
|
fix: sessioninput color should be danger when there is an error
brought improvements from chunk 2
|
1 year ago |
William Grant
|
12caf66cde
|
fix: message preview status icon was shrinking due to text overflow
also added session icon improvements from onboarding branch
|
1 year ago |
Audric Ackermann
|
009bc18903
|
Merge pull request #3094 from Aerilym/change_max_avatar_size
Change max avatar size to match other platforms
|
1 year ago |
Ryan Miller
|
c0bb39d4e3
|
fix: add filesize constant
|
1 year ago |
Ryan Miller
|
2fb88cfba8
|
fix: change max avatar size to match other platforms
|
1 year ago |
William Grant
|
74986eca04
|
fix: note to self messages from other devices should be outgoing
|
1 year ago |
Audric Ackermann
|
4eafe8c68c
|
Merge pull request #3080 from Bilb/fix-retrieve-snode-down
fix: randomly pick a snode to poll from until we build a better way with changes server side
|
2 years ago |
Audric Ackermann
|
51c307af25
|
chore: fix PR reviews
|
2 years ago |
Audric Ackermann
|
faa24ce9a6
|
fix: lint
|
2 years ago |
Audric Ackermann
|
42bea0264c
|
fix: improve retrieve timeout to 10s
also:
- add comments about not adding the limit:256 on snode list fetch
- fix an issue when no audio are found when starting a webrtc call
|
2 years ago |
Audric Ackermann
|
4589bde672
|
chore: moved more types to ReduxTypes.d.ts
|
2 years ago |
Audric Ackermann
|
fb99c3491c
|
chore: remove calls to Storage from settings.tsx
|
2 years ago |
Audric Ackermann
|
49ab04d2fd
|
chore: move SessionSettingsCategory to .d.ts file
and remove the enum (instead use string union)
|
2 years ago |
Audric Ackermann
|
7f7f0fe26c
|
fix: clear swarms from snodes not in pool on full fetch
|
2 years ago |
Ryan Miller
|
87fb1701d4
|
chore: rename fetch functions
|
2 years ago |
William Grant
|
c93cc932fc
|
fix: replaced eye svgs with better aligned ones
fixed style position
|
2 years ago |
William Grant
|
2e664bfa09
|
fix: right panel transition is now smoother
transition duration is now set via a function for integration testing purposes
|
2 years ago |
William Grant
|
208d9cc0eb
|
Merge branch 'unstable' into feat/ses-50/onboarding
|
2 years ago |
William Grant
|
efc790120a
|
fix: hr in emptymessageview should not use 0.5px
|
2 years ago |
William Grant
|
425319785f
|
fix: prevent flickering on EmptyMessageView
|
2 years ago |
William Grant
|
ab544070dd
|
fix: repaired rounding on upload profile image component
|
2 years ago |
William Grant
|
dad09a75a6
|
fix: compressed all new svgs
tweaked svg styling
|
2 years ago |
William Grant
|
7b221febc1
|
fix: moved some things outside of the OnboardContainer
this prevents refreshing of the entire styled component on render
|
2 years ago |
William Grant
|
d05c3e41eb
|
feat: converted stagedGenericAttachment to be functional
|
2 years ago |
William Grant
|
7f031681f8
|
fix: remove unneeded catch block for checking if we are online
the inboxStore isnt set yet and we arent displaying the connected path light
|
2 years ago |
William Grant
|
5a131c5785
|
fix: updated pollOnceForDisplayName
we can return the try result directly in the block since the finally will alway be executed
|
2 years ago |
William Grant
|
6c93639c4b
|
fix: turn off enableLogRedirect
|
2 years ago |
William Grant
|
c3334d09e4
|
fix: improved check for disabling continue button
more human readable
|
2 years ago |
William Grant
|
04d053a0e9
|
fix: used better naming for value changed in restore account
|
2 years ago |
William Grant
|
bad21725d9
|
fix: dont pass redux args to restoration hook
we can use the selectors inside of it
|
2 years ago |
William Grant
|
ca0497051b
|
fix: destructure args in sign in methods
cleaned up logging
|
2 years ago |
Audric Ackermann
|
52ebcfdbab
|
fix: randomly pick a snode topollfrom until we build a better way
|
2 years ago |
William Grant
|
c1a961477e
|
fix: used better naming for value changed in create account
cleaned up logging
|
2 years ago |
William Grant
|
86baed64ba
|
fix: make useRecoveryProgressEffect use a switch for better readability
|
2 years ago |