mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #146] [MERGED] Fix icons #609
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#609
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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-icons← Head:fix-icons📝 Commits (3)
076841bFix icons5c8da82Fix iconsd56fadeFix size📊 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.