[PR #4086] [MERGED] ♻️ refactor theme variable to be statically defined #5181

Closed
opened 2026-02-28 21:07:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4086
Author: @MatissJanis
Created: 1/4/2025
Status: Merged
Merged: 1/9/2025
Merged by: @MatissJanis

Base: masterHead: matiss/theme-static


📝 Commits (2)

  • ea7543f ♻️ refactor theme variable to be statically defined
  • 57a65ab Merge branch 'master' into matiss/theme-static

📊 Changes

2 files changed (+215 additions, -10 deletions)

View changed files

📝 packages/desktop-client/src/style/theme.tsx (+209 -10)
upcoming-release-notes/4086.md (+6 -0)

📄 Description

Defining this variable statically will allow us to move it to the shared components package (coming in a later PR). The shared components package will be re-used between actual desktop-client and 3rd party plugins.


🔄 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/4086 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 1/4/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/theme-static` --- ### 📝 Commits (2) - [`ea7543f`](https://github.com/actualbudget/actual/commit/ea7543fee41e8980428ea9578db0597dc9501988) :recycle: refactor theme variable to be statically defined - [`57a65ab`](https://github.com/actualbudget/actual/commit/57a65abeb1b2d6c1288bca0752a2ba6173986890) Merge branch 'master' into matiss/theme-static ### 📊 Changes **2 files changed** (+215 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/style/theme.tsx` (+209 -10) ➕ `upcoming-release-notes/4086.md` (+6 -0) </details> ### 📄 Description Defining this variable statically will allow us to move it to the shared components package (coming in a later PR). The shared components package will be re-used between `actual` desktop-client and 3rd party plugins. --- <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-02-28 21:07:31 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5181