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

Use code-editors for user input fields #33

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

leon-schmid
Copy link
Member

This PR upgrades to user input fields to code-editors with syntax highlighting, formatting and, when applicable, showing syntax errors.

Copy link

vercel bot commented Oct 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
admyral-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 9, 2024 0:48am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
admyral ⬜️ Ignored (Inspect) Oct 9, 2024 0:48am

Comment on lines +11 to +13
function mergeCSSClasses(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move this function to utils/tailwind.ts and rename it to cn? I've seen this in some other repositories like that and seems to me like a best practice.

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.

2 participants