-
Notifications
You must be signed in to change notification settings - Fork 11
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/code editor #64
Feat/code editor #64
Conversation
✅ Deploy Preview for giffium ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
@@ -51,6 +46,7 @@ import { toast } from 'solid-sonner' | |||
import { Separator } from './ui/separator' | |||
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from './ui/select' | |||
import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './ui/accordion' | |||
import ShikiCodeBlock from './ui/shiki-code-block' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The .ui/ directory is only for generated components from SolidUI. Go ahead and move this up one level.
"solid-color": "^0.0.4", | ||
"solid-icons": "^1.1.0", | ||
"solid-js": "^1.9.1", | ||
"solid-shiki-textarea": "^0.1.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure this dependency is being used anymore.
Any updates on this? |
This PR has been hanging a bit. I ended fixing the merge conflict and my comments on this PR in a new PR #69 |
closes #57