Skip to content
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

fix(ConnectDAppModal): don't overflow texts #15889

Conversation

caybro
Copy link
Member

@caybro caybro commented Jul 30, 2024

What does the PR do

  • set the correct widths and elide mode
  • fixup the visuals of the NetworkFilter combo box (to disable it w/o making it look disabled)
  • fix passing the connection status down to DAppCard

Affected areas

ConnectDAppModal

Screenshot of functionality (including design for comparison)

  • I've checked the design and this PR matches it

image

@@ -67,8 +70,8 @@ ColumnLayout {
Layout.alignment: Qt.AlignHCenter
Layout.maximumWidth: root.width
objectName: "connectionStatusTag"
success: d.connectionSuccessful
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No d around here

@status-im-auto
Copy link
Member

status-im-auto commented Jul 30, 2024

Jenkins Builds

Click to see older builds (7)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 1a0ca06 #1 2024-07-30 10:57:14 ~7 min tests/nim 📄log
✔️ 1a0ca06 #1 2024-07-30 10:58:43 ~8 min macos/aarch64 🍎dmg
1a0ca06 #1 2024-07-30 11:02:19 ~12 min tests/ui 📄log
✔️ 1a0ca06 #1 2024-07-30 11:04:54 ~15 min macos/x86_64 🍎dmg
✔️ 1a0ca06 #1 2024-07-30 11:05:01 ~15 min linux-nix/x86_64 📦tgz
✔️ 1a0ca06 #1 2024-07-30 11:06:36 ~16 min linux/x86_64 📦tgz
✔️ 1a0ca06 #1 2024-07-30 11:15:00 ~25 min windows/x86_64 💿exe
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ b60f573 #2 2024-07-30 11:32:08 ~6 min macos/aarch64 🍎dmg
✔️ b60f573 #2 2024-07-30 11:32:25 ~7 min tests/nim 📄log
✔️ b60f573 #2 2024-07-30 11:37:10 ~11 min linux-nix/x86_64 📦tgz
✔️ b60f573 #2 2024-07-30 11:37:59 ~12 min macos/x86_64 🍎dmg
✔️ b60f573 #2 2024-07-30 11:38:25 ~12 min tests/ui 📄log
✔️ 935f002 #3 2024-07-30 11:47:20 ~6 min macos/aarch64 🍎dmg
✔️ 935f002 #3 2024-07-30 11:47:41 ~6 min tests/nim 📄log
✔️ 935f002 #3 2024-07-30 11:49:03 ~8 min macos/x86_64 🍎dmg
✔️ 935f002 #3 2024-07-30 11:52:40 ~12 min linux-nix/x86_64 📦tgz
✔️ 935f002 #3 2024-07-30 11:53:41 ~12 min tests/ui 📄log
✔️ 935f002 #3 2024-07-30 11:58:35 ~17 min linux/x86_64 📦tgz
✔️ 935f002 #3 2024-07-30 12:05:48 ~25 min windows/x86_64 💿exe

@caybro caybro force-pushed the 15884-dapps-rarible-description-does-not-match-the-modal-size-sign-message-confirmation-modal branch from 1a0ca06 to b60f573 Compare July 30, 2024 11:25
- set the correct widths and elide mode
- fixup the visuals of the NetworkFilter combo box (to disable it w/o
making it look disabled)
- fix passing the connection status down to DAppCard
@caybro caybro force-pushed the 15884-dapps-rarible-description-does-not-match-the-modal-size-sign-message-confirmation-modal branch from b60f573 to 935f002 Compare July 30, 2024 11:40
Copy link
Contributor

@alexjba alexjba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thank you! 🍻

Copy link
Member

@micieslak micieslak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@caybro caybro merged commit 4dbae17 into master Jul 30, 2024
9 checks passed
@caybro caybro deleted the 15884-dapps-rarible-description-does-not-match-the-modal-size-sign-message-confirmation-modal branch July 30, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dApps - Rarible description does not match the modal size (sign message confirmation modal)
4 participants