[PR #3122] [MERGED] Shorten hidden category names imported from YNAB4 #4694

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3122
Author: @alcroito
Created: 7/22/2024
Status: Merged
Merged: 8/3/2024
Merged by: @twk3

Base: masterHead: ynab4_better_hidden_categories


📝 Commits (2)

  • b763e50 Shorten hidden category names imported from YNAB4
  • 2d4c862 Merge branch 'master' into ynab4_better_hidden_categories

📊 Changes

2 files changed (+23 additions, -1 deletions)

View changed files

📝 packages/loot-core/src/server/importers/ynab4.ts (+17 -1)
upcoming-release-notes/3122.md (+6 -0)

📄 Description

Imported hidden categories had the parent category entity id (UUID) appended to the end of the name, making the category name quite long and somewhat hard to read.

Remove the entity id and replace the apostrophe that divides the master category from the sub category with a forward slash.

This shortens the name, ensuring a better chance that the full category name fits into the default table cell width.


🔄 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/3122 **Author:** [@alcroito](https://github.com/alcroito) **Created:** 7/22/2024 **Status:** ✅ Merged **Merged:** 8/3/2024 **Merged by:** [@twk3](https://github.com/twk3) **Base:** `master` ← **Head:** `ynab4_better_hidden_categories` --- ### 📝 Commits (2) - [`b763e50`](https://github.com/actualbudget/actual/commit/b763e50998bb1556b866450eb2ee0e78da3514d4) Shorten hidden category names imported from YNAB4 - [`2d4c862`](https://github.com/actualbudget/actual/commit/2d4c8620b75615abf322b1fc733f1ccce415a33d) Merge branch 'master' into ynab4_better_hidden_categories ### 📊 Changes **2 files changed** (+23 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/importers/ynab4.ts` (+17 -1) ➕ `upcoming-release-notes/3122.md` (+6 -0) </details> ### 📄 Description Imported hidden categories had the parent category entity id (UUID) appended to the end of the name, making the category name quite long and somewhat hard to read. Remove the entity id and replace the apostrophe that divides the master category from the sub category with a forward slash. This shortens the name, ensuring a better chance that the full category name fits into the default table cell width. <!-- 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 --> --- <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:59:48 -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#4694