[PR #616] [CLOSED] feat: Number of notes in folders #816

Closed
opened 2026-03-03 00:23:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/616
Author: @laudep
Created: 9/5/2020
Status: Closed

Base: masterHead: feat/folder_note_counters


📝 Commits (7)

  • aceedb7 feat: Add count component to navigator item
  • 2d562f3 feat: Add folder note count prop
  • 23813c6 feat: Pass amount of notes in folder to folder nav item
  • fd5218f feat: Show totals for all notes, attachments & trash
  • 00a99bf feat: Show note count for tags
  • 162f316 fix: Note count for empty folders/tags
  • 064834e Merge branch 'master' into feat/folder_note_counters

📊 Changes

5 files changed (+37 additions, -0 deletions)

View changed files

📝 src/components/atoms/NavigatorItem.tsx (+19 -0)
📝 src/components/molecules/FolderNavigatorFragment.tsx (+8 -0)
📝 src/components/molecules/FolderNavigatorItem.tsx (+2 -0)
📝 src/components/molecules/StorageNavigatorFragment.tsx (+2 -0)
📝 src/components/molecules/TagListFragment.tsx (+6 -0)

📄 Description

Add numbers next to folders & tags displaying the amount of notes.

Display count for:

  • total notes in storage
  • notes in (sub)folders
  • notes for tag
  • attachments in storage
  • trashed notes in storage

Solves #602


🔄 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/BoostIO/BoostNote-App/pull/616 **Author:** [@laudep](https://github.com/laudep) **Created:** 9/5/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/folder_note_counters` --- ### 📝 Commits (7) - [`aceedb7`](https://github.com/BoostIO/BoostNote-App/commit/aceedb75e67cdaa088316a209b8d6ef1131669ab) feat: Add count component to navigator item - [`2d562f3`](https://github.com/BoostIO/BoostNote-App/commit/2d562f3f481e812a07123e3c810021890dcfc05d) feat: Add folder note count prop - [`23813c6`](https://github.com/BoostIO/BoostNote-App/commit/23813c602b42de1908be1976bf19cc43a6ca17ad) feat: Pass amount of notes in folder to folder nav item - [`fd5218f`](https://github.com/BoostIO/BoostNote-App/commit/fd5218f50f35179dff78c2b6d07e547dad55c0be) feat: Show totals for all notes, attachments & trash - [`00a99bf`](https://github.com/BoostIO/BoostNote-App/commit/00a99bffff8a365b4cee2e27419949e8ec9bc07f) feat: Show note count for tags - [`162f316`](https://github.com/BoostIO/BoostNote-App/commit/162f316e5c8bd0b1b022a655a7469b56b122c409) fix: Note count for empty folders/tags - [`064834e`](https://github.com/BoostIO/BoostNote-App/commit/064834ecc814953cc7345cc87b3c681b9782ac0a) Merge branch 'master' into feat/folder_note_counters ### 📊 Changes **5 files changed** (+37 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/components/atoms/NavigatorItem.tsx` (+19 -0) 📝 `src/components/molecules/FolderNavigatorFragment.tsx` (+8 -0) 📝 `src/components/molecules/FolderNavigatorItem.tsx` (+2 -0) 📝 `src/components/molecules/StorageNavigatorFragment.tsx` (+2 -0) 📝 `src/components/molecules/TagListFragment.tsx` (+6 -0) </details> ### 📄 Description Add numbers next to folders & tags displaying the amount of notes. Display count for: - total notes in storage - notes in (sub)folders - notes for tag - attachments in storage - trashed notes in storage Solves #602 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#816
No description provided.