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

feat: add table for dashboard page #64

Conversation

Shyam-Raghuwanshi
Copy link

What does this PR do?

This PR is adding a table for showing the project title, slug and id

Fixes #59

Loom Video: https://www.loom.com/share/4d056895dbf944d09d8627beef3b95bd?sid=41cf12d0-0212-4b2a-bf52-464d597c58e2

image

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

Thank you for following the naming conventions! 🙏

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

Hey there, there is a merge conflict, can you take a look?

@github-actions github-actions bot added the 🚨 merge conflict Merge Conflict label Oct 8, 2023
@Shyam-Raghuwanshi Shyam-Raghuwanshi changed the title Feat/add table for dashboard page [feat]:add table for dashboard page Oct 8, 2023
@Shyam-Raghuwanshi Shyam-Raghuwanshi changed the title [feat]:add table for dashboard page [feat:]add table for dashboard page Oct 8, 2023
@Shyam-Raghuwanshi Shyam-Raghuwanshi changed the title [feat:]add table for dashboard page feat: add table for dashboard page Oct 8, 2023
<h1>Select project Slug: {project?.slug}</h1>
</div>
</section>
{
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please checkout shadcn's lib table component and try implementing that instead of this.
https://ui.shadcn.com/docs/components/table

@hemantwasthere hemantwasthere added the duplicate This issue or pull request already exists label Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists 🚨 merge conflict Merge Conflict
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat]: add table for id , slug and title on dashboard
2 participants