mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[PR #1088] [MERGED] Implement custom font settings #1139
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#1139
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/1088
Author: @Komediruzecki
Created: 8/12/2021
Status: ✅ Merged
Merged: 8/14/2021
Merged by: @Rokt33r
Base:
master← Head:feature/add-customizable-font-preferences📝 Commits (4)
5d937eaImplement custom font settings43a1086Fix ref hooks1ee7921Discard unnecessary memo hooks6188ca6Fix white out issue📊 Changes
26 files changed (+164 additions, -36 deletions)
View changed files
📝
src/cloud/components/molecules/Editor/EditorAdmonitionToolDropdown.tsx(+2 -2)📝
src/cloud/components/molecules/Editor/EditorHeaderToolDropdown.tsx(+2 -2)📝
src/cloud/components/molecules/Editor/index.tsx(+21 -3)📝
src/cloud/components/molecules/RelativeDialog/RelativeDialog.tsx(+2 -2)📝
src/cloud/components/molecules/Timeline/TimelineList.tsx(+2 -2)📝
src/cloud/components/organisms/EventSource.tsx(+1 -1)📝
src/cloud/components/organisms/ImportFlow/molecules/ImportFlowDestination.tsx(+2 -2)📝
src/cloud/components/organisms/Modal/contents/TemplatesModal/index.tsx(+2 -2)📝
src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/FolderContextMenu.tsx(+2 -2)📝
src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/TagContextMenu.tsx(+2 -2)📝
src/cloud/components/organisms/settings/SettingsComponent.tsx(+3 -3)📝
src/cloud/components/organisms/settings/UserPreferencesForm.tsx(+70 -1)📝
src/cloud/lib/i18n/enUS.ts(+2 -0)📝
src/cloud/lib/i18n/fr.ts(+2 -0)📝
src/cloud/lib/i18n/ja.ts(+2 -0)📝
src/cloud/lib/i18n/types.ts(+2 -0)📝
src/cloud/lib/i18n/zhCN.ts(+2 -0)📝
src/cloud/lib/stores/settings/store.ts(+3 -0)📝
src/cloud/lib/stores/settings/types.ts(+2 -0)📝
src/components/App.tsx(+3 -0)...and 6 more files
📄 Description
Add font size and family to Account Preferences
Add translations keys and translations for all supported languages for new Settings
Update mobile and desktop app code mirror editor to respect font size and font families
Tested in desktop app
Changing font works
Changing font family works
Changing languages shows correct preferences descriptions
Changing font family loses focus after update (not sure why it happens here and not in local space)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.