[PR #1725] [MERGED] Add link type to Button Component #3923

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1725
Author: @th3c0d3br34ker
Created: 9/22/2023
Status: Merged
Merged: 9/23/2023
Merged by: @MatissJanis

Base: masterHead: master


📝 Commits (7)

  • 2ec8464 Add link type to Button Component
  • 67f53d8 Add support for link type to Button Component
  • b04ee08 Make the helper functions uniform
  • b4c932c Add release note
  • 5b36204 Replace the use of LinkButton component
  • 5337850 Merge branch 'master' into master
  • 2e00ad2 Fix active styles in Button

📊 Changes

3 files changed (+69 additions, -19 deletions)

View changed files

📝 packages/desktop-client/src/components/common/Button.tsx (+59 -16)
📝 packages/desktop-client/src/components/settings/UI.tsx (+4 -3)
upcoming-release-notes/1725.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/1725 **Author:** [@th3c0d3br34ker](https://github.com/th3c0d3br34ker) **Created:** 9/22/2023 **Status:** ✅ Merged **Merged:** 9/23/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`2ec8464`](https://github.com/actualbudget/actual/commit/2ec8464c735a8a2a2120d2982ae4d8c776a6945d) Add link type to Button Component - [`67f53d8`](https://github.com/actualbudget/actual/commit/67f53d8671cc8d6ee6465c6d196a5d392627a3e4) Add support for link type to Button Component - [`b04ee08`](https://github.com/actualbudget/actual/commit/b04ee0894a678b380554288e6e86edee6f5518e6) Make the helper functions uniform - [`b4c932c`](https://github.com/actualbudget/actual/commit/b4c932ca9cb412bc49b71560316bcfcd51f07e5d) Add release note - [`5b36204`](https://github.com/actualbudget/actual/commit/5b362044d3a7788041801fd984608ad53c784d5c) Replace the use of LinkButton component - [`5337850`](https://github.com/actualbudget/actual/commit/53378506dac2941e999f2d23c42f49af6a223343) Merge branch 'master' into master - [`2e00ad2`](https://github.com/actualbudget/actual/commit/2e00ad2b26038875b164e067254132efcbceaa1e) Fix active styles in Button ### 📊 Changes **3 files changed** (+69 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/common/Button.tsx` (+59 -16) 📝 `packages/desktop-client/src/components/settings/UI.tsx` (+4 -3) ➕ `upcoming-release-notes/1725.md` (+6 -0) </details> ### 📄 Description 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-02-28 20:48:53 -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#3923