Richard Ramos
31f85787a6
fix: decline chat group invites if admin is not a contact
2021-04-05 12:02:05 -04:00
Richard Ramos
52b18c0c82
fix: leave chat groups
2021-04-05 12:01:45 -04:00
Iuri Matias
6417628531
update to beta.8.rc2
2021-04-02 11:15:25 -04:00
Eric Mastro
40dc428f63
fix: ens search hang
...
ENS search was executed in a task runner task. The task had a mistake during the copy/paste port from spawnAndSend.
2021-04-01 17:16:54 -04:00
Jonathan Rainville
2e248d710d
fix: fix mention popup not showing after a line break
2021-04-01 17:07:25 -04:00
Jonathan Rainville
a01e851070
fix: fix being unable to put multiple spaces in a row
2021-04-01 17:07:25 -04:00
Jonathan Rainville
6c0fce5b0c
fix: menu dropdowns not closing on button click and position
2021-04-01 16:59:43 -04:00
Jonathan Rainville
62b0c63965
feat: add invite button to community menu
...
Fixes #2139
2021-04-01 16:51:37 -04:00
Jonathan Rainville
4af1135f6c
fix: show formation menu in middle of selection or above double click
2021-04-01 16:49:02 -04:00
Jonathan Rainville
8b3ce83d00
fix: input box disappearing on communities
...
Fixes #2155
2021-03-31 16:53:08 -04:00
Jonathan Rainville
303e6e9893
refactor: change PrivateChatPopup to use the new ContactListAndSearch
2021-03-31 16:25:24 -04:00
Jonathan Rainville
c42bd1ea78
feat: add input to search and use ENS for community invite
...
fixes #2138
2021-03-31 16:25:24 -04:00
Iuri Matias
63b3ee3942
toggle browser settings
2021-03-31 15:35:04 -04:00
--replace-all
b3791cb39f
fix: typo in community popup
...
fixes #2156
2021-03-31 15:34:44 -04:00
Jonathan Rainville
49aae68097
chore: fix wrong sound id used in timeline
2021-03-30 16:08:43 -04:00
Jonathan Rainville
1bc3fa1c97
fix: fix sticker click modal to only open on sticker click
2021-03-30 16:08:13 -04:00
Jonathan Rainville
996b36714d
fix: fix scroll speed on Windows
2021-03-30 16:02:10 -04:00
Jonathan Rainville
a337b293da
feat: show community context menu on Community button
2021-03-30 15:53:32 -04:00
Jonathan Rainville
1c95a495b8
fix: fix channel picker needing to hit bottom to select after searching
2021-03-30 15:42:26 -04:00
Jonathan Rainville
e33266aa2f
fix: fix emoji popup and create community popop text color
2021-03-30 15:38:15 -04:00
Jonathan Rainville
c460206c58
fix: fix sticker popups to have the right colors and right size
2021-03-30 15:38:15 -04:00
Iuri Matias
fdf9d0b5ec
fix blank sync settings
2021-03-30 15:36:09 -04:00
Iuri Matias
22370e0b34
update to beta.8.rc1
2021-03-26 15:30:40 -04:00
Jonathan Rainville
1afa192bc4
fix: fix color picker button size
2021-03-26 15:28:06 -04:00
Jonathan Rainville
de307276c1
fix: wallet left tab button colors
2021-03-26 15:28:06 -04:00
Jonathan Rainville
a0accddfaa
fix: keys image to be transparent
2021-03-26 15:28:06 -04:00
Jonathan Rainville
d732a5ce3b
fix: default size of the secondaryMenu
2021-03-26 15:28:06 -04:00
Jonathan Rainville
000f55abcd
fix: onboarding text color
2021-03-26 15:28:06 -04:00
Jonathan Rainville
038ea033c9
feat: implement new dark theme colors for menu and more
...
Fixes #2094
2021-03-26 15:28:06 -04:00
Jonathan Rainville
63bf1be96a
fix: fix community button staying active when clicking on a new section
...
Fixes #2133
2021-03-26 15:25:53 -04:00
Pascal Precht
907c257eaf
fix(Wallet): prevent signing phrase from leaking out of modal
2021-03-26 11:30:03 -04:00
Jakub Sokołowski
d7f2474597
readme: update title to match repo name
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-03-26 09:49:10 +01:00
Jakub Sokołowski
cc6bf79d8c
ci: lower number of artifacts kept to 3
...
Desktop builds are taking up a ridiculous amount of space.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-03-26 09:49:10 +01:00
Jonathan Rainville
e0b8a74e29
fix: fix show tooltip under the version button because of small space
2021-03-25 16:57:47 -04:00
Jonathan Rainville
d3dbab11d2
fix: fix settings menu overflowing
2021-03-25 16:57:47 -04:00
Jonathan Rainville
aeded149db
fix: show community button tooltip on the right
...
Fixes #2069
2021-03-25 16:57:47 -04:00
Jonathan Rainville
d09f049e77
feat: enable tooltip orientation
2021-03-25 16:57:47 -04:00
Jonathan Rainville
0478a04db9
fix: fix chat time tooltip being too big
...
Fixes #1946
2021-03-25 16:57:47 -04:00
Jonathan Rainville
012b5dc8a0
fix: fix language list view scrollbar and binding loop
2021-03-25 16:45:56 -04:00
Iuri Matias
3813a1a330
fix language modal
2021-03-25 16:45:56 -04:00
Iuri Matias
5e0da7c1ec
updated language modal
2021-03-25 16:45:56 -04:00
Jonathan Rainville
147d93815f
fix: fix unable to write to invite only community channels
...
This was caused by the fact that the canPost property was not exposed from the ChatItem model.
I'm actually not sure why it didn't show an error trying to call a function that doesn't exist
2021-03-25 16:38:05 -04:00
Pascal Precht
dc9de1968f
fix: enforce locale provided by appSettings
...
Prior to this commit, we would only set the translation package for the
application's engine when `appSettings.locale !== "en"`.
This is problematic because it seems that `engine` is already provided with
a system default that may not be `en`. In practice, this means that, initially,
engine is loaded with, say `de`. `appSettings.locale` might be `en` but because
we're only loading the correct translation package when it's **not** `en`,
the application will stay in `de`.
Changing the language to `en` at runtime is fine, however once the application
is restarted, `engine` is again initialized with some other possible system default.
It seems that we should *always* load the translation packge when `appSettings` are
loaded.
2021-03-25 16:37:13 -04:00
Eric Mastro
2336aa4e6f
fix: custom token validation for non-token addresses
...
When contract addresses that are not ERC-20 or ERC-721 were input, the token would be allowed to be added and would crash the app.
In addition, when an ERC-20 contract was deployed without a name and symbol, “Invalid ERC-20 address” would appear.
This PR adds error checking from the token detail lookup and reports the error back to the user in the modal. This prevents non-ERC-20/721 contracts from being able to be added to the app and prevents a crash.
2021-03-25 15:52:02 -04:00
rinzlxr
0abaa61067
fix: typos and switch statement string literals
...
remove console log
fix last typo
2021-03-25 15:00:13 -04:00
Iuri Matias
7c4bae5240
Revert "fix: increase min width to alleviate overlaps"
...
This reverts commit 9a1b1320c0
.
2021-03-24 16:46:57 -04:00
Iuri Matias
857f0ac069
remove various titles from profile sections
2021-03-24 14:45:17 -04:00
Iuri Matias
3d2eaa3369
remove various titles from profile sections
2021-03-24 14:45:17 -04:00
Iuri Matias
4e15002beb
hide reactions and replies when the message is a transaction
2021-03-24 14:43:04 -04:00
Pascal Precht
8be198f26e
fix(Login): make addresses in account list work in dark mode
2021-03-24 14:42:41 -04:00