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

Dark Theme Manager and Modals #1503

Merged
merged 9 commits into from
Sep 11, 2023
Merged

Conversation

carkom
Copy link
Contributor

@carkom carkom commented Aug 10, 2023

darkTheme phase 4. Manager and Modals.

@netlify
Copy link

netlify bot commented Aug 10, 2023

Deploy Preview for actualbudget ready!

Name Link
🔨 Latest commit 59ddc52
🔍 Latest deploy log https://app.netlify.com/sites/actualbudget/deploys/64ff63bcf748e800084b1b34
😎 Deploy Preview https://deploy-preview-1503.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.

@trafico-bot trafico-bot bot added the 🚧 WIP label Aug 10, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 10, 2023

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
16 2.47 MB → 2.47 MB (+1.05 kB) +0.04%
Changeset
File Δ Size
src/components/alerts.tsx 📈 +66 B (+2.84%) 2.27 kB → 2.33 kB
src/components/BankSyncStatus.tsx 📈 +44 B (+1.91%) 2.25 kB → 2.29 kB
src/style/themes/dark.ts 📈 +166 B (+1.68%) 9.63 kB → 9.8 kB
src/style/themes/light.ts 📈 +166 B (+1.66%) 9.78 kB → 9.94 kB
src/components/modals/EditField.js 📈 +72 B (+1.09%) 6.44 kB → 6.51 kB
src/components/util/DisplayId.js 📈 +11 B (+1.01%) 1.07 kB → 1.08 kB
src/components/modals/PlaidExternalMsg.js 📈 +50 B (+0.85%) 5.73 kB → 5.78 kB
src/components/manager/Import.js 📈 +36 B (+0.74%) 4.73 kB → 4.77 kB
src/components/manager/BudgetList.js 📈 +81 B (+0.70%) 11.34 kB → 11.42 kB
src/components/manager/ConfigServer.tsx 📈 +43 B (+0.58%) 7.26 kB → 7.3 kB
src/components/util/LoadComponent.tsx 📈 +8 B (+0.47%) 1.65 kB → 1.66 kB
src/components/modals/GoCardlessExternalMsg.js 📈 +54 B (+0.40%) 13.16 kB → 13.21 kB
src/components/manager/DeleteFile.js 📈 +23 B (+0.39%) 5.76 kB → 5.78 kB
src/components/manager/WelcomeScreen.js 📈 +14 B (+0.36%) 3.8 kB → 3.82 kB
src/components/modals/ImportTransactions.js 📈 +102 B (+0.24%) 40.93 kB → 41.03 kB
src/components/modals/FixEncryptionKey.js 📈 +14 B (+0.18%) 7.64 kB → 7.65 kB
src/components/modals/LoadBackup.js 📈 +8 B (+0.12%) 6.27 kB → 6.27 kB
src/components/manager/ImportYNAB4.tsx 📈 +5 B (+0.12%) 4.21 kB → 4.22 kB
src/components/manager/ImportYNAB5.tsx 📈 +5 B (+0.12%) 4.22 kB → 4.22 kB
src/components/manager/ImportActual.tsx 📈 +5 B (+0.10%) 4.71 kB → 4.71 kB
src/components/modals/ConfirmCategoryDelete.js 📈 +5 B (+0.09%) 5.34 kB → 5.34 kB
src/components/modals/CreateEncryptionKey.js 📈 +5 B (+0.05%) 10.46 kB → 10.46 kB
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

Asset File Size % Changed
static/js/main.js 1.11 MB → 1.11 MB (+1.05 kB) +0.09%

Smaller

No assets were smaller

Unchanged

Asset File Size % Changed
static/js/678.chunk.js 420.74 kB 0%
static/media/Inter-italic.var.woff2 239.29 kB 0%
static/media/Inter-roman.var.woff2 221.86 kB 0%
static/js/713.chunk.js 156.56 kB 0%
static/js/wide-components.chunk.js 125.51 kB 0%
static/js/231.chunk.js 117.37 kB 0%
static/js/narrow-components.chunk.js 34.13 kB 0%
static/js/reports.chunk.js 28.65 kB 0%
static/js/473.chunk.js 13 kB 0%
static/js/389.chunk.js 12.76 kB 0%
static/js/resize-observer-polyfill.chunk.js 8.88 kB 0%
static/css/main.css 7.41 kB 0%
asset-manifest.json 2.07 kB 0%
index.html 1.66 kB 0%
static/media/browser-server.js 903 B 0%

@github-actions
Copy link
Contributor

github-actions bot commented Aug 10, 2023

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
2 2.22 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.23 MB 0%
xfo.xfo.kcab.worker.js 1014.46 kB 0%

@carkom
Copy link
Contributor Author

carkom commented Sep 11, 2023

Still WIP

@carkom
Copy link
Contributor Author

carkom commented Sep 11, 2023

@MatissJanis, I've gone through and removed any changes to the code and focused instead on just swapping "colors" to "theme" and then matching the colors in order to avoid any regression. Please check my work in hopes that I didn't miss anything. Cheers!

@carkom carkom changed the title [WIP] Dark Theme Manager and Modals Dark Theme Manager and Modals Sep 11, 2023
Copy link
Member

@MatissJanis MatissJanis left a comment

Choose a reason for hiding this comment

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

Spotted just one small issue. Apart from that - LGTM!

@trafico-bot trafico-bot bot added ⚠️ Changes requested Pull Request needs changes before it can be reviewed again and removed 🔍 Ready for Review labels Sep 11, 2023
@trafico-bot trafico-bot bot added 🔍 Ready for Review and removed ⚠️ Changes requested Pull Request needs changes before it can be reviewed again labels Sep 11, 2023
@carkom
Copy link
Contributor Author

carkom commented Sep 11, 2023

Spotted just one small issue. Apart from that - LGTM!

Fixed!

Copy link
Member

@MatissJanis MatissJanis left a comment

Choose a reason for hiding this comment

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

Perfect!

@MatissJanis MatissJanis merged commit 55285f4 into actualbudget:master Sep 11, 2023
19 checks passed
@trafico-bot trafico-bot bot added the ✨ Merged Pull Request has been merged successfully label Sep 11, 2023
@carkom carkom deleted the darkThemeManager branch October 3, 2023 17:58
FlorianLang06 pushed a commit to FlorianLang06/actual that referenced this pull request Mar 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.

None yet

2 participants