buildog-dev / buildog

37 stars 19 forks source link

refactor: convert blog page's cards view to table #25

Closed kuzeykose closed 9 months ago

kuzeykose commented 10 months ago

We are reading data from local store and displaying data with using cards. Card view is decreasing user experience. We need to display all blog data to single table for more readability. Shadcn UI has a beautiful table example. table example page.

Screenshot 2024-01-29 at 9 27 00 PM

Just use the same table for this task. The columns will be as follows in order: blog id, blog name, tags. Display only blog name right now. You can also add three dot dropdown for edit, delete, etc. Leave other columns data empty.

osmancoskun commented 10 months ago

let me take this one if its okay for everyone

erentaskiran commented 10 months ago

I can take this issue.