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

revise modal margin #2714

Merged
merged 3 commits into from
May 7, 2024
Merged

revise modal margin #2714

merged 3 commits into from
May 7, 2024

Conversation

uniqueeest
Copy link
Contributor

As I checked the modals, there were no parts that needed to be corrected except for the two modals found in the issue. So, I just proceeded to revise the two modals to the requested margin.

Copy link

netlify bot commented May 6, 2024

Deploy Preview for actualbudget ready!

Name Link
🔨 Latest commit 03530f2
🔍 Latest deploy log https://app.netlify.com/sites/actualbudget/deploys/663a0dfa67353f0008f2d0ba
😎 Deploy Preview https://deploy-preview-2714.demo.actualbudget.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot changed the title revise modal margin [WIP] revise modal margin May 6, 2024
Copy link
Contributor

github-actions bot commented May 6, 2024

Bundle Stats — desktop-client

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
9 4.7 MB → 4.7 MB (-88 B) -0.00%
Changeset
File Δ Size
src/components/modals/CreateEncryptionKeyModal.tsx 📉 -44 B (-0.56%) 7.73 kB → 7.69 kB
src/components/modals/FixEncryptionKeyModal.tsx 📉 -44 B (-0.82%) 5.25 kB → 5.21 kB
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

No assets were bigger

Smaller

Asset File Size % Changed
static/js/index.js 2.99 MB → 2.99 MB (-88 B) -0.00%

Unchanged

Asset File Size % Changed
static/js/resize-observer.js 18.37 kB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.5 kB 0%
static/js/BackgroundImage.js 122.29 kB 0%
static/js/usePreviewTransactions.js 790 B 0%
static/js/narrow.js 59.7 kB 0%
static/js/AppliedFilters.js 20.41 kB 0%
static/js/wide.js 263.53 kB 0%
static/js/ReportRouter.js 1.22 MB 0%

Copy link
Contributor

github-actions bot commented May 6, 2024

Bundle Stats — loot-core

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
1 1.2 MB 0%

Changeset

No files were changed

View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

No assets were bigger

Smaller

No assets were smaller

Unchanged

Asset File Size % Changed
kcab.worker.js 1.2 MB 0%

@joel-jeremy
Copy link
Contributor

@uniqueeest Please add a release note. You can refer to https://actualbudget.org/docs/contributing/#writing-good-release-notes.

@uniqueeest
Copy link
Contributor Author

@joel-jeremy I already add a release note. Is that how you write it?

@youngcw
Copy link
Member

youngcw commented May 6, 2024

Your release note needs to match the PR number. Thats why its failing the test

@youngcw youngcw linked an issue May 6, 2024 that may be closed by this pull request
2 tasks
@uniqueeest
Copy link
Contributor Author

Thank you @youngcw !

@@ -65,7 +65,7 @@ export function CreateEncryptionKeyModal({
<Modal
{...modalProps}
style={{
padding: '0 10px',
padding: 10,
Copy link
Contributor

Choose a reason for hiding this comment

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

I think Modal has a default padding so we can remove this one.

@@ -61,7 +61,7 @@ export function FixEncryptionKeyModal({
hasExistingKey ? 'Unable to decrypt file' : 'This file is encrypted'
}
style={{
padding: '0 10px',
padding: 10,
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@joel-jeremy Corrections are complete.

Copy link
Contributor

@joel-jeremy joel-jeremy left a comment

Choose a reason for hiding this comment

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

LGTM!

@joel-jeremy joel-jeremy merged commit e917c96 into actualbudget:master May 7, 2024
19 checks passed
@joel-jeremy joel-jeremy changed the title [WIP] revise modal margin revise modal margin May 7, 2024
@trafico-bot trafico-bot bot added ✨ Merged Pull Request has been merged successfully and removed 🚧 WIP labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Merged Pull Request has been merged successfully
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: some modals - missing bottom margin/padding
3 participants