[PR #3639] [MERGED] [WIP] Add info text to Upcoming Length control #4973

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3639
Author: @SamBobBarnes
Created: 10/12/2024
Status: Merged
Merged: 10/17/2024
Merged by: @youngcw

Base: masterHead: Upcoming-length-help-text


📝 Commits (10+)

  • db16c0a added info circle and box on click
  • 6d61bd1 hover working
  • a7df8ab moved title
  • ed4f776 release notes
  • e890cf3 updated release notes category
  • 5338043 split info bubble into its own component
  • 9713b6b text longer than 500px will be split
  • 53c9794 extracted text width into its own file
  • 7e3c44e wip tests
  • cd8f94a Merge branch 'master' into Upcoming-length-help-text

📊 Changes

3 files changed (+89 additions, -7 deletions)

View changed files

packages/desktop-client/src/components/common/InfoBubble.tsx (+68 -0)
📝 packages/desktop-client/src/components/settings/Upcoming.tsx (+15 -7)
upcoming-release-notes/3639.md (+6 -0)

📄 Description

This info text was requested by @youngcw in PR #3310.
This should be removed when the feature is updated to no longer have the limitation of only displaying the first instance of a scheduled transaction.


🔄 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/3639 **Author:** [@SamBobBarnes](https://github.com/SamBobBarnes) **Created:** 10/12/2024 **Status:** ✅ Merged **Merged:** 10/17/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `Upcoming-length-help-text` --- ### 📝 Commits (10+) - [`db16c0a`](https://github.com/actualbudget/actual/commit/db16c0a16b8b4e6efe9ab00a0bcf9030b988a5dc) added info circle and box on click - [`6d61bd1`](https://github.com/actualbudget/actual/commit/6d61bd1ec7c288c390170c689be606b7015e06c5) hover working - [`a7df8ab`](https://github.com/actualbudget/actual/commit/a7df8ab1292c6f11d6b2b788db73a3c492789d6b) moved title - [`ed4f776`](https://github.com/actualbudget/actual/commit/ed4f77690764789a4f86494c2078be3e6cc8835f) release notes - [`e890cf3`](https://github.com/actualbudget/actual/commit/e890cf3ace23e07bae8ef540c6cea154ff5b7288) updated release notes category - [`5338043`](https://github.com/actualbudget/actual/commit/5338043c310d0a7f3b35f7f010886d987ed5cb2e) split info bubble into its own component - [`9713b6b`](https://github.com/actualbudget/actual/commit/9713b6b10efe6e8f637d667a6a80f84a8fcb9acf) text longer than 500px will be split - [`53c9794`](https://github.com/actualbudget/actual/commit/53c9794e76a55cd09d00d5d46e5bccbd3c5d7a62) extracted text width into its own file - [`7e3c44e`](https://github.com/actualbudget/actual/commit/7e3c44ef4f8c9eef2b15ebe8bf8cfd32265fa106) wip tests - [`cd8f94a`](https://github.com/actualbudget/actual/commit/cd8f94a0f9292c5071a67454ac0f99f72c93b43b) Merge branch 'master' into Upcoming-length-help-text ### 📊 Changes **3 files changed** (+89 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `packages/desktop-client/src/components/common/InfoBubble.tsx` (+68 -0) 📝 `packages/desktop-client/src/components/settings/Upcoming.tsx` (+15 -7) ➕ `upcoming-release-notes/3639.md` (+6 -0) </details> ### 📄 Description This info text was requested by @youngcw in PR #3310. This should be removed when the feature is updated to no longer have the limitation of only displaying the first instance of a scheduled transaction. --- <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:04:04 -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#4973