mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 21:00:19 +00:00
[PR #6730] [MERGED] fix: v0.7.3 additional launch review session issues #7548
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#7548
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/6730
Author: @richardshiue
Created: 11/5/2024
Status: ✅ Merged
Merged: 11/7/2024
Merged by: @richardshiue
Base:
main← Head:fix/0.7.3.2-launch-review📝 Commits (10+)
c37fd67fix: focusedDay on is range toggle147042ffix: attempt to fix date reminder7824665chore: alignment issue on windows3213bb5chore: use onFailurea1d3773chore: default for set reminderb9b8ae6chore: code style5128d5ffix: add reminder bug18cf7affix: checklist item alignmentc804289fix: date cell remindersa2fede3chore: regard cell datetime as correct📊 Changes
15 files changed (+441 additions, -244 deletions)
View changed files
📝
frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/date_cell_editor_bloc.dart(+129 -105)📝
frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_row_detail/desktop_row_detail_checklist_cell.dart(+76 -52)📝
frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/checklist_cell_editor.dart(+1 -1)📝
frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/checklist_cell_textfield.dart(+1 -1)📝
frontend/appflowy_flutter/lib/workspace/presentation/widgets/date_picker/appflowy_date_picker_base.dart(+1 -1)📝
frontend/appflowy_flutter/lib/workspace/presentation/widgets/date_picker/desktop_date_picker.dart(+2 -4)📝
frontend/appflowy_flutter/lib/workspace/presentation/widgets/date_picker/widgets/reminder_selector.dart(+11 -6)📝
frontend/appflowy_flutter/test/bloc_test/grid_test/cell/date_cell_bloc_test.dart(+138 -0)📝
frontend/appflowy_tauri/src-tauri/Cargo.lock(+20 -20)📝
frontend/appflowy_tauri/src-tauri/Cargo.toml(+8 -8)📝
frontend/appflowy_web_app/src-tauri/Cargo.lock(+20 -20)📝
frontend/appflowy_web_app/src-tauri/Cargo.toml(+8 -8)📝
frontend/rust-lib/Cargo.lock(+8 -8)📝
frontend/rust-lib/Cargo.toml(+8 -8)📝
frontend/rust-lib/flowy-user/src/user_manager/manager_user_awareness.rs(+10 -2)📄 Description
requires https://github.com/AppFlowy-IO/AppFlowy-Collab/pull/336
When toggling end date aka is range option, the focused day of the calendar doesn't immediately change to the selected date. (no tests)
Checklist item alignment issue due to visual density changes (no tests)

Fix reminders not working at all (tests added)
Fix reminder not being able to be updated twice (tests added), see collab PR and date_cell_bloc_test.dart
https://github.com/user-attachments/assets/ec5e88f3-c083-4a0d-9e2a-21af31a8d1b4
fix a small ui mishap where the date time text field gets updated too quickly
Feature Preview
PR Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.