mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #406] [CLOSED] Add colored folders system #746
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#746
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/406
Author: @lahgolz
Created: 4/14/2020
Status: ❌ Closed
Base:
master← Head:colored-folder📝 Commits (4)
0069845Add colored folders system497e82dAdd tests4435da9Add translation for color change popup2905699Add translation for new folder popup📊 Changes
31 files changed (+714 additions, -43 deletions)
View changed files
📝
package-lock.json(+44 -0)📝
package.json(+2 -0)📝
src/components/SideNavigator/FolderListFragment.tsx(+27 -3)📝
src/components/SideNavigator/SideNavigator.tsx(+48 -14)➕
src/components/atoms/dialog/DialogColorPicker.tsx(+99 -0)📝
src/components/atoms/dialog/styled.ts(+52 -0)➕
src/components/molecules/FolderConfigDialogBody.tsx(+104 -0)📝
src/components/molecules/SideNavigatorItem.tsx(+12 -1)📝
src/components/organisms/Dialog.tsx(+9 -0)➕
src/lib/colors.ts(+23 -0)📝
src/lib/db/NoteDb.spec.ts(+39 -0)📝
src/lib/db/NoteDb.ts(+2 -0)📝
src/lib/db/createStore.ts(+51 -3)📝
src/lib/db/store.spec.ts(+43 -0)📝
src/lib/db/types.ts(+1 -0)📝
src/lib/dialog.tsx(+35 -6)📝
src/lib/styled/styleFunctions.ts(+6 -1)📝
src/locales/de.ts(+4 -0)📝
src/locales/enUS.ts(+3 -0)📝
src/locales/esES.ts(+3 -0)...and 11 more files
📄 Description
Issue #334
Description
Added a color picker system to add custom colors to folders.
Screenshots
Tests
IssueHunt Summary
Referenced issues
This pull request has been submitted to:
IssueHunt has been backed by the following sponsors. Become a sponsor
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.