[PR #1701] [MERGED] Add common component for AnchorLink and ButtonLink #38338

Closed
opened 2026-04-23 11:27:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1701
Author: @th3c0d3br34ker
Created: 9/15/2023
Status: Merged
Merged: 9/20/2023
Merged by: @MatissJanis

Base: masterHead: master


📝 Commits (10+)

  • 3071b33 Add common commponent for AnchorLink and ButtonLink
  • fb5c87a Add release note
  • 97f49d7 Merge branch 'master' into master
  • 5c6e442 Refactor for PR suggestions
  • 6972f09 Refactor for PR suggestions
  • 3831aa1 Replace the use of Link component
  • 77e5c05 Merge branch 'master' into master
  • 8e61da4 Update prop name
  • 4c1f19e Merge branch 'master' into master
  • 738ce28 Update prop type

📊 Changes

4 files changed (+97 additions, -6 deletions)

View changed files

📝 packages/desktop-client/src/components/Titlebar.tsx (+4 -3)
packages/desktop-client/src/components/common/Link.tsx (+84 -0)
📝 packages/desktop-client/src/components/manager/ServerURL.tsx (+3 -3)
upcoming-release-notes/1701.md (+6 -0)

📄 Description

Addresses: #1414


🔄 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/1701 **Author:** [@th3c0d3br34ker](https://github.com/th3c0d3br34ker) **Created:** 9/15/2023 **Status:** ✅ Merged **Merged:** 9/20/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`3071b33`](https://github.com/actualbudget/actual/commit/3071b33f1156c916a56dc8822aa4793d025b4655) Add common commponent for AnchorLink and ButtonLink - [`fb5c87a`](https://github.com/actualbudget/actual/commit/fb5c87abaa44e6553944748f615279c92a03c2b0) Add release note - [`97f49d7`](https://github.com/actualbudget/actual/commit/97f49d71fee125163637962f5ea981fa2a3caa7b) Merge branch 'master' into master - [`5c6e442`](https://github.com/actualbudget/actual/commit/5c6e442fc9e4bc3bcae8db48f1f2eeaa2d6cb81f) Refactor for PR suggestions - [`6972f09`](https://github.com/actualbudget/actual/commit/6972f0999ef9e4f5f6be67d91a5897ad7037f3fb) Refactor for PR suggestions - [`3831aa1`](https://github.com/actualbudget/actual/commit/3831aa162262b170d3d787de6689bfc22674809d) Replace the use of Link component - [`77e5c05`](https://github.com/actualbudget/actual/commit/77e5c05059391671c08698de2674abf82d36b6df) Merge branch 'master' into master - [`8e61da4`](https://github.com/actualbudget/actual/commit/8e61da4a73297ce18b9851c8ca3174a938a166e6) Update prop name - [`4c1f19e`](https://github.com/actualbudget/actual/commit/4c1f19e26edb9c7dc6250bfc150a7bd36bfa68cd) Merge branch 'master' into master - [`738ce28`](https://github.com/actualbudget/actual/commit/738ce28eb6c02af89191cecfbf3f821e3741b763) Update prop type ### 📊 Changes **4 files changed** (+97 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+4 -3) ➕ `packages/desktop-client/src/components/common/Link.tsx` (+84 -0) 📝 `packages/desktop-client/src/components/manager/ServerURL.tsx` (+3 -3) ➕ `upcoming-release-notes/1701.md` (+6 -0) </details> ### 📄 Description <!-- 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 --> Addresses: #1414 --- <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-23 11:27:19 -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#38338