aadeshkulkarni / figuringout

Blogging + Social Media + AI | Opensource | Javascript | ReactJS | HonoJS | Prisma
https://figuringout.life
MIT License
72 stars 78 forks source link

Enhancement | Light / Dark Mode #229

Open vverma022 opened 3 days ago

vverma022 commented 3 days ago

Pull Request Title

Dark/Light Mode Implementation

Description

Implements Dark mode for the website with the use of Shadcn UI. Also makes Appbar responsive when viewing in smaller sized screens.

Resolves #150

Linked Issues

Type of Change

Changes

Screenshots/Recordings

Screenshot 2024-06-30 at 11 17 37 AM

https://github.com/aadeshkulkarni/figuringout/assets/109036913/18242c20-fba4-4448-804e-166d34e001fe

Checklist before requesting a review

Additional Notes

vercel[bot] commented 3 days ago

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

Name Status Preview Comments Updated (UTC)
medium-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 30, 2024 3:46pm
aadeshkulkarni commented 3 days ago

@vverma022 - npm build fails

vverma022 commented 3 days ago

@vverma022 - npm build fails

I have some dependencies not installed ?

aadeshkulkarni commented 3 days ago

@vverma022 - npm build fails

I have some dependencies not installed ?

You need to run the npm run build command on the frontend project to check & fix errors.

aadeshkulkarni commented 28 minutes ago
  1. The border color for dark mode is very light. It's creating a bad UX. Can you please keep the border to border-slate-800 from border-gray-200 ?
  2. Dark mode: The default text color can be a darker shade across the app. text-gray-100/200 / text-slate-100/200
vverma022 commented 18 minutes ago
  1. The border color for dark mode is very light. It's creating a bad UX. Can you please keep the border to border-slate-800 from border-gray-200 ?

  2. Dark mode: The default text color can be a darker shade across the app. text-gray-100/200 / text-slate-100/200

Alright will implement these changes