feat(editor): add floating toolbar for quick formatting - #612
Draft
louloudev59 wants to merge 2 commits into
Draft
feat(editor): add floating toolbar for quick formatting#612louloudev59 wants to merge 2 commits into
louloudev59 wants to merge 2 commits into
Conversation
Smaug6739
self-requested a review
July 18, 2026 06:39
Smaug6739
requested changes
Jul 18, 2026
Owner
There was a problem hiding this comment.
- Please remove useless imports from vue (no need with nuxt)
- Dont use custom
fiveColorsvariable. Application colors are available inconstants.ts - Please remove useless AI comments
- Fix toolbar position during scroll (see video)
- Add translations for
common.actions.back(does'nt exist) - Remove useless css
!importantrules - Please use css variables for shadows and don't use custom fonts (if necessary use css variables)
- Don't use
:deep(svg)to resize icons.<Icon />component supportdisplayandsizeprops.
Screencast.From.2026-07-18.10-59-02.mp4
Owner
|
Hey @louloudev59 , are you still working on it ? |
…r review because i forgot to push it sorry
Smaug6739
marked this pull request as draft
August 11, 2026 08:46
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.
just need to fix the "Clear formatting" icon
