Commit Graph

38 Commits (f7d574ce20c21bc523584d7d99d88623fc4dc40c)

Author SHA1 Message Date
Audric Ackermann cef59be005 fix: ellipsis on name rather than pubkey
also cleaned up our contexts a little bit
2 months ago
William Grant 0ecdcd93a0 fix: drop shadow renders correctly
moved to individual text and image attachments, need to check the other attachment types
4 months ago
William Grant b34bf1380a feat: updated react-intersection-observer, added selected message hook,
still debugging spacing in message container when in multi select mode
4 months ago
Audric Ackermann 4cbc452f26 fix: avatar style for incoming messages in groups
had to refactor a fair bit, but well...
7 months ago
William Grant 9603a64f43 fix: messages are now vertically spaced correctly 8 months ago
William Grant dacac64b11 fix: messages are now the right way up
I have broken the reverse flexbox
8 months ago
William Grant ca7983caac fix: align expire timers with the member avatars
in groups
8 months ago
William Grant 5285d4240a fix: resolved missing selected conversation hooks imports 10 months ago
William Grant 41af1e7865 Merge branch 'unstable' into userconfig_disappearingmessage 10 months ago
Audric Ackermann 41ca0666ce chore: remove () => void for misused promises 10 months ago
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 10 months ago
William Grant 905fe5aab9 Merge branch 'unstable' into userconfig_disappearingmessage 11 months ago
Audric Ackermann 97647d4dc7 fix: padding for messagebox + onclick drop while selecting msgs 11 months ago
Audric Ackermann 1d9279c79c chore: merge conversation selectors into a single file
as the circular dependency was causing a createSelector called with
undefined issue on startup without user loggedin
11 months ago
Audric Ackermann 5d2d901aa0 Merge remote-tracking branch 'upstream/unstable' into userconfig_disappearingmessage 11 months ago
Audric Ackermann dc3e8450e9 fix: memoize selected conversation props to avoid unneeded rerenders 11 months ago
Audric Ackermann 4637f4609a Merge remote-tracking branch 'yougotwill/disappearing_messages' into userconfig_disappearingmessage 12 months ago
William Grant 5398f45a26 fix: typing animation alignment 1 year ago
Audric Ackermann faeb95fefd feat: add block/decline logic to msg request & wrapper 1 year ago
Audric Ackermann 0050352470 chore: move selected convo selectors to another file 1 year ago
William Grant b3885bf9d9 Merge branch 'clearnet' into theming
Link previews are broken for now
2 years ago
William Grant 3abd69a3ea feat: styled message bubbles, control messages and the session dropdown 2 years ago
William Grant 27e19f3afa feat: updated SessionIconButton to support themes 2 years ago
Audric Ackermann 81fa09b8ee Merge branch 'menu-redesign' into settings-redesign 2 years ago
Will G 267f49ff1e
Emoji Reacts (#2320)
Add support for emoji reacts in conversations

Resolves #2375 and #1577
2 years ago
Audric Ackermann 7b7a80a2dd fix: add new designs of typing message settings with animation 2 years ago
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver (#2347)
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
2 years ago
Audric Ackermann 9000c649f8
remove optional setToExpire and UnreadMessageIsAbove indicator 2 years ago
Audric Ackermann 4e638d162d
fix the scroll to bottom with button and on send message 2 years ago
Audric Ackermann 792c23da87
cleanup scroll to unread of quote or search result on open 2 years ago
Audric Ackermann d269693544
cleanup search of contacts excluding not active 2 years ago
Audric Ackermann a3be2c347d
fixup open convo on search, quote click or hit the bottom 2 years ago
audric a21751c611
open convo on last unread, and can scroll up 2 years ago
audric 12b00720f4 split up load more messages from top or bottom
also split up just fetching the last messages from fetching based on
unread/ lastTopMessageId
2 years ago
Audric Ackermann 15ae511bca
Merge branch 'clearnet' into small-refactor 2 years ago
burtonemily ffdf2519ca
Integration test (#2128)
* Testing playwright for Desktop automation

* converting tests from javascript to typescript and finishing create user automated test

* Trying to delete app data when test finishes, not through UI

* Undoing the code for clear database once test completes

* Creating POM for cleanup function

* cleanup function for playwright tests

* Creating a new user function, open electron function and clean up function

* fixes user object for new user function

* Adds a login function and start of send message test

* Creating test for sending messages, logging in and adding in data test id tags

* add more data-testid field

* updates new contact test, to have multiple windows and users running simultaneously

* updating clean up and new user test

* Fixing issues with creating new user

* new contact test

* New test to check password functionality

* make sure to cleanup data before running tests

* New group creation test and sending message function

* Adding new automated test for sending message to a contact

* create group test and updating new contact test to include date in test message

* updating package.json to remove webdriver and chromedriver and spectron

Co-authored-by: Audric Ackermann <audric@loki.network>
2 years ago
Audric Ackermann 1c46d81a20
rename authorPhoneNumber to what ever makes more sense 2 years ago
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
3 years ago