-
Notifications
You must be signed in to change notification settings - Fork 7
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
NEXT-38863 - implement new text editor component #377
Merged
Merged
+4,455
−60
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
jleifeld
force-pushed
the
next-38863/implement-new-text-editor-component
branch
from
November 22, 2024 15:39
5f72e3a
to
266577f
Compare
jleifeld
force-pushed
the
next-38863/implement-new-text-editor-component
branch
from
December 5, 2024 16:03
266577f
to
143125f
Compare
jleifeld
force-pushed
the
next-38863/implement-new-text-editor-component
branch
from
December 6, 2024 15:53
143125f
to
9caec18
Compare
jleifeld
force-pushed
the
next-38863/implement-new-text-editor-component
branch
from
December 10, 2024 14:35
9caec18
to
a25a47b
Compare
jleifeld
force-pushed
the
next-38863/implement-new-text-editor-component
branch
from
December 10, 2024 15:56
a25a47b
to
bdbf50f
Compare
jleifeld
force-pushed
the
next-38863/implement-new-text-editor-component
branch
from
December 11, 2024 08:23
bdbf50f
to
5a0c1d7
Compare
jleifeld
force-pushed
the
next-38863/implement-new-text-editor-component
branch
from
December 11, 2024 08:33
5a0c1d7
to
5cdd87b
Compare
jleifeld
force-pushed
the
next-38863/implement-new-text-editor-component
branch
from
December 11, 2024 08:47
5cdd87b
to
32638d5
Compare
Haberkamp
reviewed
Dec 11, 2024
...onent-library/src/components/form/mt-text-editor/_internal/mt-text-editor-toolbar-button.vue
Outdated
Show resolved
Hide resolved
jleifeld
force-pushed
the
next-38863/implement-new-text-editor-component
branch
from
December 18, 2024 13:39
859c702
to
b1c5356
Compare
jleifeld
force-pushed
the
next-38863/implement-new-text-editor-component
branch
from
December 18, 2024 14:24
b1c5356
to
8cae3b8
Compare
I just saw during the platform migration that the following features are missing:
// EDIT: |
seggewiss
previously approved these changes
Dec 20, 2024
seggewiss
approved these changes
Dec 31, 2024
This was referenced Jan 2, 2025
Haberkamp
approved these changes
Jan 7, 2025
tajespasarela
approved these changes
Jan 7, 2025
Haberkamp
pushed a commit
that referenced
this pull request
Jan 8, 2025
* NEXT-38863 - implement new text editor component * Refactor translations to native i18n plugin * NEXT-38863 - fix pipeline jobs * Apply code formatting and fixable ESLint issues * Apply code formatting and fixable ESLint issues * Apply code formatting and fixable ESLint issues * NEXT-38863 - add properties disabled, placeholder, label and error * Apply code formatting and fixable ESLint issues * NEXT-38863 - update snapshots and changelog --------- Co-authored-by: jleifeld <[email protected]>
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.
What?
Implement a text editor component with tiptap. Complete documentation and usage of the documentation can be found in Storybook: "Components/Form/mt-text-editor/docs". I recommend to read the documentation there to understand how it can be used.
Images