Skip to content
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

feat: toggle highlight using ctrl/cmd + shift + h #333

Merged
merged 6 commits into from
Aug 29, 2023

Conversation

MayurSMahajan
Copy link
Contributor

Solves: #327

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Merging #333 (d2279b0) into main (f5c6dc2) will decrease coverage by 0.01%.
Report is 3 commits behind head on main.
The diff coverage is 64.00%.

@@            Coverage Diff             @@
##             main     #333      +/-   ##
==========================================
- Coverage   76.07%   76.07%   -0.01%     
==========================================
  Files         252      253       +1     
  Lines       10182    10214      +32     
==========================================
+ Hits         7746     7770      +24     
- Misses       2436     2444       +8     
Files Changed Coverage Δ
...uts/command_shortcut_events/markdown_commands.dart 95.23% <0.00%> (ø)
...command_shortcut_events/toggle_colors_command.dart 65.21% <65.21%> (ø)
...tor/block_component/standard_block_components.dart 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

@LucasXu0
Copy link
Collaborator

LucasXu0 commented Jul 21, 2023

The logic does not seem correct. We should cancel the highlight color if it is not equal to the defaultHighlightColor, and the defaultHighlightColor need to be customizable.

@LucasXu0 LucasXu0 marked this pull request as draft August 2, 2023 02:05
@Xazin
Copy link
Collaborator

Xazin commented Aug 3, 2023

Hey @MayurSMahajan, do you need help with this?

@MayurSMahajan MayurSMahajan marked this pull request as ready for review August 4, 2023 07:53
@MayurSMahajan
Copy link
Contributor Author

MayurSMahajan commented Aug 4, 2023

@Xazin yes you can help me, please review the PR and let me know of any improvements

@Xazin Xazin requested a review from LucasXu0 August 14, 2023 13:38
@LucasXu0 LucasXu0 merged commit 7a03439 into AppFlowy-IO:main Aug 29, 2023
8 of 10 checks passed
@MayurSMahajan MayurSMahajan deleted the fr_highlight_cmd_327 branch August 29, 2023 10:31
q200892907 added a commit to q200892907/appflowy-editor that referenced this pull request Sep 5, 2023
* main:
  feat: simplify auto scroll behavior in ScrollServiceWidget (AppFlowy-IO#437)
  chore: bump version 1.3.0 (AppFlowy-IO#435)
  fix: better column resize performance (AppFlowy-IO#434)
  fix: table padding and selection (AppFlowy-IO#432)
  fix: table block bugs (AppFlowy-IO#431)
  fix: refactor text alignment handling in block components
  Revert "fix: remove flutter overlay (AppFlowy-IO#358)" (AppFlowy-IO#427)
  feat: support alignment for block component (AppFlowy-IO#425)
  fix: remove flutter overlay (AppFlowy-IO#358)
  feat: toggle highlight using ctrl/cmd + shift + h (AppFlowy-IO#333)
  feat: table plugin (AppFlowy-IO#62)
  feat: editor state update node (AppFlowy-IO#405)
  fix: exception on prev node text direction null (AppFlowy-IO#404)
  fix: html encoder not adding multiple text decorations (AppFlowy-IO#424)
  feat: default text direction property (AppFlowy-IO#402)
  fix: fixed the cursor not moving to next line after inserting divider (AppFlowy-IO#371)
  chore: update theme colors for editor
  feat: refactor floating toolbar positioning logic
  fix: update resizable image width calculation with minimum width constraint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants