Alexandra Betouni
35198cb448
[ #2534 ] Adding emoji skin color selector
...
* Icon was there but feature was not implemented
fixes #2534
2021-07-07 14:40:10 -04:00
Sale Djenic
7fbccec227
fix(activity_center): Mark as read does not clear @ symbol in chat
...
Mark all mention notifications as read is fixed. Also mark as read one by one notification removes "@" from the appropriate channel along with the marking as read last mention notification for that channel. hasMention field which was bool is switched with mentionsCount field which is int, so we have evidention how many mentions were for each channel.
Fixes : #2788
2021-07-07 14:25:52 -04:00
RichΛrd
20b3f29422
fix: code review 2
...
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
2021-07-07 06:19:41 -04:00
Richard Ramos
c5cc001ee1
fix: code review
2021-07-07 06:19:41 -04:00
Richard Ramos
2fcbe4ac16
feat: user list
2021-07-07 06:19:41 -04:00
Pascal Precht
189d761d20
fix(Status): import missing `utils` module
...
There's an API used in `provider.nim`, which is defined in `utils.nim` but utils aren't imported.
The usage of that API was introduced in 065bd26786 (diff-778feda87f0918b600d692bd16cdd1af92ae0611f81ae6557749e5f462636694R127)
2021-07-07 11:06:24 +02:00
Jonathan Rainville
e1c6cf224b
fix(act-center): fix unread count when accepting or dismissing notif
...
Fixes #2727
2021-07-06 12:51:43 -04:00
Jonathan Rainville
cd44b8a606
feat: add group requests to the activity center
...
Fixes #2679
2021-07-06 12:51:43 -04:00
Andrei Smirnov
c2ffb4aee7
Updated Windows icon.
2021-07-06 12:48:38 -04:00
Andrei Smirnov
d67bb1f999
Fixed #2151 - updated status icons.
2021-07-06 12:48:38 -04:00
Richard Ramos
065bd26786
fix: code review
2021-07-06 11:58:47 -04:00
Richard Ramos
5f7f899c3b
refactor: separate slots for sending eth and tokens
2021-07-06 11:58:47 -04:00
Richard Ramos
fd976c770d
fix: notifications
2021-07-06 11:30:07 -04:00
Richard Ramos
2c553f48f7
fix: issues
2021-07-06 11:30:07 -04:00
Richard Ramos
689b36e6da
fix: remove pin indicator when a message is being edited
2021-07-06 11:30:07 -04:00
Richard Ramos
c7750da267
feat: edit messages
2021-07-06 11:30:07 -04:00
Eric Mastro
77e501c478
fix(wallet): QML error when loading history
...
Fixes : #2725 .
When clicking on the History tab for a wallet account, there was a QML error for `qrc:/app/AppLayouts/Wallet/WalletLayout.qml:113: TypeError: Property 'checkIfHistoryIsBeingFetched' of object HistoryTab_QMLTYPE_503(0x7fed35da2710) is not a function`. This must have been reintroduced when StatusQ objects were introduced. It has now been removed.
chore: change log level to warn for non-archival node
Previously, there was an error being logged for non-archival infura nodes being used (typically in dev). This log level has been reduced to a warning as the application still functions with non-archival nodes.
2021-07-06 11:28:00 -04:00
Alexandra Betouni
bcfdf8b557
[ #2574 ] Increased reply TextInput's height to avoid bottom cutting
2021-07-06 11:15:51 -04:00
Richard Ramos
0f66508a79
fix: invalid keyuid being used with a newly generated account on first login
2021-07-06 11:06:23 -04:00
Andrei Smirnov
6efe90ef77
Addressed PR feedback.
2021-07-06 10:57:37 -04:00
Andrei Smirnov
7255dcd256
Fixed: starting a group chat shouldn't show the section to fetch more messages.
2021-07-06 10:57:37 -04:00
Sale Djenic
6f55c51ff2
fix(wallet): Crash when enter -1 to Gas Selector
...
Validation check is updated, so user cannot enter zero or less than zero value for "gas amount limit" or "per-gas overall limit".
In gas.nim a crash prevention check is added.
Fixes : #2753
2021-07-06 10:46:07 -04:00
Sale Djenic
a9fd4513aa
fix(wallet): Clicking Request Address when sending -1 STT crashes the app
...
Validation check is updated, so user cannot enter zero or less than zero value in amount input field.
Also in utils.nim a crash prevention check is added so if we try to convert a less than zero float number to an unsigned number, app won't crash any more, but that casting will return a zero as unsigned int number.
Fixes : #2755
2021-07-06 10:45:25 -04:00
Sale Djenic
1b06ed5d98
fix(enhancement): Onboarding screen changes
...
Privacy policy does not belong to the mandatory checkbox fields.
Fixes : #2804
2021-07-06 10:45:02 -04:00
Andrei Smirnov
801f274a48
HEZ icons: all sizes.
2021-07-06 10:44:45 -04:00
Andrei Smirnov
746d120479
Added $HEZ as default ERC-20 token.
2021-07-06 10:44:45 -04:00
Richard Ramos
e347255df4
fix: channel description width
2021-07-06 10:44:28 -04:00
Richard Ramos
516d1974b2
fix: pin messages counter and load
2021-07-06 10:44:20 -04:00
Jonathan Rainville
2e98724641
feat(community): add notification setting to community
...
Fixes #2421
2021-07-06 10:41:10 -04:00
Richard Ramos
5001f36e86
chore: add chronicles configuration to output logs to a file
2021-07-02 08:58:17 -04:00
Jonathan Rainville
60b6390581
chore: fix nim import warnings
2021-07-02 08:56:49 -04:00
Jonathan Rainville
1bcfd9df14
fix: fix qml warnings caused by rebases
2021-07-02 08:56:23 -04:00
Sale Djenic
ba01d6ad75
fix(communities): bug: "Invite successfully sent" shown prematurely on Community invite popup
...
The issue actually appeared because of ignoring message label when we calculated the top margin offset, fixed now.
Fixes : #2449
2021-07-02 08:54:02 -04:00
Jonathan Rainville
10601710e9
fix(community): fix crash on going back to chats from community
...
Fixes #2504
2021-07-02 08:53:51 -04:00
Sale Djenic
538dcd0b86
fix(communities): Naming validation for communities
...
Category name validation updated.
Fixes : #2297
2021-07-02 08:53:19 -04:00
Sale Djenic
b9ff88f41c
fix(communities): Naming validation for communities
...
Channel, channels category name and community name handled according to the new validation.
Fixes : #2297
2021-07-02 08:53:19 -04:00
Sale Djenic
341d3ebcf7
fix: typing in `<` in the input box deletes everything afterwards in
...
Fixes : #2267
2021-07-02 08:52:03 -04:00
Jonathan Rainville
0774c4d5bf
fix(community): fix request access label
...
Fixes #2666
2021-07-02 08:51:48 -04:00
Jonathan Rainville
dfebe88be7
fix(communities): fix duplicated communities and joining through link
...
Fixes #2665
2021-07-02 08:51:48 -04:00
Richard Ramos
ba2b553d7c
refactor: Profile
2021-07-02 08:51:30 -04:00
Andrei Smirnov
5d837c450c
Fixed issues #2560 , #2795 , #2796 .
2021-07-02 08:51:14 -04:00
Pascal Precht
aa4bdaf910
refactor(ProfileLayout): make use of StatusQ layout components
...
Closes #2716
2021-06-30 15:08:26 +02:00
Pascal Precht
88ca3b9bbf
refactor(WalletLayout): use StatusQ two panel layout
2021-06-30 15:08:26 +02:00
Pascal Precht
8d48ebf864
refactor(ChatLayout): use StatusQ layout component to lay out view
...
These changes don't cause a visual change, but just make use of the
two panel layout component providedby StatusQ.
Closes #2688
2021-06-30 15:08:26 +02:00
Pascal Precht
f581f49dcf
refactor: make use of StatusQ `StatusAppLayout`
...
This first step in leveraging StatusQ components. This sets up the overall
app layout, allowing us to use other sub view layouts provided by StatusQ,
such as `StatusAppTwoPanelLayout`.
This commit primarily touches the application navbar, leaving layout changes
in dedicated views for future commits.
Partially closes #2688
2021-06-30 15:08:26 +02:00
Pascal Precht
57e835114b
refactor: integrate StatusQ Theming system
...
This integrates the StatusQ Theming system and updates the selected
theme based on existing APIs, allowing it to live side by side next
to the legacy theming system.
Closes #2687
2021-06-30 15:08:26 +02:00
Jonathan Rainville
a6ecf6b092
chore: update status-go to latest version
2021-06-29 10:18:01 -04:00
Richard Ramos
ec1ba71db1
fix: prevMsgTimestamp and nextMsgTimestamp
2021-06-29 08:01:53 -04:00
Sale Djenic
d3290bde02
fix(onboarding): Mobile onboarding slider is shown on desktop
...
Mobile onboarding screen is removed. Instead of it "Before you get started..." modal popup is added to the "Get your keys" screen.
Fixes : #2558
2021-06-29 07:57:17 -04:00
Sale Djenic
562373fdfc
fix(communities): Right click inside the community pane does not open context menu
...
Fixes : #2547
2021-06-29 07:56:59 -04:00