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

feat(SettingsContentBase): Save changes bubble overlapping by default #13827

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

noeliaSD
Copy link
Contributor

@noeliaSD noeliaSD commented Mar 4, 2024

Closes #13517

What does the PR do

  • Added autoscrollWhenDirty property to be able to configure the settings content base as autoscroll mode when dirty toast appears. Otherwise, the toast will be shown overlaid on top of the view content.
  • Updated profile view to setup autoscroll on Identity tab. Rest of app cases are setup with the overlay mode.

Affected areas

Setting pages

Screenshot of functionality

Screen.Recording.2024-03-04.at.13.43.12.mov

@noeliaSD noeliaSD self-assigned this Mar 4, 2024
@status-im-auto
Copy link
Member

status-im-auto commented Mar 4, 2024

Jenkins Builds

Click to see older builds (12)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ e621d96 #1 2024-03-04 12:54:49 ~6 min tests/nim 📄log
✔️ e621d96 #1 2024-03-04 12:56:49 ~8 min macos/aarch64 🍎dmg
✔️ e621d96 #1 2024-03-04 12:58:14 ~10 min macos/x86_64 🍎dmg
✔️ e621d96 #1 2024-03-04 12:58:27 ~10 min tests/ui 📄log
✔️ e621d96 #1 2024-03-04 13:05:06 ~17 min linux/x86_64 📦tgz
✔️ e621d96 #1 2024-03-04 13:12:20 ~24 min windows/x86_64 💿exe
✔️ 51087dd #2 2024-03-04 16:07:17 ~6 min tests/nim 📄log
✔️ 51087dd #2 2024-03-04 16:08:35 ~7 min macos/aarch64 🍎dmg
✔️ 51087dd #2 2024-03-04 16:10:16 ~9 min macos/x86_64 🍎dmg
✔️ 51087dd #2 2024-03-04 16:11:31 ~10 min tests/ui 📄log
✔️ 51087dd #2 2024-03-04 16:17:13 ~16 min linux/x86_64 📦tgz
✔️ 51087dd #2 2024-03-04 16:21:36 ~20 min windows/x86_64 💿exe
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ f266a94 #3 2024-03-05 08:54:14 ~4 min macos/aarch64 🍎dmg
✔️ f266a94 #3 2024-03-05 08:55:52 ~6 min tests/nim 📄log
✔️ f266a94 #3 2024-03-05 08:57:35 ~8 min macos/x86_64 🍎dmg
✔️ f266a94 #3 2024-03-05 08:59:44 ~10 min tests/ui 📄log
✔️ f266a94 #3 2024-03-05 09:04:41 ~15 min linux/x86_64 📦tgz
✔️ f266a94 #3 2024-03-05 09:09:31 ~19 min windows/x86_64 💿exe
✔️ da4cdf4 #4 2024-03-05 09:20:37 ~4 min macos/aarch64 🍎dmg
✔️ da4cdf4 #4 2024-03-05 09:22:17 ~6 min tests/nim 📄log
✔️ da4cdf4 #4 2024-03-05 09:23:05 ~7 min macos/x86_64 🍎dmg
✔️ da4cdf4 #4 2024-03-05 09:27:03 ~11 min tests/ui 📄log
✔️ da4cdf4 #4 2024-03-05 09:32:04 ~16 min linux/x86_64 📦tgz
✔️ da4cdf4 #4 2024-03-05 09:38:00 ~22 min windows/x86_64 💿exe

@anastasiyaig
Copy link
Contributor

@noeliaSD please rebase when you are ready to submit the PR , so tests could pass

- Added `autoscrollWhenDirty` property to be able to configure the settings content base as autoscroll mode when dirty toast appears. Otherwise, the toast will be shown overlaid on top of the view content.
- Updated profile view to setup autoscroll on `Identity` tab. Rest of app cases are setup with the overlay mode.

Closes #13517
Manual calculation of bubble postion to be correctly centered due to the usage of `SettingsContentBase` as a centralPanel component that already has a default left margin value.
@noeliaSD noeliaSD marked this pull request as ready for review March 5, 2024 09:15
@noeliaSD noeliaSD changed the title feat(SettingsContentBase): Save changes bubble overlaid by default feat(SettingsContentBase): Save changes bubble overlapping by default Mar 5, 2024
Copy link
Member

@caybro caybro left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@noeliaSD noeliaSD merged commit 954b25a into master Mar 5, 2024
8 checks passed
@noeliaSD noeliaSD deleted the feat/issue-13517 branch March 5, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Profile Showcase] Explore and redefine Save changes bubble
5 participants