[PR #141] [MERGED] Feat/new icons #604

Closed
opened 2026-03-03 00:22:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/141
Author: @Davy-c
Created: 12/13/2019
Status: Merged
Merged: 12/23/2019
Merged by: @Davy-c

Base: masterHead: feat/new-icons


📝 Commits (10+)

📊 Changes

109 files changed (+2514 additions, -433 deletions)

View changed files

📝 package-lock.json (+622 -298)
📝 package.json (+3 -0)
scripts/importIcons.js (+63 -0)
📝 src/components/Modal/index.tsx (+2 -3)
📝 src/components/NotePage/NoteDetail/NoteDetail.tsx (+13 -14)
📝 src/components/NotePage/NoteDetail/TagList.tsx (+8 -4)
📝 src/components/NotePage/NoteList/NoteList.tsx (+3 -4)
📝 src/components/PreferencesModal/GeneralTab.tsx (+2 -3)
📝 src/components/PreferencesModal/PreferencesModal.tsx (+3 -4)
📝 src/components/SideNavigator/ControlButton.tsx (+5 -13)
📝 src/components/SideNavigator/FolderListFragment.tsx (+10 -10)
📝 src/components/SideNavigator/SideNavigator.tsx (+19 -24)
📝 src/components/SideNavigator/SideNavigatorItem.tsx (+17 -11)
📝 src/components/SideNavigator/TagListFragment.tsx (+3 -3)
📝 src/components/Tutorials/TutorialsNavigator.tsx (+13 -13)
📝 src/components/Tutorials/TutorialsNoteDetail.tsx (+4 -4)
src/components/atoms/ButtonIcon.tsx (+27 -0)
src/components/atoms/Icon.tsx (+0 -13)
📝 src/components/atoms/ToolbarExportButton.tsx (+3 -4)
📝 src/components/atoms/ToolbarIconButton.tsx (+3 -4)

...and 80 more files

📄 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/141 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 12/13/2019 **Status:** ✅ Merged **Merged:** 12/23/2019 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `master` ← **Head:** `feat/new-icons` --- ### 📝 Commits (10+) - [`388762e`](https://github.com/BoostIO/BoostNote-App/commit/388762eb0d1d2756a0409f77448539293d18b281) script and imports - [`8cc1719`](https://github.com/BoostIO/BoostNote-App/commit/8cc17193c348da33c62d528e7c23b29330167892) add icons and sideNavigator implementation - [`6f8116a`](https://github.com/BoostIO/BoostNote-App/commit/6f8116a941e80da3361d4687ec575d3d86e5d107) Changed icons - [`ccae92f`](https://github.com/BoostIO/BoostNote-App/commit/ccae92f3ace1c2d066f65bc7c53ea0227729faeb) added vertical align-middle - [`b38b42b`](https://github.com/BoostIO/BoostNote-App/commit/b38b42b14cf543ba314c286f432f3e23963e0b62) fix icons PR - [`0b53712`](https://github.com/BoostIO/BoostNote-App/commit/0b53712ac09f15e19c283ad491b78606a78ef734) Fix icons - [`34ab8d6`](https://github.com/BoostIO/BoostNote-App/commit/34ab8d62e593497a7722c9fa973ca41382ad4ccf) Fix icons - [`64bda4c`](https://github.com/BoostIO/BoostNote-App/commit/64bda4c292403dc3c6689dc4bf00c4d6d7e8c637) Fix size - [`b496ba9`](https://github.com/BoostIO/BoostNote-App/commit/b496ba968da4499b471f9c190c320010a60cdf31) fix rebase - [`efdeb72`](https://github.com/BoostIO/BoostNote-App/commit/efdeb72a6662785ebb2476eb56df606ef6ba2d45) fix rebase ### 📊 Changes **109 files changed** (+2514 additions, -433 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+622 -298) 📝 `package.json` (+3 -0) ➕ `scripts/importIcons.js` (+63 -0) 📝 `src/components/Modal/index.tsx` (+2 -3) 📝 `src/components/NotePage/NoteDetail/NoteDetail.tsx` (+13 -14) 📝 `src/components/NotePage/NoteDetail/TagList.tsx` (+8 -4) 📝 `src/components/NotePage/NoteList/NoteList.tsx` (+3 -4) 📝 `src/components/PreferencesModal/GeneralTab.tsx` (+2 -3) 📝 `src/components/PreferencesModal/PreferencesModal.tsx` (+3 -4) 📝 `src/components/SideNavigator/ControlButton.tsx` (+5 -13) 📝 `src/components/SideNavigator/FolderListFragment.tsx` (+10 -10) 📝 `src/components/SideNavigator/SideNavigator.tsx` (+19 -24) 📝 `src/components/SideNavigator/SideNavigatorItem.tsx` (+17 -11) 📝 `src/components/SideNavigator/TagListFragment.tsx` (+3 -3) 📝 `src/components/Tutorials/TutorialsNavigator.tsx` (+13 -13) 📝 `src/components/Tutorials/TutorialsNoteDetail.tsx` (+4 -4) ➕ `src/components/atoms/ButtonIcon.tsx` (+27 -0) ➖ `src/components/atoms/Icon.tsx` (+0 -13) 📝 `src/components/atoms/ToolbarExportButton.tsx` (+3 -4) 📝 `src/components/atoms/ToolbarIconButton.tsx` (+3 -4) _...and 80 more files_ </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:22:21 +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#604
No description provided.