Khushboo Mehta
28654e0187
\chore(@desktop/wallet): Change customisation colours on desktop to match those used on mobile
...
fixes #10637
2023-06-02 19:48:19 +02:00
Patryk Osmaczko
35a2dd5244
[Popups]: added destroy() function in all popups by default
...
Also switched StatusModal to derive from StatusDialog instead
of Popup type
Closes #10149
2023-06-02 14:28:39 +03:00
Khushboo Mehta
98a2328517
fix(@desktop/wallet): Browser: can't do transactions in simpledapp
...
fixes #10192
2023-04-07 14:10:46 +02:00
MishkaRogachev
b70e1f0fb4
feat(ActivityCenter): Add indication for visited/unvisited AC state
...
Close #347
2023-02-17 16:13:43 +04:00
Alex Jbanca
81a4d70932
chore(Qt5.15): Fix qml warnings after qt 5.15 migration
...
Fixing QML Connections warnings due to deprecated onFoo handlers. Now we're using function onFoo(params).
Fixing QML compilation error due to js filename format.
Fixing cyclic dependencies between qml components.
2023-01-31 20:39:19 +02:00
Alexandra Betouni
f7294c00f5
fix(statusApp): resolving qml errors/warnings pt2
...
Closes #8864
2023-01-31 18:45:18 +02:00
Lukáš Tinkl
b2328d6643
chore: Consolidate date/time formatting
...
- simplify locale settings
- extract/fix datetime related functions into LocaleUtils
- port code to the new LocaleUtils
Closes #7230
2023-01-17 16:42:34 +01:00
Khushboo Mehta
9825a48eec
fix(@desktop/wallet): Fix for wrong link is generated when transaction is done on testnet
...
fixes #8681
2022-12-12 15:23:52 +01:00
MishkaRogachev
6a72773ab6
feat(ActivityCenter): Refactor AC Store and fix notifications counting
...
Close #7654
2022-10-28 12:29:40 +03:00
Khushboo Mehta
aec7a30d03
feat(@desktop/wallet): Updated UI for bridge and multi routing support
...
fixes #7334
2022-10-26 18:48:30 +02:00
MishkaRogachev
9d103e5b07
feat(ActivityCenter): Fix unreadNotificationsCount availability on every section
...
Close #7674
2022-10-04 17:05:47 +04:00
Lukáš Tinkl
28ca3bd075
hotfix: unbreak opening URL in the builtin browser
...
The functions needs to stay at the toplevel to be accessible from
AppMain
Fixes : #7434
2022-09-20 11:34:04 +02:00
Alexandra Betouni
b6ff7b9ded
feat(desktop): Made activity button be visible everywhere
...
Closes #6635
2022-09-02 10:29:23 +03:00
Patryk Osmaczko
e0a5afebee
chore(translations): transform `qsTrId` to `qsTr`
...
issue: #4544
2022-07-06 19:09:50 +02:00
Anthony Laibe
00ed4f9c44
feat(@wallet): multi transaction simple view
2022-06-09 15:22:24 +02:00
Sale Djenic
78f985e484
feat(desktop/general): app support for status-im:// URIs - mac
...
Fixes #3375
2022-06-01 08:42:57 +02:00
Sale Djenic
70e770103e
feat(@desktop/profile): add ephemeral notifications
...
- ephemeral notifications implemented as toast messages
- old notifications added aligned with new toast messages
Fixes #5629
2022-05-26 21:27:55 +02:00
Sale Djenic
04b864ddd2
feat(@desktop/browser): wrong screen is shown when claiming tokens in simpledapp.eth
...
Reverted changes done in `991e04ef955f853cb34efddc3d1ef2529f2d0375`
PR: https://github.com/status-im/status-desktop/pull/5502
Fixes #5721
2022-05-24 14:07:15 +02:00
Boris Melnik
991e04ef95
fix(Browser): Add new send modal
...
Closes : #5475
2022-05-11 14:34:27 +03:00
Patryk Osmaczko
25c6a5f5ca
chore(@desktop): remove identicon related code
2022-04-04 17:50:48 +02:00
Anthony Laibe
9c77f2162b
fix(@browser): Fix disconnect when url is resolved by ens
2022-03-17 14:54:24 +01:00
Khushboo Mehta
ade6a22fda
fix(@desktop/wallet): Disconnect button doesnt disconnect Wallet from Browser
...
fixes #4053
2022-03-16 12:36:58 +01:00
Anthony Laibe
6e453dbbba
fix(@browser): Fix etherscan link
...
fixes #4786
fixes #5014
also fixed simpledapp.eth due to need to resolve previous issue
2022-03-16 11:10:42 +01:00
Sale Djenic
d0e0df1e3b
fix(@dekstop/chat): clicking on `enable in settings` redirects to network settings
...
Fixes #4890
2022-02-25 12:11:57 -05:00
Sale Djenic
4f65286ead
refactor(@desktop/browser): move provider logic to `status-go`
...
Fixes #4693
2022-02-21 15:22:22 +01:00
Alexandra Betouni
8e6ae3c047
fix(Browser) Transaction Popup was misaligned
...
Fixed transaction popup position
Fixed JSDialogWindow title was going
off popup boundaries
Closes #4361
2022-02-15 00:06:21 +02:00
Jonathan Rainville
b7bfd334f3
feat(ens): [re-add] new backend
...
Fixes #4694
also add back pending transaction
2022-02-10 09:24:38 -05:00
Patryk Osmaczko
ba7a6d5d34
style: remove trailing whitespaces
2022-02-09 11:16:23 +01:00
Noelia
2a1e7b3a2d
fix(@desktop/browser): [base_bc] add a bookmark ui is broken
...
Browser header is now correctly placed when trying to add a bookmark.
Fixes #4548
2022-02-01 11:50:50 +01:00
Sale Djenic
e220599612
refactor(@desktop/general): necessary changes applied due to refactored `Contacts` sub-section of the `Settings` section
2022-02-01 11:47:46 +01:00
Alexandra Betouni
0eb40287fa
refactor: removed dynamic scoping from shared module
...
Properties and functions moved to Global:
- toastMessage
- openProfilePopup()
- getProfileImage()
- popupOpened
Closes #4248
2022-02-01 11:46:39 +01:00
Khushboo Mehta
f41ed8a522
fix(@desktop/browser): Clicking on add buttons adds the same button twice
...
fixes #4280
2022-02-01 11:44:42 +01:00
Khushboo Mehta
83d4aaa0e8
refactor: remove dynamic scoping from browser module
...
closes #4246
2022-02-01 11:39:45 +01:00
Khushboo Mehta
f475e7edbd
fix(@desktop/browser): Wallet permissions and enter password modals are stretched
...
fixes #4150
2021-11-24 10:44:59 +01:00
Richard Ramos
a9a5469f72
fix
...
- missing account color and balance
- revoking permission on account change
- UI errors on message signing modal
2021-11-19 10:19:11 -04:00
B.Melnik
663fea0272
fix: Fix missing setup url for new opeed tab
...
Closes : #4107
2021-11-16 20:43:18 +03:00
Khushboo Mehta
0d7d09e351
fix(@desktop/browser): Add new bookmark Modal doesnt display url and name of website.
...
Also fixed behaviour of add/removing a bookmark.
fixes #4037
2021-11-05 15:35:05 -04:00
Sale Djenic
f0b2ed6cca
refactor(@desktop/general): `appSettings` moved to Nim
2021-11-05 11:02:45 -04:00
Richard Ramos
70c1095b60
refactor: creating module for bookmarks and provider
2021-11-05 11:02:45 -04:00
Alexandra Betouni
426c116bac
refactor(desktop) Made shared a QML module
...
Use it as import shared 1.0, import shared.controls 1.0
etc instead of import "../../../shared"
Closes #3934
2021-10-27 18:05:45 -04:00
Alexandra Betouni
056f84c301
refactor(desktop/chat) Cleaning up popups
2021-10-26 16:22:49 -04:00
Richard Ramos
7fe218fc85
fix: missing property in browser backend and path to provider.js
...
Fix #3827
2021-10-26 14:33:37 +02:00
Alexandra Betouni
9cc361c40a
refactor(desktop/chat) Moving chat to new architecture
...
Closes #3710
2021-10-20 15:29:38 -04:00
Pascal Precht
87ea584b62
refactor: move `Timer` to ui/shared/controls
2021-10-14 12:51:27 -04:00
Khushboo Mehta
77bde47de0
\refactor: move QML Browser section to new architecture
...
closes #3709
2021-10-05 16:29:18 -04:00
Alexandra Betouni
4ee21ada05
feat(desktop) Added image function in Style
...
Introduced Style.svg() Style.png() Style.emoji() and
Style.icon() in Style.qml. Those should be used to
set the source in Images instead of using relative
paths. Usage:
Image {
source: Style.svg("check)
....
Also moved all Singletons inside a new "utils"
folder and made it a QML module, to use
import utils 1.0 instead of relative paths
Closes #3678
2021-09-28 15:28:00 -04:00
Richard Ramos
285f54dab6
EIP1559
2021-09-10 13:42:19 -04:00
Khushboo-dev-cpp
7d5fac46f1
fix(@desktop/browser) Websites with transparent background not handled properly
...
Removed background color assignment as by default it is set to white if unassigned. This fixes the issue of strange grey background in dark mode with white components from websites with transparent background
fixes #3209
2021-08-20 14:59:12 -04:00
Khushboo Mehta
27ff37e166
fix(@desktop/browser): Favorite list get truncated when its too long
...
Adapted the bookmark list to a grid view to accomodate items when the list gets long.
Max column size is 7 and in case screen cannot show 7 columns it will flow to the next row.
Also added ideinticon for a website with no icon
Fixed the issue of DApps launching on all new tabs.
fixes #2009
2021-08-19 11:15:55 -04:00
Andrei Smirnov
5d837c450c
Fixed issues #2560 , #2795 , #2796 .
2021-07-02 08:51:14 -04:00