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/code editor #64

Closed
wants to merge 4 commits into from
Closed

Conversation

Salman2301
Copy link
Contributor

@Salman2301 Salman2301 commented Nov 3, 2024

closes #57

Copy link

netlify bot commented Nov 3, 2024

Deploy Preview for giffium ready!

Name Link
🔨 Latest commit 0a5f061
🔍 Latest deploy log https://app.netlify.com/sites/giffium/deploys/6726d1502add3a0008b9e8da
😎 Deploy Preview https://deploy-preview-64--giffium.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

socket-security bot commented Nov 3, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@types/jest@29.5.14 Transitive: environment, filesystem +32 1.51 MB types
npm/dprint@0.47.5 environment, filesystem, shell 0 8.07 kB dsherret

View full report↗︎

@@ -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'
Copy link
Owner

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",
Copy link
Owner

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.

@cmgriffing
Copy link
Owner

Any updates on this?

@cmgriffing cmgriffing mentioned this pull request Nov 14, 2024
@cmgriffing
Copy link
Owner

This PR has been hanging a bit. I ended fixing the merge conflict and my comments on this PR in a new PR #69

@cmgriffing cmgriffing closed this Nov 14, 2024
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.

Add Syntax Highlighting to Start/End input textareas
2 participants