[PR #146] [MERGED] Fix icons #609

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/146
Author: @kazup01
Created: 12/16/2019
Status: Merged
Merged: 12/19/2019
Merged by: @Davy-c

Base: feat/new-iconsHead: fix-icons


📝 Commits (3)

📊 Changes

21 files changed (+261 additions, -37 deletions)

View changed files

resources/icons/fileOpen.svg (+11 -0)
resources/icons/helpOutline.svg (+9 -0)
resources/icons/image.svg (+13 -0)
resources/icons/tagFill.svg (+11 -0)
resources/icons/tags.svg (+10 -0)
resources/icons/trashFill.svg (+20 -0)
📝 scripts/importIcons.js (+1 -1)
📝 src/components/NotePage/NoteDetail/TagList.tsx (+2 -2)
📝 src/components/PreferencesModal/PreferencesModal.tsx (+1 -0)
📝 src/components/SideNavigator/FolderListFragment.tsx (+4 -17)
📝 src/components/SideNavigator/SideNavigator.tsx (+5 -6)
📝 src/components/SideNavigator/SideNavigatorItem.tsx (+0 -4)
📝 src/components/SideNavigator/TagListFragment.tsx (+3 -3)
📝 src/components/Tutorials/TutorialsNavigator.tsx (+3 -3)
src/components/icons/FileOpen.tsx (+27 -0)
src/components/icons/HelpOutline.tsx (+27 -0)
src/components/icons/Image.tsx (+26 -0)
src/components/icons/TagFill.tsx (+27 -0)
src/components/icons/Tags.tsx (+26 -0)
src/components/icons/TrashFill.tsx (+28 -0)

...and 1 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/146 **Author:** [@kazup01](https://github.com/kazup01) **Created:** 12/16/2019 **Status:** ✅ Merged **Merged:** 12/19/2019 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `feat/new-icons` ← **Head:** `fix-icons` --- ### 📝 Commits (3) - [`076841b`](https://github.com/BoostIO/BoostNote-App/commit/076841b85460b752ec4ef6194ba33bd1618a6a5c) Fix icons - [`5c8da82`](https://github.com/BoostIO/BoostNote-App/commit/5c8da82c272880aca439df846eaf6ba586d8942d) Fix icons - [`d56fade`](https://github.com/BoostIO/BoostNote-App/commit/d56fadeec24c814cd5045e515f150ed41c8c88bb) Fix size ### 📊 Changes **21 files changed** (+261 additions, -37 deletions) <details> <summary>View changed files</summary> ➕ `resources/icons/fileOpen.svg` (+11 -0) ➕ `resources/icons/helpOutline.svg` (+9 -0) ➕ `resources/icons/image.svg` (+13 -0) ➕ `resources/icons/tagFill.svg` (+11 -0) ➕ `resources/icons/tags.svg` (+10 -0) ➕ `resources/icons/trashFill.svg` (+20 -0) 📝 `scripts/importIcons.js` (+1 -1) 📝 `src/components/NotePage/NoteDetail/TagList.tsx` (+2 -2) 📝 `src/components/PreferencesModal/PreferencesModal.tsx` (+1 -0) 📝 `src/components/SideNavigator/FolderListFragment.tsx` (+4 -17) 📝 `src/components/SideNavigator/SideNavigator.tsx` (+5 -6) 📝 `src/components/SideNavigator/SideNavigatorItem.tsx` (+0 -4) 📝 `src/components/SideNavigator/TagListFragment.tsx` (+3 -3) 📝 `src/components/Tutorials/TutorialsNavigator.tsx` (+3 -3) ➕ `src/components/icons/FileOpen.tsx` (+27 -0) ➕ `src/components/icons/HelpOutline.tsx` (+27 -0) ➕ `src/components/icons/Image.tsx` (+26 -0) ➕ `src/components/icons/TagFill.tsx` (+27 -0) ➕ `src/components/icons/Tags.tsx` (+26 -0) ➕ `src/components/icons/TrashFill.tsx` (+28 -0) _...and 1 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:22 +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#609
No description provided.