-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(flutter): implement mention date transaction handler #6933
Merged
richardshiue
merged 4 commits into
AppFlowy-IO:main
from
richardshiue:fix/delete-reminder
Dec 9, 2024
Merged
fix(flutter): implement mention date transaction handler #6933
richardshiue
merged 4 commits into
AppFlowy-IO:main
from
richardshiue:fix/delete-reminder
Dec 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
richardshiue
force-pushed
the
fix/delete-reminder
branch
from
December 7, 2024 04:26
c00b916
to
e37d759
Compare
richardshiue
changed the title
fix: implement mention date transaction handler
fix(flutter): implement mention date transaction handler
Dec 7, 2024
richardshiue
force-pushed
the
fix/delete-reminder
branch
from
December 7, 2024 05:01
e37d759
to
d7dc016
Compare
Xazin
approved these changes
Dec 7, 2024
LucasXu0
reviewed
Dec 9, 2024
...utter/lib/plugins/document/presentation/editor_plugins/mention/date_transaction_handler.dart
Show resolved
Hide resolved
LucasXu0
pushed a commit
to LucasXu0/AppFlowy
that referenced
this pull request
Dec 9, 2024
…#6933) * fix: implement mention date transaction handler * test: add integration tests * chore: code cleanup * chore: early return if null delta
LucasXu0
added a commit
that referenced
this pull request
Dec 9, 2024
* feat: add same delete design in database (#6620) * add same delete design in database * fix: remove padding when widget is null or function is null * fix(desktop): resize sidebar menu regression (#6897) * fix: initial ai chat load (#6920) * fix: unable to open local file using afLaunchUrl function (#6927) * fix: unable to open local file using afLaunchUrl function * chore: use the latest api to open the local file * chore: use the latest api to open the local file * chore: use the latest api to open the local file * test: add local paht regex test * fix(flutter): implement mention date transaction handler (#6933) * fix: implement mention date transaction handler * test: add integration tests * chore: code cleanup * chore: early return if null delta * fix(flutter_desktop): clicking on empty space when editing a cell sho… (#6949) * fix(flutter_desktop): clicking on empty space when editing a cell shouldn't close event card * test: fix integration tests * chore: bump version 0.7.7 * fix: hotfix issues for v0.7.7 (#6948) * fix: include link preview block and file block in exported markdown * test: include link preview block and file block in exported markdown * chore: remove unused logs * chore: update editor version * fix: "+" menu should be close after pressing space * test: cancel inline page reference menu by space * chore: update editor version * chore: remove unused logs --------- Co-authored-by: Ahad Patel <69256193+Ahad-patel@users.noreply.github.com> Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
resolve #6913
TODO: fix, test(done)Feature Preview
PR Checklist