mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[PR #5418] [MERGED] feat: sidebar UI Revamp on mobile #6807
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#6807
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/5418
Author: @LucasXu0
Created: 5/27/2024
Status: ✅ Merged
Merged: 5/30/2024
Merged by: @LucasXu0
Base:
main← Head:sidebar_mobile📝 Commits (10+)
0999746chore: replace settings icon and expand iconf639bd2feat: use tabbar view to control the spaces94929effeat: improve space UI design on mobilef313bdcfeat: improve recent space UI design on mobile81a8e4dfeat: improve recent space UI design on mobileb29d01bfeat: improve favorite space UI design on mobile1498bbafeat: improve header UI design on mobile1f57d76feat: expand header height00915acfeat: update BottomNavigationBarItem icon8f7c915fix: recent views and favorite views doesn't reload after switching workspace📊 Changes
69 files changed (+1917 additions, -361 deletions)
View changed files
📝
frontend/appflowy_flutter/lib/core/config/kv_keys.dart(+11 -0)📝
frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_add_new_page.dart(+5 -5)📝
frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_item.dart(+88 -1)📝
frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_item_body.dart(+100 -37)📝
frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/default_mobile_action_pane.dart(+13 -0)📝
frontend/appflowy_flutter/lib/mobile/presentation/favorite/mobile_favorite_folder.dart(+6 -5)📝
frontend/appflowy_flutter/lib/mobile/presentation/favorite/mobile_favorite_page.dart(+0 -5)➕
frontend/appflowy_flutter/lib/mobile/presentation/home/favorite_folder/favorite_space.dart(+114 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/home/home_space/home_space.dart(+34 -0)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_folders.dart(+30 -1)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart(+27 -69)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page_header.dart(+9 -7)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/mobile_home_recent_views.dart(+2 -1)➕
frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/recent_space.dart(+86 -0)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/section_folder/mobile_home_section_folder.dart(+22 -24)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/section_folder/mobile_home_section_folder_header.dart(+9 -11)➕
frontend/appflowy_flutter/lib/mobile/presentation/home/shared/empty_placeholder.dart(+55 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/home/shared/mobile_view_card.dart(+396 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/home/tab/_round_underline_tab_indicator.dart(+101 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/home/tab/_tab_bar.dart(+56 -0)...and 49 more files
📄 Description
Feature Preview
Used to check the CI status.
PR Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.