[PR #2924] [MERGED] Disable interactivity on preview status icons #4593

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2924
Author: @jfdoming
Created: 6/23/2024
Status: Merged
Merged: 7/8/2024
Merged by: @youngcw

Base: masterHead: jfdoming/disable-preview-status-interactivity


📝 Commits (4)

  • 2faa4ce Disable interactivity on preview statuses
  • 216ec4b Add release notes
  • 0f371af Exclude status field from keyboard navigation
  • 3da0a3b Merge branch 'master' into jfdoming/disable-preview-status-interactivity

📊 Changes

2 files changed (+17 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+11 -3)
upcoming-release-notes/2924.md (+6 -0)

📄 Description

In the course of https://github.com/actualbudget/actual/pull/2923, noticed that preview transaction status icons have no click action but have a focus effect of a purple circle (residual from the "Cleared" checkbox styling) that looks a bit glitchy. This PR removes that focus effect and marks them as disabled.


🔄 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/2924 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 6/23/2024 **Status:** ✅ Merged **Merged:** 7/8/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `jfdoming/disable-preview-status-interactivity` --- ### 📝 Commits (4) - [`2faa4ce`](https://github.com/actualbudget/actual/commit/2faa4ced851a65da12e45a5c8a68d7e520433fdf) Disable interactivity on preview statuses - [`216ec4b`](https://github.com/actualbudget/actual/commit/216ec4be4cbf1e65111dc1c1e05e23df73c84dba) Add release notes - [`0f371af`](https://github.com/actualbudget/actual/commit/0f371afe1ceda7c29de28e295a358f43dd404d0b) Exclude status field from keyboard navigation - [`3da0a3b`](https://github.com/actualbudget/actual/commit/3da0a3bdca8cfb07589b2c5e79fcb01539f8765a) Merge branch 'master' into jfdoming/disable-preview-status-interactivity ### 📊 Changes **2 files changed** (+17 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+11 -3) ➕ `upcoming-release-notes/2924.md` (+6 -0) </details> ### 📄 Description In the course of https://github.com/actualbudget/actual/pull/2923, noticed that preview transaction status icons have no click action but have a focus effect of a purple circle (residual from the "Cleared" checkbox styling) that looks a bit glitchy. This PR removes that focus effect and marks them as disabled. --- <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:58:11 -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#4593