mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #132] [MERGED] Add themes #596
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#596
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/132
Author: @kazup01
Created: 12/12/2019
Status: ✅ Merged
Merged: 12/13/2019
Merged by: @Rokt33r
Base:
master← Head:add-theme📝 Commits (10+)
79b393dAdd themese5d703aSet Up8920e1aSet Up Themes8456b90Added & Modified Style Functions0072e0bModified Side Nav207cafaModified Side Nav56ac40fAdjusted Conrtol Color & Positionfa37dd7Adjusted Width of the Input & Selecte38bd02Added Tiny Spacea28f639Adjusted Icon Colors📊 Changes
16 files changed (+267 additions, -65 deletions)
View changed files
📝
src/components/App.tsx(+17 -6)📝
src/components/NotePage/NoteList/NoteList.tsx(+3 -2)📝
src/components/PreferencesModal/EditorTab.tsx(+1 -1)📝
src/components/PreferencesModal/GeneralTab.tsx(+1 -3)📝
src/components/PreferencesModal/styled.tsx(+2 -0)📝
src/components/SideNavigator/ControlButton.tsx(+7 -3)📝
src/components/SideNavigator/SideNavigator.tsx(+6 -6)📝
src/components/SideNavigator/SideNavigatorItem.tsx(+6 -4)📝
src/lib/i18n/enUS.ts(+1 -1)📝
src/lib/i18n/ja.ts(+1 -1)📝
src/lib/preferences/types.ts(+1 -1)📝
src/lib/styled/styleFunctions.ts(+11 -2)➕
src/lib/styled/themes/dark.ts(+58 -0)📝
src/lib/styled/themes/default.ts(+31 -35)➕
src/lib/styled/themes/light.ts(+59 -0)➕
src/lib/styled/themes/sepia.ts(+62 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.