[PR #709] [MERGED] 🔥 refactor MonthPicker and remove ElementQuery #3271

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/709
Author: @MatissJanis
Created: 2/28/2023
Status: Merged
Merged: 2/28/2023
Merged by: @MatissJanis

Base: masterHead: matiss/refactor-element-query


📝 Commits (3)

📊 Changes

2 files changed (+67 additions, -114 deletions)

View changed files

packages/loot-design/src/components/ElementQuery.js (+0 -37)
📝 packages/loot-design/src/components/budget/index.js (+67 -77)

📄 Description

Refactored MonthPicker so it would no longer use ElementQuery.

Why? Because ElementQuery uses lively. So we either need to replace it with something else (which I did here) or refactor it.

Screenshot 2023-02-28 at 18 41 39

🔄 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/709 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 2/28/2023 **Status:** ✅ Merged **Merged:** 2/28/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/refactor-element-query` --- ### 📝 Commits (3) - [`489075f`](https://github.com/actualbudget/actual/commit/489075f2c73571d16fa7de750b11606e75c4a3f7) :fire: refactor MonthSelector and remove ElementQuery - [`6609202`](https://github.com/actualbudget/actual/commit/6609202fe67891f1bdbe58a12365713fcd8910e8) Remove console log - [`dab5482`](https://github.com/actualbudget/actual/commit/dab54826c0eca8b066aa5c1f2834a209b3c4d3c6) oops ### 📊 Changes **2 files changed** (+67 additions, -114 deletions) <details> <summary>View changed files</summary> ➖ `packages/loot-design/src/components/ElementQuery.js` (+0 -37) 📝 `packages/loot-design/src/components/budget/index.js` (+67 -77) </details> ### 📄 Description Refactored `MonthPicker` so it would no longer use `ElementQuery`. Why? Because `ElementQuery` uses `lively`. So we either need to replace it with something else (which I did here) or refactor it. <img width="658" alt="Screenshot 2023-02-28 at 18 41 39" src="https://user-images.githubusercontent.com/886567/221948991-9ca830e9-ae3f-4e22-80f6-dd17b27b89ff.png"> --- <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 20:39:07 -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#3271