mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[PR #1531] [CLOSED] [FR] Create a new yellow theme for AppFlowy #4802
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#4802
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/AppFlowy-IO/AppFlowy/pull/1531
Author: @MayurSMahajan
Created: 12/4/2022
Status: ❌ Closed
Base:
main← Head:fr_add_new_yellow_theme_1475📝 Commits (10+)
22366f1feat:add a new all colors theme216f0a2feat:modify appearance cubit to take in themetyped0e8682feat:Add listview of theme optionsfb32aa9feat:Color option according to themef2a60c7feat:separate getting card color2fbe10efeat:add specific color for theme optionb967ec6feat:Change New theme name5a5da6cfix:Remove unused imports5075402refactor:change _setIcon to setIcond08daearefactor:change _traverse to traverse📊 Changes
12 files changed (+113 additions, -47 deletions)
View changed files
📝
frontend/app_flowy/lib/plugins/board/application/card/board_text_cell_bloc.dart(+0 -1)📝
frontend/app_flowy/lib/plugins/board/presentation/board_page.dart(+0 -1)📝
frontend/app_flowy/lib/plugins/grid/application/field/field_service.dart(+0 -1)📝
frontend/app_flowy/lib/workspace/application/appearance.dart(+3 -3)📝
frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_appearance_view.dart(+35 -19)📝
frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_user_view.dart(+2 -2)📝
frontend/app_flowy/lib/workspace/presentation/widgets/emoji_picker/src/emoji_button.dart(+0 -1)📝
frontend/app_flowy/packages/appflowy_board/lib/src/rendering/board_overlay.dart(+0 -1)📝
frontend/app_flowy/packages/appflowy_editor_plugins/lib/src/code_block/code_block_node_widget.dart(+3 -3)📝
frontend/app_flowy/packages/appflowy_editor_plugins/lib/src/math_ equation/math_equation_node_widget.dart(+0 -1)📝
frontend/app_flowy/packages/flowy_infra/lib/theme.dart(+64 -9)📝
frontend/app_flowy/packages/flowy_infra_ui/flowy_infra_ui_platform_interface/lib/src/method_channel_flowy_infra_ui.dart(+6 -5)📄 Description
Description
Solves #1475
Tasks
Impact
The previous AppFlowys app only allowed two themes. This theme control was taken care of by the following approach:
After the PR is merged, changing the theme will be handled in the following steps:
Adding more themes will become much easier.
Naming
This PR adds a new ThemeType to the app. It adds the requested yellow theme. I have named the theme "Anne" because when I showed her a bunch of themes, this was the theme she liked the most. Also, she has been very supportive and welcoming during my journey of making my first contribution to AppFlowy. This is my way of saying Thanks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.