Commit graph

57 commits

Author SHA1 Message Date
Audric Ackermann 1da4ae69c2
render NoteToSelf list item as a normal conversation 2020-09-10 15:52:36 +10:00
Audric Ackermann 84c7ce006b
fix ctx menu on repeated block/unblock 2020-09-09 11:16:33 +10:00
Audric Ackermann 9d4dff611f
simplify Copied xxx => Copied to clipboard 2020-08-14 11:25:31 +10:00
Audric Ackermann 71004f04a2
add a getDeleteMenuItem and hide on open groups as
leave and delete messages does the same in fact
2020-08-13 16:45:11 +10:00
Audric Ackermann 401c37c39e
make standardized menu, use them in ConversationHeader
and ConversationListItem
2020-07-24 16:40:44 +10:00
Audric Ackermann ce6263dc21
share ContextMenu item tests for ConversationListeItem and ConversationHeader 2020-07-24 11:24:37 +10:00
Audric Ackermann ffbba2480f
hide blocking option from UI for blocking groups 2020-07-23 16:16:52 +10:00
Audric Ackermann 8d544a9d87
make redux store update on block/unblock 2020-07-14 15:56:40 +10:00
Audric Ackermann eb9a838af1
remove friends from UI logic 2020-06-16 10:04:18 +10:00
Audric Ackermann 66de8d9648
remove plenty of the friend logic 2020-06-15 18:05:14 +10:00
Audric Ackermann fa853538d0
LINT after prettier upgrade 2020-05-29 16:25:15 +10:00
Vincent 2b0ea5bcc5 simplificaiton 2020-05-14 15:13:06 +10:00
Konstantin Ullrich fadbc03576 Enable Mention Rendering in sidepanel 2020-04-11 21:02:20 +02:00
Ryan Tharp 79c4259a91 remove options from RSS feed that don't make any sense and don't work 2020-02-04 23:09:53 -08:00
Audric Ackermann 5f0738c4b8
make profile image which where 48pixels big 36 noew, as no more border 2020-01-31 16:52:02 +11:00
Audric Ackermann 3e5a4ec91a
fix profile image size conversation list with pending friend request 2020-01-30 10:49:28 +11:00
Audric Ackermann 26813666fc show timestamp and last message in conversationlistitem 2020-01-21 11:51:47 +11:00
Audric Ackermann a0db6cddd7 rename isFriendItem -> isFriend in conversationListItem 2020-01-16 11:27:29 +11:00
Audric Ackermann 73041ccef3 show receivedFriendRequest in a popup 2020-01-16 11:19:17 +11:00
Audric Ackermann b49e85ad08 add the you have friend request title on contact section 2020-01-16 11:01:20 +11:00
Audric Ackermann 9cc6807b22 lint code 2020-01-03 17:07:41 +11:00
Audric Ackermann 34fde5f71a contact list, show receivedfriendrequest, then sent, then friends 2020-01-03 17:07:41 +11:00
Audric Ackermann 05bbc43b22 fix accept/decline friend request from conversationListItem 2020-01-03 17:07:41 +11:00
Audric Ackermann c9000c3f26 add the accept/decline buttons on friend requests in conversationslist 2020-01-03 17:07:41 +11:00
Audric Ackermann 3014b7ccba update conversation list item in messages view 2020-01-03 17:04:53 +11:00
Audric Ackermann 8d6ae29d87 conversation list item update unread border and count 2020-01-03 17:03:02 +11:00
Maxim Shishmarev a5fce17d8c public chat invitations 2019-11-22 16:16:43 +11:00
Beaudan Brown 08ad913105 Add explicit isSecondary flag to conversation list items so they can remain hidden in the menu after they become friends etc 2019-10-28 12:17:21 +11:00
Maxim Shishmarev 8be1c61f4c Highlight conversations with unread mentions of the user 2019-10-02 16:18:45 +10:00
Beaudan Brown 870dc7f904 Fix tests, refactor menu items to please linter and lint 2019-09-04 10:58:32 +10:00
Beaudan Brown 66459ac4bd Remove most of the right click and cog menu options for the public chats 2019-09-03 17:53:19 +10:00
Beaudan Brown 662c64f347 Remove ability to delete some rss conversations 2019-08-23 14:23:21 +10:00
Ryan Tharp c57571fdfd loki.network rss feed 2019-08-23 11:11:23 +10:00
Mikunj b8ef6c2cc6 Loki changes
Added friends section in search.

