Jonathan Rainville
844a61798a
fix: fix left tab line not following height of parent
...
Fixes #1948
2021-03-04 17:02:03 -05:00
Pascal Precht
e6f17fdf55
uiux(StatusChatInput): highlight matching formatting option
...
This will highlight any option in the text formatting menu whose
formatting matches the selected text formatting
Closes #1931
2021-03-04 08:57:43 -05:00
Jonathan Rainville
a09dd25506
fix: fix description is required for communities
2021-03-03 16:45:23 -05:00
Jonathan Rainville
7e8dc8c5d1
fix: fix community channels not showing the right type
...
Fixes #1954
2021-03-03 16:45:23 -05:00
Jonathan Rainville
84034d5dbf
fix: fix channel color in communities
2021-03-03 16:45:23 -05:00
Jonathan Rainville
e52f6daec9
feat: update to latest status go and add color to the community
2021-03-03 16:45:23 -05:00
Jonathan Rainville
e28e98a394
fix: fix community rebase errors
2021-03-03 16:45:23 -05:00
Jonathan Rainville
c5241e2bf4
feat: intercept clicks on messages links as well
2021-03-03 16:45:23 -05:00
Jonathan Rainville
35688e9740
feat: show unfurled link for status chats in 1:1
2021-03-03 16:45:23 -05:00
Jonathan Rainville
c86f67b9f1
fix: fix community header button in dark mode
2021-03-03 16:45:23 -05:00
Jonathan Rainville
f8704d7b64
feat: show unviewed count on the community button
2021-03-03 16:45:23 -05:00
Jonathan Rainville
b76cb5682c
fix: chats not updating on new messages in communities
2021-03-03 16:45:23 -05:00
Jonathan Rainville
da77487746
fix: fix invite to use new API and remove the double msg send
2021-03-03 16:45:23 -05:00
Jonathan Rainville
63e2c21b33
feat: show tooltip on top of community button with name
2021-03-03 16:45:23 -05:00
Jonathan Rainville
75a0818d41
fix: fix community image display in the header
2021-03-03 16:45:23 -05:00
Jonathan Rainville
64d38b6049
feat: implement redesign of communities on the left tab
2021-03-03 16:45:23 -05:00
Jonathan Rainville
534cb23e18
feat: add new import community popup
2021-03-03 16:45:23 -05:00
Jonathan Rainville
a47847b40f
fix: fix community profile looks and style
2021-03-03 16:45:23 -05:00
Jonathan Rainville
6213e020a0
feat: new design for export popup
2021-03-03 16:45:23 -05:00
Jonathan Rainville
b38d1df591
refactor: move communities functions to communities view in chat
2021-03-03 16:45:23 -05:00
Jonathan Rainville
3cc62d65aa
feat: show membership requests in the admin popup
2021-03-03 16:45:23 -05:00
Jonathan Rainville
807048522a
fix: ste channels correctly when going back and forth to communities
2021-03-03 16:45:23 -05:00
Jonathan Rainville
f9817d4f52
feat: add community requests, permissions, ENS and more
2021-03-03 16:45:23 -05:00
Pascal Precht
6603f025c3
fix(StatusChatInput): exclude markdown indicators from formatting
...
Closes #1928
2021-03-03 15:42:42 -05:00
Pascal Precht
ed0b9ec1d6
uiux(StatusChatInput): close text format menu on deletion
...
Closes #1932
2021-03-03 13:30:57 -05:00
Iuri Matias
27eab84f94
Revert "chore: add dummy ListView to ChatMessages to avoid app crash"
...
This reverts commit 7b07a31fa6
.
2021-03-01 16:06:06 -05:00
Pascal Precht
7b07a31fa6
chore: add dummy ListView to ChatMessages to avoid app crash
...
For an unknown reason, when the `chatLogView` ListView uses
a `verticalLayoutDirection: BottomToTop`, it prevents the application
from successfully rendering during login and crashes.
From debugging this, we know that this only happens when the above
condition applies *and* when a `DelegateModel` is used.
The delegate doesn't even need proper data, it application would still
crash.
We found out that the crash can be avoided when another `ListView` exists
in this component (however it's unclear why).
For now this commit adds such a placeholder `ListView` until it
we know more about what's going on.
2021-03-01 14:18:46 -05:00
Richard Ramos
608455f563
fix: improve qml bottlenecks
2021-03-01 14:17:26 -05:00
ace-smart
367afb70a2
Fixed wrong invite description text color in dark mode. Fixes #1912
2021-02-25 15:43:57 -05:00
ace-smart
604200639b
Fixed copy button of the invite link in dark mode. Fixes #1913
2021-02-25 15:43:37 -05:00
ace-smart
4c31a97db8
Fixed wrong color issue of the wallet layout. Fixes #1903
2021-02-25 15:43:14 -05:00
Richard Ramos
1a05b944a2
fix: input html being shown when removing css format
2021-02-25 15:41:31 -05:00
Jonathan Rainville
f52cc984d6
fix: fix profile image order since reversing the list order
2021-02-25 15:41:14 -05:00
Richard Ramos
6211d094dc
fix: set hide on close as default
2021-02-25 15:40:46 -05:00
Iuri Matias
6222ff985f
update to beta.6
2021-02-23 14:28:35 -05:00
Jonathan Rainville
fdcc700607
fix: fix chatMessages not starting at bottom by reversing list layout
2021-02-23 11:57:33 -05:00
Jonathan Rainville
744a16a0f4
fix: fix errorSound not defined
2021-02-23 11:57:33 -05:00
Pascal Precht
bd9fa37ce3
fix(Chat): ensure correct contact username is shown
...
In some cases inside of 1-on-1 chats, the fake messages added to
the beginning of the message list, wouldn't determine the correct
username of the contact in question.
This commit explicitly calls `chatsModel.userNameOrAlias()` instead
of relying on `activeChannel.name` which tries to do the same.
2021-02-23 10:42:23 -05:00
Pascal Precht
84806ee96c
feat(MessageContextMenu): add copy link actions
...
This commit adds a menu item to the message context menu to
copy links that may exist inside of a message.
There are three possible scenarios:
1. There's no link in the message, which causes the menu to not
render the dedicated menu item at all
2. There's one link in the message, which renders an additional
`Action` with a copy-to-clipboard functionality
3. There are multiple links in a single message. This adds a
nested `PopupMenu` in the existing menu with menu items for each
link extracted from the message
To make this work there were some changes in the `PopupMenu` component
needed, as it wasn't take the sub menu's `enabled` state into account
properly. This makde it always render nested menus even when they
should've been invisible.
Closes : #1733
2021-02-23 08:53:54 -05:00
Richard Ramos
fd8a84eb9d
fix: minimize on close
2021-02-23 08:53:37 -05:00
Richard Ramos
b43122d7f3
feat: use stacklayout for chat messages
2021-02-23 08:53:31 -05:00
Richard Ramos
750371a3f8
fix: don't estimate gas before when displaying sticker packs
...
Fixes : #1728
2021-02-22 17:31:17 -05:00
Jonathan Rainville
ae56a360c4
fix: message height taking into account the image even when hidden
2021-02-22 17:29:06 -05:00
RichΛrd
44e9ebdd60
Update main.qml
2021-02-22 12:47:58 -05:00
Richard Ramos
bb1f233bad
fix: Don't quit the app when clicking on "x" and Enable closing the app with CMD + W
...
Fixes #1694
2021-02-22 12:47:58 -05:00
Jonathan Rainville
6eee5da36e
fix: fix texts to use secondaryText instead of darkGrey
2021-02-22 09:58:18 -05:00
Richard Ramos
6f11ee972a
fix: remove defaultAppSettings completely
2021-02-18 16:40:21 -05:00
Richard Ramos
6207c8af53
fix: appSettings were being overwritten due to defaultAppSettings periodically executing sync()
2021-02-18 16:40:21 -05:00
Jonathan Rainville
eeb1628337
fix: fix binding loop on the fetch button
2021-02-18 16:38:10 -05:00
Jonathan Rainville
fbf592bf52
fix: fix ChannelContextMenu undefined errors
2021-02-18 16:38:10 -05:00