[PR #1063] [CLOSED] [Features] Togglable category width #29421

Closed
opened 2026-04-18 06:03:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1063
Author: @Miodec
Created: 5/25/2023
Status: Closed

Base: masterHead: category-width


📝 Commits (6)

  • 0a56465 added state for wide categories
  • 614c606 added button to toggle wide categories, using state to change width
  • dbf0dc3 added release
  • e316d29 updated filename
  • afda2a8 reverted default back to 200
  • 74ff05a removed console log

📊 Changes

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

View changed files

📝 packages/desktop-client/src/components/budget/DynamicBudgetTable.js (+20 -5)
📝 packages/desktop-client/src/components/budget/misc.js (+82 -14)
upcoming-release-notes/1063.md (+6 -0)

📄 Description

Added a button that toggles the category width between 150px and 250px.

NOTE: I have changed the deafult wdith from 200 to 150, if the maintainers think this is too narrow, i can revert it back and make the wide option be 250px or 300px.

https://github.com/actualbudget/actual/assets/13181393/23bfc230-389d-458f-beb2-40de9691ea39


🔄 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/1063 **Author:** [@Miodec](https://github.com/Miodec) **Created:** 5/25/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `category-width` --- ### 📝 Commits (6) - [`0a56465`](https://github.com/actualbudget/actual/commit/0a564653cbac4bc109eb15be5c93fa08591f5b00) added state for wide categories - [`614c606`](https://github.com/actualbudget/actual/commit/614c6063f155ee4f21e61ef28dea9d4983eed3a4) added button to toggle wide categories, using state to change width - [`dbf0dc3`](https://github.com/actualbudget/actual/commit/dbf0dc3d316147829e814cae0ee7b44e8205f300) added release - [`e316d29`](https://github.com/actualbudget/actual/commit/e316d298630fdb903fa1a96949ad4ff4e672f734) updated filename - [`afda2a8`](https://github.com/actualbudget/actual/commit/afda2a8160d2798c5ebfbdb7b794acf35429bde3) reverted default back to 200 - [`74ff05a`](https://github.com/actualbudget/actual/commit/74ff05a6aedf91829abe2776050b4607f3bea9e1) removed console log ### 📊 Changes **3 files changed** (+108 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/DynamicBudgetTable.js` (+20 -5) 📝 `packages/desktop-client/src/components/budget/misc.js` (+82 -14) ➕ `upcoming-release-notes/1063.md` (+6 -0) </details> ### 📄 Description Added a button that toggles the category width between 150px and 250px. **NOTE: I have changed the deafult wdith from 200 to 150, if the maintainers think this is too narrow, i can revert it back and make the wide option be 250px or 300px.** https://github.com/actualbudget/actual/assets/13181393/23bfc230-389d-458f-beb2-40de9691ea39 --- <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-18 06:03:10 -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#29421