-
Notifications
You must be signed in to change notification settings - Fork 88
feat(@desktop/privacyMode): Added missing files for mobile screens #18952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Khushboo-dev-cpp
wants to merge
3
commits into
master
Choose a base branch
from
feat/finishingUpPrivacyMode
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
0395d2e
feat(@desktop/privacyMode): Added missing files for mobile screens in…
Khushboo-dev-cpp 43bbe25
feat(@desktop/privacy: Added privacy walls for browser
Khushboo-dev-cpp 0eff526
feat(@desktop/privacy): Remove calls from new token manager when
Khushboo-dev-cpp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
import QtQuick | ||
import QtQuick.Controls | ||
|
||
import AppLayouts.Browser | ||
|
||
import Storybook | ||
|
||
SplitView { | ||
id: root | ||
|
||
Logs { id: logs } | ||
|
||
BrowserPrivacyWall { | ||
SplitView.fillWidth: true | ||
SplitView.fillHeight: true | ||
|
||
onOpenThirdpartyServicesInfoPopupRequested: logs.logEvent("Enable third party services requested") | ||
onOpenDiscussPageRequested: logs.logEvent("Open discuss page requested") | ||
} | ||
|
||
LogsAndControlsPanel { | ||
id: logsAndControlsPanel | ||
|
||
SplitView.minimumHeight: 100 | ||
SplitView.preferredHeight: 200 | ||
|
||
logsView.logText: logs.logText | ||
} | ||
} | ||
|
||
// category: Layouts | ||
// status: good | ||
// https://www.figma.com/design/idUoxN7OIW2Jpp3PMJ1Rl8/Settings----Desktop-Legacy?node-id=27024-24709&m=dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+188 KB
ui/StatusQ/src/assets/png/browser/placeholders/browser-light-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<RCC> | ||
<qresource prefix="/assets/png"> | ||
<file>market/tradeCenter-light.png</file> | ||
<file>market/swap-light.png</file> | ||
<file>market/tradeCenter-dark.png</file> | ||
<file>market/swap-dark.png</file> | ||
<file>wallet/placeholders/buyView-dark.png</file> | ||
<file>wallet/placeholders/collectiblesView-dark.png</file> | ||
<file>wallet/placeholders/swapView-dark.png</file> | ||
<file>wallet/placeholders/mainView-dark.png</file> | ||
<file>wallet/placeholders/swapView-light.png</file> | ||
<file>wallet/placeholders/mainView-light.png</file> | ||
<file>wallet/placeholders/collectiblesView-light.png</file> | ||
<file>wallet/placeholders/buyView-light.png</file> | ||
<file>browser/placeholders/browser-light.png</file> | ||
<file>browser/placeholders/browser-dark.png</file> | ||
</qresource> | ||
</RCC> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<RCC> | ||
<qresource prefix="/assets/png"> | ||
<file>market/tradeCenter-light-small.png</file> | ||
<file>market/swap-light-small.png</file> | ||
<file>market/tradeCenter-dark-small.png</file> | ||
<file>market/swap-dark-small.png</file> | ||
<file>wallet/placeholders/mainView-light-small.png</file> | ||
<file>wallet/placeholders/collectiblesView-light-small.png</file> | ||
<file>wallet/placeholders/buyView-light-small.png</file> | ||
<file>wallet/placeholders/swapView-light-small.png</file> | ||
<file>wallet/placeholders/mainView-dark-small.png</file> | ||
<file>wallet/placeholders/collectiblesView-dark-small.png</file> | ||
<file>wallet/placeholders/buyView-dark-small.png</file> | ||
<file>wallet/placeholders/swapView-dark-small.png</file> | ||
<file>browser/placeholders/browser-light-small.png</file> | ||
<file>browser/placeholders/browser-dark-small.png</file> | ||
</qresource> | ||
</RCC> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.8 KB
ui/StatusQ/src/assets/png/wallet/placeholders/buyView-light-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added
BIN
+98.9 KB
ui/StatusQ/src/assets/png/wallet/placeholders/collectiblesView-dark-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+901 KB
ui/StatusQ/src/assets/png/wallet/placeholders/collectiblesView-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+97.8 KB
ui/StatusQ/src/assets/png/wallet/placeholders/collectiblesView-light-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added
BIN
+40.7 KB
ui/StatusQ/src/assets/png/wallet/placeholders/mainView-dark-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+52.6 KB
ui/StatusQ/src/assets/png/wallet/placeholders/mainView-light-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Khushboo-dev-cpp marked this conversation as resolved.
Show resolved
Hide resolved
|
Oops, something went wrong.
Oops, something went wrong.
File renamed without changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
import QtQuick | ||
import QtQuick.Layouts | ||
|
||
import StatusQ.Layout | ||
|
||
import shared.panels | ||
import utils | ||
|
||
StatusSectionLayout { | ||
id: root | ||
|
||
signal openDiscussPageRequested() | ||
signal openThirdpartyServicesInfoPopupRequested() | ||
|
||
centerPanel: PrivacyWallCarousel { | ||
Layout.fillWidth: true | ||
Layout.fillHeight: true | ||
|
||
infoText: qsTr("Enable third-party services for browser features to work.") | ||
model: ListModel { | ||
ListElement { | ||
primary: qsTr("Dapp browser") | ||
secondary: qsTr("Browse decentralized apps") | ||
image: "browser/placeholders/browser" | ||
} | ||
} | ||
|
||
onEnableThirdpartyServicesRequested: root.openThirdpartyServicesInfoPopupRequested() | ||
onOpenDiscussPageRequested: root.openDiscussPageRequested() | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
BrowserLayout 1.0 BrowserLayout.qml | ||
BrowserPrivacyWall 1.0 BrowserPrivacyWall.qml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.