mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #984] [MERGED] Add sepia and solarized dark theme (discard old themes) #1063
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#1063
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/984
Author: @Komediruzecki
Created: 6/3/2021
Status: ✅ Merged
Merged: 6/4/2021
Merged by: @Rokt33r
Base:
master← Head:feature/add-sepia-and-solarized-dark-theme📝 Commits (3)
420e77cAdd v2 theme colors for local spacee155d68Remove old local themes756128fFix bug in discared GeneralTheme📊 Changes
46 files changed (+238 additions, -1073 deletions)
View changed files
📝
src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/DocAssigneeSelect.tsx(+4 -2)📝
src/components/App.tsx(+1 -1)➖
src/components/GlobalStyle.tsx(+0 -71)📝
src/components/PreferencesModal/GeneralTab.tsx(+3 -2)📝
src/components/PreferencesModal/MigrationTab.tsx(+1 -1)📝
src/components/PreferencesModal/PreferencesModal.tsx(+1 -1)📝
src/components/Router.tsx(+1 -1)📝
src/components/atoms/Alert.tsx(+3 -3)📝
src/components/atoms/BottomBarButton.tsx(+1 -2)📝
src/components/atoms/PageContainer.tsx(+1 -1)📝
src/components/atoms/TagNavigatorListItem.tsx(+10 -7)📝
src/components/atoms/markdown/CodeFence.tsx(+1 -1)📝
src/components/molecules/BoostHubFeatureIntro.tsx(+6 -6)📝
src/components/molecules/Export/ExportProgressItem.tsx(+6 -0)📝
src/components/molecules/FolderDetailListItem.tsx(+5 -2)📝
src/components/organisms/AppNavigator.tsx(+1 -1)📝
src/components/organisms/SearchModal.tsx(+2 -1)📝
src/components/pages/AttachmentsPage.tsx(+4 -3)📝
src/components/pages/BoostHubAccountDeletePage.tsx(+1 -1)📝
src/components/pages/BoostHubLoginPage.tsx(+1 -1)...and 26 more files
📄 Description
Add sepia and solarized dark theme (discard old themes)
Add sepia v2 theme colors (according to latest design)
Add solarized dark v2 theme colors (according to latest design)
Add sidebar search higlight colors (persistent across themes)
Remove all themes
Remove all style functions (port other to shared)
Refactor everything to use new v2 theme and shared components/theme (few more components)
Fix bug in discared GeneralTheme
Improve export progress item to show link on push message after message export
Improve PouchDBDeprecation page to include export option as well
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.