thtauhid / terminal-portfolio

A portfolio site that looks and feels like a terminal. Built with React + Tailwind.
https://my-terminal-portfolio.vercel.app/
MIT License
28 stars 24 forks source link

Feat/new themes #76

Closed Vilayat-Ali closed 12 months ago

Vilayat-Ali commented 1 year ago
  1. Added 3 new themes - ubuntu, arch, matrix
  2. added validation and execution function for theme related functionality.
  3. Run theme to get list all commands associated to theme.
  4. Run theme list to get list all available themes.
  5. Run theme set to set theme to

Screenshot from 2023-10-05 03-42-43

Screenshot from 2023-10-05 03-42-33

Screenshot from 2023-10-05 03-42-07

Screenshot from 2023-10-05 03-41-47

vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated (UTC)
terminal-portfolio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 5, 2023 7:00pm
thtauhid commented 1 year ago

Nice work. I really like the implementation. Can you take care of the following-

  1. We are migrating all features of Homepage to Profile page as Homepage will be rebuilt. Please migrate this feature to the Profile page.
  2. Ideally, the full command should be stored in history. It's just storing the first word. image

I'm super excited for this feature.

Vilayat-Ali commented 1 year ago

Changes are on their way

Vilayat-Ali commented 1 year ago

Should I migrate the functionality from Home.tsx to Page.tsx and then remove functionality from Home.tsx?

Vilayat-Ali commented 1 year ago

Fix: : Migrated theme functionality to Profile.tsx and fixed incomplete command history entries.

Vilayat-Ali commented 12 months ago

@thtauhid all changes have been made as per requested earlier. Can you quickly look into it and merge it?

thtauhid commented 12 months ago

@Vilayat-Ali checking this now.

thtauhid commented 12 months ago

@Vilayat-Ali nice work.