[PR #943] [MERGED] Side nav sorting - Cloud #1023

Closed
opened 2026-03-03 00:24:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/943
Author: @Davy-c
Created: 5/5/2021
Status: Merged
Merged: 5/6/2021
Merged by: @Davy-c

Base: masterHead: feat/sidenav-sorting


📝 Commits (3)

📊 Changes

8 files changed (+175 additions, -140 deletions)

View changed files

📝 src/cloud/components/Application.tsx (+75 -8)
📝 src/cloud/lib/stores/preferences/store.ts (+1 -0)
📝 src/cloud/lib/stores/preferences/types.ts (+2 -0)
📝 src/shared/components/molecules/ContextMenu.tsx (+14 -92)
📝 src/shared/components/organisms/Sidebar/index.tsx (+8 -1)
📝 src/shared/components/organisms/Sidebar/molecules/SidebarTree.tsx (+36 -39)
📝 src/shared/lib/sidebar.ts (+38 -0)
📝 src/shared/lib/stores/contextMenu/types.ts (+1 -0)

📄 Description

No description provided


🔄 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/943 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 5/5/2021 **Status:** ✅ Merged **Merged:** 5/6/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `master` ← **Head:** `feat/sidenav-sorting` --- ### 📝 Commits (3) - [`03c8828`](https://github.com/BoostIO/BoostNote-App/commit/03c882814018e8c383d2cab67a3ae26026bf1683) initial - [`3fd23a6`](https://github.com/BoostIO/BoostNote-App/commit/3fd23a6146482b760626468d1640d73e7694d228) sorting - [`bacca9e`](https://github.com/BoostIO/BoostNote-App/commit/bacca9eec6c3df7243ef40a53ee9f7fe281827a1) fix icon ### 📊 Changes **8 files changed** (+175 additions, -140 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/Application.tsx` (+75 -8) 📝 `src/cloud/lib/stores/preferences/store.ts` (+1 -0) 📝 `src/cloud/lib/stores/preferences/types.ts` (+2 -0) 📝 `src/shared/components/molecules/ContextMenu.tsx` (+14 -92) 📝 `src/shared/components/organisms/Sidebar/index.tsx` (+8 -1) 📝 `src/shared/components/organisms/Sidebar/molecules/SidebarTree.tsx` (+36 -39) 📝 `src/shared/lib/sidebar.ts` (+38 -0) 📝 `src/shared/lib/stores/contextMenu/types.ts` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:24:17 +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#1023
No description provided.