kossiitkgp / KWoC-Frontend

Frontend Repo for Kharagpur Winter of Code, built in React
https://kwoc.kossiitkgp.org/
GNU General Public License v3.0
21 stars 40 forks source link

Added Past programs section and Page #180

Closed zetabug closed 9 months ago

vercel[bot] commented 9 months ago

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

Name Status Preview Comments Updated (UTC)
kwoc-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 28, 2023 11:53am
zetabug commented 9 months ago

@chirag-ghosh I made the necessary changes. Take a look.

harshkhandeparkar commented 9 months ago

@zetabug Please resolve the conflicts and I will merge this.

zetabug commented 9 months ago

I made the changes in my github repo, I don't know, why it is showing many failures.

On Mon, 27 Nov, 2023, 21:29 Harsh Khandeparkar, @.***> wrote:

@.**** commented on this pull request.

In src/components/ProgramCard.tsx https://github.com/kossiitkgp/KWoC-Frontend/pull/180#discussion_r1406387776 :

@@ -0,0 +1,54 @@ +interface Program {

  • year: number;
  • participants: number;
  • prs: number;

@zetabug https://github.com/zetabug this isn't resolved yet.

— Reply to this email directly, view it on GitHub https://github.com/kossiitkgp/KWoC-Frontend/pull/180#discussion_r1406387776, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARIA4MIAZHNX7B3ZWBHKHK3YGS2HJAVCNFSM6AAAAAA7R3V2V6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTONJQG44TKMRRHA . You are receiving this because you were mentioned.Message ID: @.***>

harshkhandeparkar commented 9 months ago

I made the changes in my github repo, I don't know, why it is showing many failures. On Mon, 27 Nov, 2023, 21:29 Harsh Khandeparkar, @.> wrote: @*.*** commented on this pull request. ------------------------------ In src/components/ProgramCard.tsx <#180 (comment)> : > @@ -0,0 +1,54 @@ +interface Program { + year: number; + participants: number; + prs: number; @zetabug https://github.com/zetabug this isn't resolved yet. — Reply to this email directly, view it on GitHub <#180 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARIA4MIAZHNX7B3ZWBHKHK3YGS2HJAVCNFSM6AAAAAA7R3V2V6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTONJQG44TKMRRHA . You are receiving this because you were mentioned.Message ID: @.>

@zetabug run pnpm build locally, it will show you the errors. If you fix those errors locally, the build should work.

zetabug commented 9 months ago

I made the changes in my github repo, I don't know, why it is showing many failures. On Mon, 27 Nov, 2023, 21:29 Harsh Khandeparkar, @.**> wrote: @.*** commented on this pull request. ------------------------------ In src/components/ProgramCard.tsx <#180 (comment)> : > @@ -0,0 +1,54 @@ +interface Program { + year: number; + participants: number; + prs: number; @zetabug https://github.com/zetabug this isn't resolved yet. — Reply to this email directly, view it on GitHub <#180 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARIA4MIAZHNX7B3ZWBHKHK3YGS2HJAVCNFSM6AAAAAA7R3V2V6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTONJQG44TKMRRHA . You are receiving this because you were mentioned.Message ID: @.***>

@zetabug run pnpm build locally, it will show you the errors. If you fix those errors locally, the build should work.

got it thanks @harshkhandeparkar

harshkhandeparkar commented 9 months ago

Thank you for your contribution @zetabug! :rocket: