t3dotgg / quickpic

Turn SVGs into high resolution PNGs in 2 clicks. Built because Theo was mad.
https://quickpic.t3.gg
MIT License
920 stars 184 forks source link

Update the interface to use shadcn/ui #22

Closed Marker-bit closed 2 weeks ago

Marker-bit commented 2 weeks ago
vercel[bot] commented 2 weeks ago

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

Name Status Preview Comments Updated (UTC)
quickpic ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 10, 2024 7:47am
t3dotgg commented 2 weeks ago

Looks marginally better but at the cost of an additional click. Also defaults to light mode even though my machine is dark mode. App should always be locked to dark mode.

Fix conflicts, address those issues, and I'm happy to re-open

Marker-bit commented 2 weeks ago

Looks marginally better but at the cost of an additional click.

I think the dropdown menu would be the best way (radio buttons would take too much space and would look old)

Also defaults to light mode even though my machine is dark mode. App should always be locked to dark mode.

Fixed by adding dark class to body

Adressed in #32