Audric Ackermann
912d6b36dc
remove light roboto as it looks ugly
3 years ago
Audric Ackermann
27906de084
grunt keep underscore in for backbone
3 years ago
Audric Ackermann
5b6d0d25f5
fix typo noteSelf results and shortened pubkey for unknown contacts
3 years ago
Audric Ackermann
845e6048c4
add back underscore dependency as this is causing issues with backbone
3 years ago
Audric Ackermann
5492919424
update EN start in tray setting wording
3 years ago
warrickct
2d66b1db4e
Adding styling to conversation window for a message request.
3 years ago
Audric Ackermann
b7c966ee93
Merge pull request #2142 from Bilb/scroll-to-not-loaded-message
...
Scroll to not loaded message & fixup search
3 years ago
Audric Ackermann
07a1beae5e
exclude ids from search entry
3 years ago
Audric Ackermann
d6a8f5e92b
allow searching for nickname or name for contacts
3 years ago
Audric Ackermann
ceb5317160
remove profile_images as we are not using it
3 years ago
Audric Ackermann
98bdd53bd5
fix release build and decrese search results to 150 for messages
3 years ago
Audric Ackermann
40344bde52
move search logic to the search input component
3 years ago
Audric Ackermann
44f61073dc
move search results to styled components
...
and cleanup search logic and rendering of message results
3 years ago
Audric Ackermann
108d810fde
make sure pills of joinable room take 100% width if they can
3 years ago
Audric Ackermann
1e5a45d95b
cleanup timestamp display for search results
3 years ago
Audric Ackermann
280128ec43
update search result to have sender on the msg line
3 years ago
Audric Ackermann
1eba9dce30
merge messagesChanged and messagesAdded to a single redux event
3 years ago
Audric Ackermann
b72b8e8387
fix tests
3 years ago
Audric Ackermann
949c36a42f
merge fetching more messages for top and bottom in the same flag
3 years ago
Audric Ackermann
9000c649f8
remove optional setToExpire and UnreadMessageIsAbove indicator
3 years ago
Audric Ackermann
4e638d162d
fix the scroll to bottom with button and on send message
3 years ago
Audric Ackermann
7d9f970b2c
remove decrypted_at field from saving message models as unused
3 years ago
Audric Ackermann
6f5bca6660
allow more characters to be used in display name
...
We just deny the one used to add markers around a mentions on the
desktop client. which is ᅭ
Relates #2132
3 years ago
Audric Ackermann
b3a8692240
cleanup incoming message creation for displaying messageresult
3 years ago
Audric Ackermann
76bfd5992c
use coalesce to merge multiple timestamp for search as one
3 years ago
Audric Ackermann
5afbd9c19e
cleanup creation of opengroup message on sync
3 years ago
Audric Ackermann
5e314e4dcc
remove 'recipients' message field and 'destination'
...
we do not need recipients as it makes no sense for us having medium
groups on the same pubkey
we do not need destination as it can always be guessed from the
direction and the type of conversation of that message
3 years ago
Audric Ackermann
00d2bbc63d
cleanup MessageSearchResults
3 years ago
Audric Ackermann
792c23da87
cleanup scroll to unread of quote or search result on open
3 years ago
Audric Ackermann
d269693544
cleanup search of contacts excluding not active
3 years ago
Audric Ackermann
a3be2c347d
fixup open convo on search, quote click or hit the bottom
3 years ago
Audric Ackermann
2b0a2cff46
rename console.warn to error or info depending on type
3 years ago
audric
a21751c611
open convo on last unread, and can scroll up
3 years ago
warrickct
fb862fe451
Updating message request overlay styling
3 years ago
warrickct
31f4e294c6
Altering message request banner styling
3 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
3 years ago
audric
381cb77ad9
fixup tsconfi complaining about playwright.config being above it
3 years ago
audric
83d27ed3b7
update quoted message to animate to have border-green instead of bg green
3 years ago
Audric Ackermann
38202ba6f0
Merge pull request #2141 from Bilb/cleanup-attachment
...
Cleanup attachment
Cleanup dependecies
3 years ago
audric
62f0edf8cb
cleanup console.warn calls
3 years ago
audric
8b5b3f06bb
lint _locales translation files
3 years ago
audric
247cb7c065
cleanup dependencies
3 years ago
audric
2e1016a90e
remove unused libxmljs dependency
3 years ago
audric
e515ce3ca5
Merge remote-tracking branch 'upstream/clearnet' into cleanup-attachment
3 years ago
Audric Ackermann
f2694f5fec
Merge pull request #2131 from Bilb/small-refactor
...
remove all .md files unused
bump convo on incoming/outgoing call
rename authorPhoneNumber to context specific making more sense
3 years ago
Audric Ackermann
15ae511bca
Merge branch 'clearnet' into small-refactor
3 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>
3 years ago
Audric Ackermann
6a403afb41
Merge pull request #2139 from warrickct/global-search-progress
...
Global Search and Database Trimming
3 years ago
warrickct
04241daa08
Fixin linting errors.
3 years ago
Audric Ackermann
f07aba72df
Merge pull request #2136 from Bilb/global-search-off-clearnet
...
Global search off clearnet
3 years ago