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

Fix projects #292

Merged
merged 13 commits into from
May 31, 2024
Merged

Fix projects #292

merged 13 commits into from
May 31, 2024

Conversation

barel-mishal
Copy link
Contributor

No description provided.

Copy link

vercel bot commented May 28, 2024

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

Name Status Preview Comments Updated (UTC)
maakaf-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 31, 2024 8:58pm

actions/fetchProjectsData.ts Show resolved Hide resolved
actions/fetchProjectsData.ts Show resolved Hide resolved
actions/fetchProjectsData.ts Show resolved Hide resolved
actions/fetchProjectsData.ts Outdated Show resolved Hide resolved
app/[locale]/projects/page.tsx Outdated Show resolved Hide resolved
types/project.ts Show resolved Hide resolved
types/project.ts Show resolved Hide resolved
types/project.ts Outdated Show resolved Hide resolved
@supervxn supervxn mentioned this pull request May 28, 2024
@barel-mishal
Copy link
Contributor Author

All requested changes have been completed. Please let me know if any further modifications are needed.

@Darkmift
Copy link
Collaborator

Good approach seems api response was flattened and simplified.

@barel-mishal
Copy link
Contributor Author

i am a waiting for the approval

Copy link
Contributor

@Tamir198 Tamir198 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work on the changes

@barel-mishal
Copy link
Contributor Author

Ok please let me know what this change is going to merge. I want to add in another branch the fix for images

@Tamir198
Copy link
Contributor

Ok please let me know what this change is going to merge. I want to add in another branch the fix for images

If I was not clear, I liked you changes - good job no need to change anything else

@Darkmift Darkmift merged commit dbf4317 into Maakaf:main May 31, 2024
6 checks passed
@Darkmift Darkmift linked an issue May 31, 2024 that may be closed by this pull request
if (!parsedProjects.success) {
throw new Error(`Failed to parse projects: ${parsedProjects.error}`);
}
console.log(parsedProjects.data[0]);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, any reason to keep console log here?

@@ -38,6 +38,8 @@ export default function ProjectCard({

const t = useTranslations('Projects');

console.log(owner, name)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question in here

@Tamir198
Copy link
Contributor

Tamir198 commented Jun 1, 2024

@barel-mishal

Sorry I didn't noticed that this PR was already merged, if its got merged you can ignore my suggestions.

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.

Projects not loading
3 participants