Audric Ackermann
|
7d6953812d
|
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3
|
6 months ago |
Audric Ackermann
|
7611f07b09
|
chore: address PR 184 reviews
|
8 months ago |
Audric Ackermann
|
a7324a8d84
|
Merge remote-tracking branch 'upstream/unstable' into standardised_strings
|
8 months ago |
Audric Ackermann
|
1789ac30c8
|
fix: break down i18n file and remove translations from redux
|
8 months ago |
Audric Ackermann
|
5a7da00d00
|
feat: remove moment and replace with date-fns
|
8 months ago |
yougotwill
|
737dbd45c1
|
fix: show loading state until image is decrypted and can be mounted
|
8 months ago |
yougotwill
|
24b3feb39e
|
fix: load attachments in the messages list
|
9 months ago |
Audric Ackermann
|
6e137fe69f
|
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3
|
11 months ago |
William Grant
|
97cd21a77e
|
Merge branch 'unstable' into feat/ses-899/user_profile_poll
|
1 year ago |
Audric Ackermann
|
ca069a1e36
|
Merge remote-tracking branch 'oxen/unstable' into fix-resize-images-thumbnail
|
1 year ago |
Audric Ackermann
|
095a9d33e5
|
fix: canDisplayImage needs check to be done on the thumbnail
|
1 year ago |
William Grant
|
fd4e1525cb
|
Merge branch 'unstable' into feat/ses-50/onboarding
|
1 year ago |
Audric Ackermann
|
cef59be005
|
fix: ellipsis on name rather than pubkey
also cleaned up our contexts a little bit
|
1 year ago |
William Grant
|
4774c8a669
|
fix: consolidate isDetailView into one type called hasDetailView
which we import in various components
|
1 year ago |
William Grant
|
500f994d5d
|
fix: quote author in message info will now wrap
otherwise it causes the message bubble to overflow
|
1 year ago |
William Grant
|
dcdea00748
|
fix: dont show message avatar in message info panels
also show admin crown
|
1 year ago |
Audric Ackermann
|
53059135ee
|
fix: tsc does not overwrite workers compiled content
|
1 year ago |
William Grant
|
9be21ce879
|
Merge branch 'unstable' into feat/ses-897/steps-create-account
|
1 year ago |
Audric Ackermann
|
95cd0e86f1
|
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk2
|
1 year ago |
William Grant
|
0ee50d8418
|
fix: dont show admin crown in message info screen
|
1 year ago |
Audric Ackermann
|
8d0bd84ef0
|
feat: add toggle to share history or not with invite group v2
|
1 year ago |
William Grant
|
b81d5a3d7a
|
refactor: clean up remaining global React import calls
import specific types from react package
|
1 year ago |
William Grant
|
a098638bc0
|
refactor: remove unnecessary react imports
you don't need it from react 17
|
1 year ago |
Audric Ackermann
|
2371dba5ee
|
Merge branch 'unstable' into closed-group-chunk2
|
1 year ago |
William Grant
|
2a292f8134
|
fix: dont use app focus all the time
|
1 year ago |
William Grant
|
e6148c2939
|
fix: cleanup logging after confirming inview and isAppFocused work
|
1 year ago |
William Grant
|
f99cd50fad
|
fix: make sure inview is only triggered when the app is in focus
|
1 year ago |
William Grant
|
91c76e98b8
|
fix: confirmed no issue with the isVisible check
|
1 year ago |
William Grant
|
0ecdcd93a0
|
fix: drop shadow renders correctly
moved to individual text and image attachments, need to check the other attachment types
|
1 year ago |
William Grant
|
b34bf1380a
|
feat: updated react-intersection-observer, added selected message hook,
still debugging spacing in message container when in multi select mode
|
1 year ago |
William Grant
|
aea4fd7ad9
|
Merge branch 'userconfig_disappearingmessage' into feature/ses-558/more-message-information
|
1 year ago |
Audric Ackermann
|
6d81f5ff36
|
Merge remote-tracking branch 'yougotwill/userconfig_disappearingmessage' into closed-group-chunk2
|
1 year ago |
Audric Ackermann
|
543c80bbe3
|
fix: add most of new designs (own setting) for disappear v2 messages
|
1 year ago |
Audric Ackermann
|
4cbc452f26
|
fix: avatar style for incoming messages in groups
had to refactor a fair bit, but well...
|
1 year ago |
Audric Ackermann
|
b2d22b2a73
|
fix: hide known message status except for last message
|
2 years ago |
Audric Ackermann
|
b8876ebbfe
|
feat: add subaccount auth
|
2 years ago |
William Grant
|
22b0ab5f2f
|
feat: updated panel buttons
add params to panel state to be used in future, not tested yet
|
2 years ago |
William Grant
|
a268aeb6d1
|
fix: type state correctly when using useSelector
|
2 years ago |
William Grant
|
85f270b67a
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
Audric Ackermann
|
539eeb19cb
|
fix: background of msgbox with long display name
|
2 years ago |
Audric Ackermann
|
4b3c31de89
|
Merge remote-tracking branch 'upstream/unstable' into fix/long-username-quote-author-overflow
|
2 years ago |
Audric Ackermann
|
d43d6abbae
|
chore: replace tslint with eslint and fix linting issues
|
2 years ago |
Audric Ackermann
|
9261408738
|
fix: ellipsis when author is too long for quote or authortext
|
2 years ago |
William Grant
|
d888999543
|
fix: use StyledMessageHighlighter in MessageAttachment only when it is rendered
|
2 years ago |
Audric Ackermann
|
594eee698b
|
Merge remote-tracking branch 'upstream/clearnet' into unstable
|
2 years ago |
Audric Ackermann
|
f2cddb83c8
|
chore: broke apart big Message selectors into smaller ones
|
2 years ago |
William Grant
|
ca6463da02
|
fix: make sure to show the quoted message above quotes that only have attachments and no text
|
2 years ago |
William Grant
|
e90e548715
|
feat: improved quoted message not found
consolidated quote props lookup into getMessageQuoteProps, only use the db message in the quote components
|
2 years ago |
William Grant
|
acdeabf306
|
feat: fixed click on a quote to go to the original message
added animation support to attachments when opening it via a quote
|
2 years ago |
Audric Ackermann
|
0e286142f1
|
chore: add a redux settings slice, currently outdated banner inc
|
2 years ago |