[PR #5602] [CLOSED] Add resizing functionality to RuleEditor component #6026

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5602
Author: @MatissJanis
Created: 8/21/2025
Status: Closed

Base: masterHead: matiss/rules-drawer


📝 Commits (3)

  • 06a007c Add resizing functionality to RuleEditor component
  • e464d10 Enhance RuleEditor component to support touch events for resizing
  • 7644fda Update RuleEditor component to enhance touch event handling and improve mobile resizing visuals

📊 Changes

1 file changed (+75 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/rules/RuleEditor.tsx (+75 -1)

📄 Description

HIGHLY experimental. Publishing only to get a preview link to test on my mobile.

  • Introduced state management for section height and resizing status.
  • Implemented mouse event handlers for resizing the section dynamically.
  • Updated the component's layout to accommodate the new resize handle.
  • Ensured proper cleanup of event listeners during resizing.

🔄 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/5602 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/21/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `matiss/rules-drawer` --- ### 📝 Commits (3) - [`06a007c`](https://github.com/actualbudget/actual/commit/06a007ca9a3081df731a623612f061c465f2c43b) Add resizing functionality to RuleEditor component - [`e464d10`](https://github.com/actualbudget/actual/commit/e464d104687ec198284377ce750c34d3bee409c7) Enhance RuleEditor component to support touch events for resizing - [`7644fda`](https://github.com/actualbudget/actual/commit/7644fdadef1a26280eb4ca27a039a022d504b725) Update RuleEditor component to enhance touch event handling and improve mobile resizing visuals ### 📊 Changes **1 file changed** (+75 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/rules/RuleEditor.tsx` (+75 -1) </details> ### 📄 Description HIGHLY experimental. Publishing only to get a preview link to test on my mobile. - Introduced state management for section height and resizing status. - Implemented mouse event handlers for resizing the section dynamically. - Updated the component's layout to accommodate the new resize handle. - Ensured proper cleanup of event listeners during resizing. <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> --- <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:22:45 -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#6026