[PR #2062] [MERGED] API – Return Hidden for Category and CategoryGroup #22700

Closed
opened 2026-04-16 16:57:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2062
Author: @ioslife
Created: 12/11/2023
Status: Merged
Merged: 12/15/2023
Merged by: @MatissJanis

Base: masterHead: api-hidden


📝 Commits (10+)

  • b611f3a adding hidden property to category and categoryGroup for API models
  • 8f69b7f adding tests and making them pass
  • 73508a6 updating release note category
  • 77742ca updating release note authors to be a list
  • ad7d3d7 removing extra comment from release note
  • 2764d83 addressing linting issues
  • f716f3e addressing more linting issues
  • 95208d1 adding hidden to createCategory query
  • 8ad67d2 adding hidden to desktop-client create
  • 0f0d5b5 Merge branch 'master' into api-hidden

📊 Changes

8 files changed (+51 additions, -1 deletions)

View changed files

📝 packages/api/methods.test.ts (+25 -0)
📝 packages/desktop-client/src/components/budget/index.tsx (+1 -0)
📝 packages/loot-core/src/client/actions/queries.ts (+2 -0)
📝 packages/loot-core/src/server/api-models.ts (+8 -0)
📝 packages/loot-core/src/server/api.ts (+1 -0)
📝 packages/loot-core/src/server/main.ts (+2 -0)
📝 packages/loot-core/src/types/server-handlers.d.ts (+6 -1)
upcoming-release-notes/2062.md (+6 -0)

📄 Description


category: API Features
authors: iOSLife

Adds a property to the returned items in the API for category and categoryGroup to inform if it is hidden.

Not sure if there are more changes needed for this functionality, but willing to make them if I can get some direction.


🔄 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/2062 **Author:** [@ioslife](https://github.com/ioslife) **Created:** 12/11/2023 **Status:** ✅ Merged **Merged:** 12/15/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `api-hidden` --- ### 📝 Commits (10+) - [`b611f3a`](https://github.com/actualbudget/actual/commit/b611f3a2a2254c3b3af798e0836cdf63a692bf45) adding hidden property to category and categoryGroup for API models - [`8f69b7f`](https://github.com/actualbudget/actual/commit/8f69b7f061c0b2ee4a3e1c732a2f88ecb7230617) adding tests and making them pass - [`73508a6`](https://github.com/actualbudget/actual/commit/73508a63896dab103d8f3d426927dd84a23587d0) updating release note category - [`77742ca`](https://github.com/actualbudget/actual/commit/77742ca9762d5c09092e49641f733ff78b5d8b7d) updating release note authors to be a list - [`ad7d3d7`](https://github.com/actualbudget/actual/commit/ad7d3d77abdbd6df402ecfe62ca290cccfd0c88d) removing extra comment from release note - [`2764d83`](https://github.com/actualbudget/actual/commit/2764d83d2c3b74d8b13bd59fd6b241bac21d10d6) addressing linting issues - [`f716f3e`](https://github.com/actualbudget/actual/commit/f716f3ee28bdfaa96b363f75710c7555ff5b5bb4) addressing more linting issues - [`95208d1`](https://github.com/actualbudget/actual/commit/95208d144fccaee04c1ae9771299141b8ffbeafa) adding hidden to createCategory query - [`8ad67d2`](https://github.com/actualbudget/actual/commit/8ad67d260cf73631b509529dff8890804cff8aa5) adding hidden to desktop-client create - [`0f0d5b5`](https://github.com/actualbudget/actual/commit/0f0d5b5a306e7c7675eafeae852f889e601d756b) Merge branch 'master' into api-hidden ### 📊 Changes **8 files changed** (+51 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/methods.test.ts` (+25 -0) 📝 `packages/desktop-client/src/components/budget/index.tsx` (+1 -0) 📝 `packages/loot-core/src/client/actions/queries.ts` (+2 -0) 📝 `packages/loot-core/src/server/api-models.ts` (+8 -0) 📝 `packages/loot-core/src/server/api.ts` (+1 -0) 📝 `packages/loot-core/src/server/main.ts` (+2 -0) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+6 -1) ➕ `upcoming-release-notes/2062.md` (+6 -0) </details> ### 📄 Description --- category: API Features authors: iOSLife --- Adds a property to the returned items in the API for category and categoryGroup to inform if it is hidden. Not sure if there are more changes needed for this functionality, but willing to make them if I can get some direction. --- <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-16 16:57:21 -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#22700