[PR #7253] [MERGED] [AI] Improve theme catalog responsive layout in ThemeInstaller #48861

Closed
opened 2026-04-26 10:44:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7253
Author: @MatissJanis
Created: 3/21/2026
Status: Merged
Merged: 4/7/2026
Merged by: @MatissJanis

Base: masterHead: matiss/theme-catalog-responsive-layout


📝 Commits (6)

  • c857fc9 [AI] Improve theme catalog responsive layout in ThemeInstaller
  • edc406e Refactor ColorPalette and ThemeInstaller components for improved layout and responsiveness
  • 9da16e3 Fix typo in Custom Reports description
  • b2de319 Correct category name from 'Reports' to 'Themes'
  • 3fd2704 Merge branch 'master' into matiss/theme-catalog-responsive-layout
  • 84e572a [AI] Fix theme catalog scrollbar overlapping content

📊 Changes

3 files changed (+36 additions, -25 deletions)

View changed files

📝 packages/desktop-client/src/components/settings/ColorPalette.tsx (+2 -1)
📝 packages/desktop-client/src/components/settings/ThemeInstaller.tsx (+28 -24)
upcoming-release-notes/7253.md (+6 -0)

📄 Description

Before After
Screenshot 2026-03-21 at 20 45 16 Screenshot 2026-03-21 at 20 45 19

Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 27 12.09 MB → 12.09 MB (+253 B) +0.00%
loot-core 1 4.83 MB 0%
api 4 4.06 MB 0%
cli 1 7.88 MB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
27 12.09 MB → 12.09 MB (+253 B) +0.00%
Changeset
File Δ Size
src/components/settings/ThemeInstaller.tsx 📈 +239 B (+2.11%) 11.09 kB → 11.32 kB
src/components/settings/ColorPalette.tsx 📈 +14 B (+1.36%) 1.01 kB → 1.02 kB
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger

Asset File Size % Changed
static/js/index.js 3.23 MB → 3.23 MB (+253 B) +0.01%

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
static/js/BackgroundImage.js 119.98 kB 0%
static/js/FormulaEditor.js 846.44 kB 0%
static/js/ReportRouter.js 1.02 MB 0%
static/js/TransactionList.js 81.29 kB 0%
static/js/ca.js 182.91 kB 0%
static/js/da.js 104.66 kB 0%
static/js/de.js 174.79 kB 0%
static/js/en-GB.js 7.16 kB 0%
static/js/en.js 170.76 kB 0%
static/js/es.js 182.09 kB 0%
static/js/fr.js 177.47 kB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.46 kB 0%
static/js/it.js 166.25 kB 0%
static/js/narrow.js 354.5 kB 0%
static/js/nb-NO.js 152.2 kB 0%
static/js/nl.js 108.93 kB 0%
static/js/pl.js 88.34 kB 0%
static/js/pt-BR.js 177.84 kB 0%
static/js/resize-observer.js 18.03 kB 0%
static/js/sv.js 80.58 kB 0%
static/js/th.js 179.94 kB 0%
static/js/theme.js 30.68 kB 0%
static/js/uk.js 213.14 kB 0%
static/js/useTransactionBatchActions.js 4.29 MB 0%
static/js/wide.js 418 B 0%
static/js/workbox-window.prod.es5.js 7.28 kB 0%

loot-core

Total

Files count Total bundle size % Changed
1 4.83 MB 0%
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.CwpE34S5.js 4.83 MB 0%

api

Total

Files count Total bundle size % Changed
4 4.06 MB 0%
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
index.js 3.84 MB 0%
from-Bl-Hslp4.js 167.73 kB 0%
multipart-parser-BnDysoMr.js 8.1 kB 0%
src-iMkUmuwR.js 43.64 kB 0%

cli

Total

Files count Total bundle size % Changed
1 7.88 MB 0%
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
cli.js 7.88 MB 0%

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/7253 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/21/2026 **Status:** ✅ Merged **Merged:** 4/7/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/theme-catalog-responsive-layout` --- ### 📝 Commits (6) - [`c857fc9`](https://github.com/actualbudget/actual/commit/c857fc9d0fb9b99e102d70b523ec4d3fae1b1857) [AI] Improve theme catalog responsive layout in ThemeInstaller - [`edc406e`](https://github.com/actualbudget/actual/commit/edc406e3c447ffdf2fcbcaf98fa548dccc742bf0) Refactor ColorPalette and ThemeInstaller components for improved layout and responsiveness - [`9da16e3`](https://github.com/actualbudget/actual/commit/9da16e31378a54d22242a260358ddc61c111fb88) Fix typo in Custom Reports description - [`b2de319`](https://github.com/actualbudget/actual/commit/b2de31993fc4b90b823ce50cb3375c8f4caed2c2) Correct category name from 'Reports' to 'Themes' - [`3fd2704`](https://github.com/actualbudget/actual/commit/3fd2704b3532145c05b1b851d14cdf97d61db79a) Merge branch 'master' into matiss/theme-catalog-responsive-layout - [`84e572a`](https://github.com/actualbudget/actual/commit/84e572a37b99618b06ae90ea326cec8e1acc5ce4) [AI] Fix theme catalog scrollbar overlapping content ### 📊 Changes **3 files changed** (+36 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/settings/ColorPalette.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/settings/ThemeInstaller.tsx` (+28 -24) ➕ `upcoming-release-notes/7253.md` (+6 -0) </details> ### 📄 Description | Before | After | |--------|--------| | <img width="496" height="408" alt="Screenshot 2026-03-21 at 20 45 16" src="https://github.com/user-attachments/assets/72efc966-7bd9-4941-b75a-daf06df170b2" /> | <img width="501" height="426" alt="Screenshot 2026-03-21 at 20 45 19" src="https://github.com/user-attachments/assets/e8f3441e-e2f2-4de9-a82c-db536895d41e" /> | <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 27 | 12.09 MB → 12.09 MB (+253 B) | +0.00% loot-core | 1 | 4.83 MB | 0% api | 4 | 4.06 MB | 0% cli | 1 | 7.88 MB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 27 | 12.09 MB → 12.09 MB (+253 B) | +0.00% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `src/components/settings/ThemeInstaller.tsx` | 📈 +239 B (+2.11%) | 11.09 kB → 11.32 kB `src/components/settings/ColorPalette.tsx` | 📈 +14 B (+1.36%) | 1.01 kB → 1.02 kB </details> <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** Asset | File Size | % Changed ----- | --------- | --------- static/js/index.js | 3.23 MB → 3.23 MB (+253 B) | +0.01% **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- static/js/BackgroundImage.js | 119.98 kB | 0% static/js/FormulaEditor.js | 846.44 kB | 0% static/js/ReportRouter.js | 1.02 MB | 0% static/js/TransactionList.js | 81.29 kB | 0% static/js/ca.js | 182.91 kB | 0% static/js/da.js | 104.66 kB | 0% static/js/de.js | 174.79 kB | 0% static/js/en-GB.js | 7.16 kB | 0% static/js/en.js | 170.76 kB | 0% static/js/es.js | 182.09 kB | 0% static/js/fr.js | 177.47 kB | 0% static/js/indexeddb-main-thread-worker-e59fee74.js | 13.46 kB | 0% static/js/it.js | 166.25 kB | 0% static/js/narrow.js | 354.5 kB | 0% static/js/nb-NO.js | 152.2 kB | 0% static/js/nl.js | 108.93 kB | 0% static/js/pl.js | 88.34 kB | 0% static/js/pt-BR.js | 177.84 kB | 0% static/js/resize-observer.js | 18.03 kB | 0% static/js/sv.js | 80.58 kB | 0% static/js/th.js | 179.94 kB | 0% static/js/theme.js | 30.68 kB | 0% static/js/uk.js | 213.14 kB | 0% static/js/useTransactionBatchActions.js | 4.29 MB | 0% static/js/wide.js | 418 B | 0% static/js/workbox-window.prod.es5.js | 7.28 kB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 4.83 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **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.CwpE34S5.js | 4.83 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 4 | 4.06 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **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 ----- | --------- | --------- index.js | 3.84 MB | 0% from-Bl-Hslp4.js | 167.73 kB | 0% multipart-parser-BnDysoMr.js | 8.1 kB | 0% src-iMkUmuwR.js | 43.64 kB | 0% </div> </details> --- #### cli **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 7.88 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **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 ----- | --------- | --------- cli.js | 7.88 MB | 0% </div> </details> </details> <!--- bundlestats-action-comment key:combined end ---> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-26 10:44:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#48861