[PR #984] [MERGED] Add sepia and solarized dark theme (discard old themes) #1063

Closed
opened 2026-03-03 00:24:28 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: feature/add-sepia-and-solarized-dark-theme


📝 Commits (3)

  • 420e77c Add v2 theme colors for local space
  • e155d68 Remove old local themes
  • 756128f Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/984 **Author:** [@Komediruzecki](https://github.com/Komediruzecki) **Created:** 6/3/2021 **Status:** ✅ Merged **Merged:** 6/4/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `feature/add-sepia-and-solarized-dark-theme` --- ### 📝 Commits (3) - [`420e77c`](https://github.com/BoostIO/BoostNote-App/commit/420e77caf1e80f5dc056e0d16c60b9221a6092dd) Add v2 theme colors for local space - [`e155d68`](https://github.com/BoostIO/BoostNote-App/commit/e155d68cf2f4ac7443fe3d40a91cb08dc2d4f1c7) Remove old local themes - [`756128f`](https://github.com/BoostIO/BoostNote-App/commit/756128f8b81461a5ab946f80dbd9c4af51d595a1) Fix bug in discared GeneralTheme ### 📊 Changes **46 files changed** (+238 additions, -1073 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:24:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#1063
No description provided.