-
-
Notifications
You must be signed in to change notification settings - Fork 0
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(editor): [TASK-227] implement text formatting features #414
Closed
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
…b and add delete functionality
…b and add delete functionality
…ing and delete option
…for improved interactivity
… for enhanced color selection
… for enhanced color selection
…ute computations and improving template structure
…re for improved organization
…d layout and organization
…r for improved functionality
…d for enhanced text formatting options
…anced tooltip handling and formatting
…lesPopover and ColorPicker components
…ontentEditor with new menus
- update dependencies
…nu with action handlers
…RO_TOKEN in the command
…pendency installation
…mple environment file
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #414 +/- ##
==========================================
- Coverage 92.17% 91.60% -0.58%
==========================================
Files 368 369 +1
Lines 4296 4323 +27
Branches 376 381 +5
==========================================
Hits 3960 3960
- Misses 201 228 +27
Partials 135 135 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
This pull request introduces the integration of Tiptap Pro token across various files and configurations to access the Tiptap Pro registry. Additionally, it includes updates to dependencies and some minor changes to code formatting and author references.
Integration of Tiptap Pro token:
.env.example
: AddedTIPTAP_PRO_TOKEN
environment variable..github/actions/analysis/check/action.yml
,.github/actions/analysis/security/action.yml
,.github/actions/docker/frontend/action.yml
,.github/actions/install/node/action.yml
: Addedtiptap-pro-token
input and integrated it into the workflow steps. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11].github/workflows/codeql.yml
,.github/workflows/deploy-main-stage.yml
,.github/workflows/dev-commit-stage.yml
: IntegratedTIPTAP_PRO_TOKEN
into the workflows using secrets. [1] [2] [3] [4] [5] [6] [7] [8].npmrc
,apps/frontend/.npmrc
: Configured Tiptap Pro registry and authentication token. [1] [2]Dockerfile
: Added environment variable for Tiptap Pro token.Dependency updates:
.nvmrc
: Updated Node.js version to21.7.3
..github/actions/install/node/action.yml
: Updatedpnpm/action-setup
to version 4.Code formatting and author references:
Makefile
: Updated author's social media handle.apps/frontend/apps/lyra-app/app.vue
,apps/frontend/apps/lyra-app/components/UserAuthForm.vue
: Improved code formatting and added font imports. [1] [2] [3] [4] [5] [6] [7]