This is because contacts is now used in signal for something else and we don't want to clash meanings.

Styling fixes

Add dropdown options into mainheader

Updated styling

Restore StartNewConversation to the old ui style of loki messenger.

Fix friend search display.

Fix header expand animation.

Hooked up menu actions.

Linting.

More styling changes.

Fix tests.

Added back in the loki logo below the gutter.

Fix toast positioning.

Fix context menu showing incorrectly on virtual lists.

Added tabs.

Linting
2019-04-24 13:25:20 +10:00
Mikunj 3152f92e30 Merge signal 1.23.2
# Conflicts:
#	app/sql.js
#	js/conversation_controller.js
#	package.json
2019-04-18 12:31:39 +10:00
Mikunj 1f03e04d8c Merge commit 'c75a756b2a58bd4a79890e34673d95d9f17f3f01' into signal-1.23
# Conflicts:
#	js/views/conversation_view.js
#	package.json
#	ts/components/ConversationListItem.tsx
#	ts/components/conversation/ConversationHeader.tsx
2019-04-18 10:13:49 +10:00
Mikunj 12ce0140de Left pane changes.
Merge commit 'b3ac1373fa64117fe2a9ccfddf3712f1826c06d9' into signal-1.23

# Conflicts:
#	_locales/en/messages.json
#	background.html
#	js/background.js
#	js/conversation_controller.js
#	js/models/conversations.js
#	js/models/messages.js
#	js/views/conversation_list_item_view.js
#	js/views/conversation_list_view.js
#	js/views/conversation_search_view.js
#	js/views/inbox_view.js
#	libtextsecure/account_manager.js
#	package.json
#	stylesheets/_global.scss
#	stylesheets/_index.scss
#	stylesheets/_modules.scss
#	test/_test.js
#	test/index.html
#	test/models/conversations_test.js
#	test/views/conversation_search_view_test.js
#	ts/components/ConversationListItem.tsx
#	ts/components/MainHeader.tsx
#	ts/components/conversation/ConversationHeader.tsx
#	ts/components/conversation/ResetSessionNotification.tsx
2019-04-17 16:42:09 +10:00
Mikunj 57195017f9 Linting 2019-04-17 12:05:30 +10:00
Mikunj e343a04eea Merge commit '18b5b7c046436f2defab2e20407e22da180bf97b' into signal-1.22
# Conflicts:
#	app/sql.js
#	background.html
#	config/default.json
#	js/background.js
#	js/models/conversations.js
#	js/models/messages.js
#	js/modules/data.js
#	js/signal_protocol_store.js
#	js/views/conversation_search_view.js
#	libtextsecure/message_receiver.js
#	libtextsecure/sendmessage.js
#	main.js
#	package.json
#	preload.js
#	test/index.html
#	ts/components/Avatar.tsx
#	ts/components/conversation/ConversationHeader.md
#	ts/components/conversation/ConversationHeader.tsx
2019-04-17 11:59:54 +10:00
Scott Nonnenberg b3ac1373fa Move left pane entirely to React 2019-03-12 17:44:14 -07:00
Scott Nonnenberg d72f89d776 Render only visible conversations in left pane 2019-03-12 17:44:14 -07:00
Beaudan d0d57ea8c7 Add more functionality to the conversation right click menu, add right click for messages, change some of the ways toasts/confirmation dialogs are created, auto focus text input for nickname, clean up some stuff 2019-03-12 11:10:50 +11:00
Beaudan df93c97b48 Added ability to delete contacts and destroy all sessions with them. Added right click menu to contacts/conversations in list which can block, delete messages and delete contact 2019-03-07 17:10:33 +11:00
Scott Nonnenberg a43a78731a Note to Self 2019-02-12 16:08:51 -08:00
Mikunj ddfc99a461 Added online indicator to conversation header. 2019-02-05 14:22:55 +11:00
Mikunj 9b382de6da Added online indicator.
Disable selection in contacts.
2019-02-01 10:06:39 +11:00
Mikunj 6bd2d3962e Linted files 2019-01-16 16:18:08 +11:00
Mikunj 654b0dac84 Merge signal-master. 2018-12-17 12:56:04 +11:00
Scott Nonnenberg 79a861a870 Typing Indicators 2018-11-26 15:26:04 -08:00
Mikunj ae2e2fa2ae Updated UI in conversation to support user blocking behaviour. 2018-11-16 15:31:56 +11:00