Commit Graph

24 Commits (d152ce946b0c774f0bff3f6d6f59f90e81bc4958)

Author SHA1 Message Date
William Grant f245f6d1d9 fix: added missing & selector to all pseudo events
William Grant bc196286bc Merge branch 'unstable' into feat/ses-1560/unit-tests
William Grant 97cd21a77e Merge branch 'unstable' into feat/ses-899/user_profile_poll
Audric Ackermann f6b1eac5ad
Merge pull request from KeeJef/unread-message-scroll-button-changes
Add unread message count indicator per conversation
Audric Ackermann 444e60ce89 fix: use 999+ for convo unread count, but 99+ for global one
Audric Ackermann cef59be005 fix: ellipsis on name rather than pubkey
also cleaned up our contexts a little bit
William Grant b81d5a3d7a refactor: clean up remaining global React import calls
import specific types from react package
William Grant a098638bc0 refactor: remove unnecessary react imports
you don't need it from react 17
Audric Ackermann 41ca0666ce chore: remove () => void for misused promises
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues
Audric Ackermann 55a2767fce feat: do not approve a convo before sending the first message
but still sync it's state through the createdAt with libsession util
Audric Ackermann bf2456df8e chore: do not store mentionedUs and unreadCount as attribute in convo
William Grant bc325a6ffe fix: resolved unread notification and mentiond colors
William Grant cf8a66a82b fix: resolved all outstanding theming todos
William Grant 9ee89fd099 feat: made more progress with left pane and left more comments
William Grant 2cb7e72f68 feat: starting theming work on left pane and commented on areas that will need to be fixed
Audric Ackermann 970e719229 chore: move session radio group to styled components
also clean up unused css
and move some elements from OverlayClosedGroup to styled components
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver ()
* 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
Audric Ackermann 1efe6ca728
click oin @ bring to latest mention
Audric Ackermann d6a8f5e92b
allow searching for nickname or name for contacts
Audric Ackermann 1e5a45d95b
cleanup timestamp display for search results
Audric Ackermann 0e39b6b152
minor rename
Audric Ackermann 7c42400aa2
fix crash of app on rendering pin item
Audric Ackermann abd146c4ca
use React Provider for convoListItem ()
this is to avoid passing down the prop to all the components