[PR #493] [MERGED] Improve nav storage item #774

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/493
Author: @Rokt33r
Created: 6/1/2020
Status: Merged
Merged: 6/1/2020
Merged by: @Rokt33r

Base: masterHead: improve-nav-storage-item


📝 Commits (8)

  • 3c4fe26 Add plus button to storage
  • e99c396 Add plus button to all notes item
  • 82a4d2f Fix order of contextMenu items of folder nav item
  • b86dae4 Reuse new note method of storage item in folder fragment
  • 618d08b Rename FolderListFragment to FolderNavigatorFragment
  • 1992ab3 Extract FolderNavigatorItem from FolderNavigatorFragment
  • a4572b2 Refactor handlers
  • 288e02f Implement Plus button to folder nav item

📊 Changes

5 files changed (+571 additions, -402 deletions)

View changed files

📝 src/components/atoms/NavigatorItem.tsx (+1 -0)
src/components/molecules/FolderListFragment.tsx (+0 -283)
src/components/molecules/FolderNavigatorFragment.tsx (+121 -0)
src/components/molecules/FolderNavigatorItem.tsx (+271 -0)
📝 src/components/molecules/StorageNavigatorFragment.tsx (+178 -119)

📄 Description

Screenshot from 2020-06-01 10-04-29
Screenshot from 2020-06-01 10-05-10

  • Add plus button to all notes item
  • Add plus button to folder nav items
  • Refactor folder nav items

🔄 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/493 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 6/1/2020 **Status:** ✅ Merged **Merged:** 6/1/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `improve-nav-storage-item` --- ### 📝 Commits (8) - [`3c4fe26`](https://github.com/BoostIO/BoostNote-App/commit/3c4fe26a6ad71adc792b80553467502894a28366) Add plus button to storage - [`e99c396`](https://github.com/BoostIO/BoostNote-App/commit/e99c3969e62a5fad3a58d59b8c0fd78b951eba64) Add plus button to all notes item - [`82a4d2f`](https://github.com/BoostIO/BoostNote-App/commit/82a4d2fcd09ce55589f9cc38fb1fa804e3eeeaf0) Fix order of contextMenu items of folder nav item - [`b86dae4`](https://github.com/BoostIO/BoostNote-App/commit/b86dae4d3c7b74b5d2e0bf25981f06e8a00637cb) Reuse new note method of storage item in folder fragment - [`618d08b`](https://github.com/BoostIO/BoostNote-App/commit/618d08b28f7695534da3c8e8e54bbfc4f58c57b1) Rename FolderListFragment to FolderNavigatorFragment - [`1992ab3`](https://github.com/BoostIO/BoostNote-App/commit/1992ab34fe3d884b758d4041372a0723deae607b) Extract FolderNavigatorItem from FolderNavigatorFragment - [`a4572b2`](https://github.com/BoostIO/BoostNote-App/commit/a4572b2cca080fa18c975a61c372ad83993ad834) Refactor handlers - [`288e02f`](https://github.com/BoostIO/BoostNote-App/commit/288e02f0d6ecef8817b5743695683f98fd8566af) Implement Plus button to folder nav item ### 📊 Changes **5 files changed** (+571 additions, -402 deletions) <details> <summary>View changed files</summary> 📝 `src/components/atoms/NavigatorItem.tsx` (+1 -0) ➖ `src/components/molecules/FolderListFragment.tsx` (+0 -283) ➕ `src/components/molecules/FolderNavigatorFragment.tsx` (+121 -0) ➕ `src/components/molecules/FolderNavigatorItem.tsx` (+271 -0) 📝 `src/components/molecules/StorageNavigatorFragment.tsx` (+178 -119) </details> ### 📄 Description ![Screenshot from 2020-06-01 10-04-29](https://user-images.githubusercontent.com/5865853/83367421-5bbf5b00-a3ef-11ea-9700-bc836a9c8941.png) ![Screenshot from 2020-06-01 10-05-10](https://user-images.githubusercontent.com/5865853/83367434-6da0fe00-a3ef-11ea-800c-f36b9cfac6a6.png) - Add plus button to all notes item - Add plus button to folder nav items - Refactor folder nav items --- <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:08 +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#774
No description provided.