Commit Graph

234 Commits (58675d89d1ea73f2553088d56edbfa9457162f97)

Author SHA1 Message Date
Audric Ackermann e41d182972
Fix fonts sans serif (#1619)
* force deleteAccount after 10sec timeout waiting for configMessage

* move some constants to file where they are used

* add a way to fetch snodes from snodes

* remove a snode from a pubkey's swarm if we get 421 without valid content

* remove getVersion from snodes

* hide groupMembers in right panel for non-group convo

* fix font sans serif by using roboto instead

Fixes #1617
4 years ago
Audric Ackermann 720e229c95
do not put DM settings on multiple lines 4 years ago
Audric Ackermann 6edcb88788
remove resend as it does not make any sense with medium groups
and sendAnyway
4 years ago
Audric Ackermann d655c397e0
make the isAdmin coming from the convo props and not the messages 4 years ago
Audric Ackermann 72c96ea998
remove most of the SessionProtocol unused stuff
- prekeys
- SessionCipher
- LokiCipher
- endSession and the reset Session logic
- what we called Sessionprotocol manager (to keep track of session with
everyone)
4 years ago
Audric Ackermann 979a9058e3
remove verified number - related features (partial) 4 years ago
Audric Ackermann 1a128ab055
fix colors for caption editor 4 years ago
Audric Ackermann 766a9f9c45
fix theme for voice messages and recording 4 years ago
Audric Ackermann 4bab6cc8b4
fix typing bubbles on SessionConversation
for some reasons, they were sometimes not visible due to the message
list bottom padding
5 years ago
Audric Ackermann 46fa6e39f6 fix position of play button on right panel medias 5 years ago
Audric Ackermann cb2f90f7f7
make SessioNotificationCount a styled component 5 years ago
Audric Ackermann c128684ffe
cleanup unused svg files from Signal 5 years ago
Audric Ackermann 4c6a05c6d7
make timestamp a styled-component too 5 years ago
Audric Ackermann e1fbcade0f
move expiretimer bucket svg to ts & style them with styled-components 5 years ago
Audric Ackermann 15ae97e0a7
use OutgoingMessageStatus in ConversationListItem too
also, enable back the delivered/read status on message metadata
5 years ago
Audric Ackermann 0a6a49eda5 Add an Outgoing Message Status react component 5 years ago
Audric Ackermann e38be266c2 major rework of session icon => make them styled with styled-component 5 years ago
Audric Ackermann f0a58b01b0
remove calculatingPow animation on msg => use the one for sending 5 years ago
Audric Ackermann 4c0a988fe5
Move the metadata badges to use react functional components 5 years ago
Audric Ackermann 29eb528d1f
remove signal gear icon, and show back ours on calculatingPow
this is used for a message in the message list and in the conversation
list item
5 years ago
Audric Ackermann f9783be764
various UI fixes
* hide borders of images in bg when in the message details view
* force color of caption edits to white, as the background is grey and
it is more readable
* fix a bug preventing to quote the same message twice when switing
between two conversation after starting to quote one
5 years ago
Audric Ackermann 60a4fcbfcc
small UI fixes for caption editor 5 years ago
Audric Ackermann c1c1cde14b
improve caption editor, and disable right panel if messagedetails shown 5 years ago
Audric Ackermann 22b4f39e52
MessageDetails: contact status fallbacks to message status
this is used for medium groups
5 years ago
Audric Ackermann 5c55a9411f
add first step to enable back MessageDetails.
Still not much the react way to do it for now
5 years ago
Audric Ackermann 2ec337dd31
Add back ability to edit caption before sending attachments 5 years ago
Audric Ackermann edd984e0f5
make quotes stay empty when there object isEmpty() 5 years ago
Audric Ackermann 051436339d
remove unused font 5 years ago
Audric Ackermann 7058bc0319
fix metadata styles for media message without body on light mode 5 years ago
Audric Ackermann 7ae79ee0a2
make timer notification work with empty profile name (display pubkey) 5 years ago
Audric Ackermann b865810cb0
fix expiretimer color for incoming message in light mode 5 years ago
Audric Ackermann 07c384aa0d
render GroupNotification messages 5 years ago
Audric Ackermann 857bea50ea
enable back keyboard navigation on message list 5 years ago
Audric Ackermann ba959f3379
link preview state moved to SessionCompositionBox 5 years ago
Audric Ackermann 13e02b5bf1
add staged link previews for everything from signal 5 years ago
Audric Ackermann fe3cfb9e82
move all menu to react-contexify 5 years ago
Audric Ackermann 026a1930ed
add a getOrThrow to ConversationController when we expect this convo 5 years ago
Audric Ackermann 144ae41529
add type for ConversationController, remove showStartConversation
and cleanup scss
5 years ago
Audric Ackermann a652ec3b61
fix light theme in react refactor 5 years ago
Audric Ackermann 4d991d3992
Merge branch 'clearnet' into react-refactor 5 years ago
Audric Ackermann dfff6c2149
Merge pull request #1374 from Bilb/hide-shorten-pubkey-except-public 5 years ago
Audric Ackermann 37dd7b87cc
remove right buttons on Message. use right click instead 5 years ago
Audric Ackermann f57c85dc0d
hide pubkey when not needed on conversationHeader and listItem 5 years ago
Audric Ackermann 1da4ae69c2
render NoteToSelf list item as a normal conversation 5 years ago
Audric Ackermann 531d64b4cc
Merge pull request #1331 from Bilb/fix-group-panel-with-plenty-media
fix the media panel with lots of media (bottom button hidden)
5 years ago
Audric Ackermann fae8ef8d5b
Merge pull request #1334 from Bilb/fix-left-border-blocked 5 years ago
Audric Ackermann 2aef1f3132
be sure blocked border is shown even with mention or unread 5 years ago
Audric Ackermann f43ea3d940
fix size of sent badge on message detail view 5 years ago
Audric Ackermann f682cbd9d0
fix the media panel with lots of media (bottom button hidden) 5 years ago
Audric Ackermann 252c45f635
Merge remote-tracking branch 'upstream/clearnet' into use-created-at-server-timestamp 5 years ago
Audric Ackermann 71169a56fe
fix light theme attachment doc UI 5 years ago
Audric Ackermann cb911d4db1
fix members ui for light mode 5 years ago
Audric Ackermann 00994bcb4a
make most of the app rtl compatible (text based only) 5 years ago
Audric Ackermann 5909b7c807
cleanup scss 5 years ago
Audric Ackermann 8ff53a434a
refactor quote styles 5 years ago
Audric Ackermann b1e29cc89f
refactor scss 5 years ago
Audric Ackermann 291982c2aa
cleanup css and themify missing stuff 5 years ago
Audric Ackermann 031e19df63
themify group panel 5 years ago
Audric Ackermann 9cbf21547b
cleanup scss and themify message view 5 years ago
Vincent 6078be1657 revive-ts-refactor 5 years ago
Vincent 83528f4b8d Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into refactor-ts-react 5 years ago
Mikunj 7665ecacfb Fix incorrect sent timestamps 5 years ago
Mikunj 8d11660b13 Fix attachments 5 years ago
Vincent cf05d4ff6c revivify 5 years ago
Vincent 48ce580fd4 Notification styling 5 years ago
Vincent 43772b8ee2 Timer notifications complete 5 years ago
Vincent f2ce52a3d5 Timer notifications rework 5 years ago
Vincent 01491e9c3f Convert to public sans 5 years ago
Vincent 5dc21710b8 Convert to open fonts 5 years ago
Konstantin Ullrich 18a464fc58 Add a numeric TTL Countdown if the time left is under 1 minute 5 years ago
Vincent a1e4072ec1 Stylistic updated 5 years ago
Vincent 4d65fe76ab Updating tos & privacy links 5 years ago
Vincent 30ccb81d3d Disappearing messages in Channel Settings panel 5 years ago
Vincent 7b674bb8d8 Various UI improvements 5 years ago
Mikunj Varsani a75ef365b8 Fix device unlinking.
Fix session request being sent even if we have keys to setup a session.
Fix minor crash.
5 years ago
Vincent 821cf00b65 Closed group update message stylgin 5 years ago
Vincent c0a33a630f Join channel generalisation 5 years ago
Vincent bff2b2b2f2 SASS fixup 5 years ago
Vincent f55e20d8ac Cleanup media view formatting 5 years ago
Vincent ae01b11478 Looking into keyboard navigation 5 years ago
Audric Ackermann 25344685a2 merge 5 years ago
Vincent 2439c6f95b Contextmenu left trigger fix for messageview 5 years ago
Audric Ackermann 84c315449f show nb of members on group chat when members.length>0 5 years ago
Audric Ackermann 3014b7ccba update conversation list item in messages view 5 years ago
Audric Ackermann c883d20bd7 add the left pane sections on main page 5 years ago
Audric Ackermann 4999ececfd enlarged avatar when clicked in showUserDetailsDialog 6 years ago
Audric Ackermann c19b53d3fd Disable horizontal scrollbar on conversation list #560 6 years ago
Maxim Shishmarev 4dd314c18f Enable profile pictures 6 years ago
Maxim Shishmarev 8677fb15a0 Select multiple messages and bulk deletion 6 years ago
Maxim Shishmarev 0d19b708f9 Creating private group chats between friends 6 years ago
Maxim Shishmarev 9e6f6d5a01 Fix incorrectly showing friend request as pending 6 years ago
Maxim Shishmarev 8be1c61f4c Highlight conversations with unread mentions of the user 6 years ago
Maxim Shishmarev 687e9db77b Custom message rendering of mentions 6 years ago
Maxim Shishmarev 0d9e4bbf45 Only shorten pubkeys if name is present 6 years ago
Mikunj 0b898612d9 Linting. 6 years ago
Mikunj 0883b1b650 Updated styles.
Merge commit clearnet into mod-badges
6 years ago
Mikunj ea5bc24253 Updated design 6 years ago
Beaudan Brown e9a2b57d37 Show crown icon for moderators 6 years ago
Mikunj 83d198108c Fix the ui bug where items would appear over the loki logo. 6 years ago
Beaudan 1d0067e6e5 Forgot to add this part 6 years ago