-
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
Fix: drop dynamic field to support links in components #2
base: main
Are you sure you want to change the base?
Fix: drop dynamic field to support links in components #2
Conversation
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
This simplifies our data structure and allows components to have lexical fields which relations to media and collections get auto populated based on the content within lexical.
Potentially breaking... so will be
v0.2.0
PR Type
Enhancement, Documentation
Description
Refactored handling of media and links in Lexical editor.
Simplified backend logic for managing relations to collections and media.
Links
component for all collections.Updated README with detailed usage and integration instructions.
Changes walkthrough 📝
Input.tsx
Refactor media and link handling in Input component
admin/src/components/Input.tsx
LinkModal.tsx
Update type for highlightText function
admin/src/components/LinkModal.tsx
bootstrap.ts
Simplify component management for media and links
server/src/bootstrap.ts
Links
component for all collections.lexical-search.ts
Refactor search logic for Lexical editor
server/src/controllers/lexical-search.ts
README.md
Update README with enhanced usage and integration details
README.md