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(editor): [TASK-227] implement text formatting features #414

Closed
wants to merge 54 commits into from

Conversation

yacosta738
Copy link
Collaborator

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: Added TIPTAP_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: Added tiptap-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: Integrated TIPTAP_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:

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]

…ute computations and improving template structure
Copy link

Copy link

codecov bot commented Nov 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.60%. Comparing base (90bc7a5) to head (d1ae772).
Report is 5 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@yacosta738 yacosta738 closed this Nov 19, 2024
@yacosta738 yacosta738 deleted the feature/Implement-Text-Formatting-Features branch November 19, 2024 14:51
@yacosta738 yacosta738 restored the feature/Implement-Text-Formatting-Features branch November 19, 2024 14:51
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.

1 participant