[PR #412] [MERGED] Improve side nav and UI #748

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/412
Author: @Rokt33r
Created: 4/19/2020
Status: Merged
Merged: 4/19/2020
Merged by: @Rokt33r

Base: masterHead: improve-side-nav


📝 Commits (10+)

  • 23281ed Improve empty note list style
  • f319cba Discard StorageAllNotes route completely
  • 65bf378 Improve Note listing of NotePage
  • b5028ec Move NoteItem to molecuels
  • a863e49 Improve routing for storages.notes
  • b4d2437 Move SideNavigator
  • a087967 Extract StorageSideNavigatorItem
  • e0a28a5 Replace fold icons with mdi icons
  • 553e64f Adjust SideNavigatorItem style
  • b88b8ed Flatten depth of side nav items

📊 Changes

83 files changed (+1572 additions, -3151 deletions)

View changed files

📝 package-lock.json (+4 -4)
📝 package.json (+1 -1)
📝 src/components/App.tsx (+9 -10)
📝 src/components/GlobalStyle.tsx (+5 -4)
src/components/Modal/contents/DownloadOurAppModal.tsx (+0 -58)
src/components/Modal/contents/styled.ts (+0 -80)
src/components/Modal/index.tsx (+0 -89)
src/components/Modal/styled.ts (+0 -68)
📝 src/components/PreferencesModal/GeneralTab.tsx (+2 -24)
📝 src/components/PreferencesModal/ImportTab.tsx (+243 -229)
📝 src/components/Router.tsx (+1 -6)
src/components/SideNavigator/ControlButton.tsx (+0 -39)
src/components/SideNavigator/SideNavigator.tsx (+0 -424)
src/components/SideNavigator/index.ts (+0 -3)
📝 src/components/Toast/styled.tsx (+13 -6)
src/components/Tutorials/TutorialsNavigator.tsx (+0 -166)
src/components/Tutorials/TutorialsNoteDetail.tsx (+0 -119)
src/components/Tutorials/TutorialsNoteItem.tsx (+0 -31)
src/components/Tutorials/TutorialsNoteList.tsx (+0 -88)
src/components/Tutorials/TutorialsPage.tsx (+0 -258)

...and 63 more files

📄 Description

Fixes #318, #372, #294, #391, #393, #403
#392(Partially)


🔄 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/412 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 4/19/2020 **Status:** ✅ Merged **Merged:** 4/19/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `improve-side-nav` --- ### 📝 Commits (10+) - [`23281ed`](https://github.com/BoostIO/BoostNote-App/commit/23281ed84e9e5ce2aa5ee84afd223df5cd430066) Improve empty note list style - [`f319cba`](https://github.com/BoostIO/BoostNote-App/commit/f319cbae54132868bbf19a6dc402492eef78b90a) Discard StorageAllNotes route completely - [`65bf378`](https://github.com/BoostIO/BoostNote-App/commit/65bf3786cc03f4ebfcce33458c131885ae1f7d5a) Improve Note listing of NotePage - [`b5028ec`](https://github.com/BoostIO/BoostNote-App/commit/b5028ec24a209312a82cf4174192d78fa7161364) Move NoteItem to molecuels - [`a863e49`](https://github.com/BoostIO/BoostNote-App/commit/a863e498462f1c2522024b578af11e01fe60d62c) Improve routing for storages.notes - [`b4d2437`](https://github.com/BoostIO/BoostNote-App/commit/b4d243760d0b5b75978a0046deba4c3ec58b8e2e) Move SideNavigator - [`a087967`](https://github.com/BoostIO/BoostNote-App/commit/a0879679bf2362a2683ec99bfce3ed1d74b3d5dd) Extract StorageSideNavigatorItem - [`e0a28a5`](https://github.com/BoostIO/BoostNote-App/commit/e0a28a51ccb4298785937fbce565769e458daaef) Replace fold icons with mdi icons - [`553e64f`](https://github.com/BoostIO/BoostNote-App/commit/553e64fae4c6de4daf35b4360cda19d7af6ea556) Adjust SideNavigatorItem style - [`b88b8ed`](https://github.com/BoostIO/BoostNote-App/commit/b88b8edcae5129ccb18aaebc93c0b30d57351c9f) Flatten depth of side nav items ### 📊 Changes **83 files changed** (+1572 additions, -3151 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) 📝 `src/components/App.tsx` (+9 -10) 📝 `src/components/GlobalStyle.tsx` (+5 -4) ➖ `src/components/Modal/contents/DownloadOurAppModal.tsx` (+0 -58) ➖ `src/components/Modal/contents/styled.ts` (+0 -80) ➖ `src/components/Modal/index.tsx` (+0 -89) ➖ `src/components/Modal/styled.ts` (+0 -68) 📝 `src/components/PreferencesModal/GeneralTab.tsx` (+2 -24) 📝 `src/components/PreferencesModal/ImportTab.tsx` (+243 -229) 📝 `src/components/Router.tsx` (+1 -6) ➖ `src/components/SideNavigator/ControlButton.tsx` (+0 -39) ➖ `src/components/SideNavigator/SideNavigator.tsx` (+0 -424) ➖ `src/components/SideNavigator/index.ts` (+0 -3) 📝 `src/components/Toast/styled.tsx` (+13 -6) ➖ `src/components/Tutorials/TutorialsNavigator.tsx` (+0 -166) ➖ `src/components/Tutorials/TutorialsNoteDetail.tsx` (+0 -119) ➖ `src/components/Tutorials/TutorialsNoteItem.tsx` (+0 -31) ➖ `src/components/Tutorials/TutorialsNoteList.tsx` (+0 -88) ➖ `src/components/Tutorials/TutorialsPage.tsx` (+0 -258) _...and 63 more files_ </details> ### 📄 Description Fixes #318, #372, #294, #391, #393, #403 #392(Partially) --- <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:01 +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#748
No description provided.