Fix application menu size#197
Merged
appflowy merged 1 commit intoAppFlowy-IO:mainfrom Dec 24, 2021
MikeWallaceDev:fix_application_menu_size_141
Merged
Fix application menu size#197appflowy merged 1 commit intoAppFlowy-IO:mainfrom MikeWallaceDev:fix_application_menu_size_141
appflowy merged 1 commit intoAppFlowy-IO:mainfrom
MikeWallaceDev:fix_application_menu_size_141
Conversation
zoli
pushed a commit
to LucasXu0/AppFlowy
that referenced
this pull request
Aug 30, 2023
…nt (AppFlowy-IO#197) * feat: added support for markdown codeblock to be converted to ducument * test: added test for code block support for markdown to document conversion * fix: disabled encode html which use to cause covert double quotes to " * fix: the issue of all code being displayed in single line is fixed * fix: fixed failing checks * fix: fixed failing checks * fix: fixed failing test * Update lib/src/plugins/markdown/decoder/delta_markdown_decoder.dart Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> * fix: made changes from the code review * refactor: made changes in code to handle edge cases and made changes given in code review * fix: fixed failing checks --------- Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
839900146
pushed a commit
to 839900146/AppFlowy
that referenced
this pull request
Jun 6, 2024
* chore: return ok when token is empty * chore: remove json payload size limit * chore: clippy
asjqkkkk
pushed a commit
to asjqkkkk/AppFlowy
that referenced
this pull request
Aug 20, 2025
This file contains hidden or 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
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.
removed the SizedBox. Leaving the size to adjust automatically depending on the footer's content.
Fixes #141