mzaien / MediaClub

Media club website
https://www.mckfupm.com/
BSD Zero Clause License
0 stars 0 forks source link

Design and implement the content type page #28

Closed waleed-alfaifi closed 3 years ago

waleed-alfaifi commented 3 years ago

For example إذاعة البترول on the following link: https://media-club.vercel.app/إذاعة-البترول

It should have a more elegant design than simple buttons; probably badges for the subtypes and a list of related posts.

The same goes for pages like سجلات page.

waleed-alfaifi commented 3 years ago

For the pagination system, I have done it using a "show more" button. But then I cancelled it because it causes poor user experience and accessibility issues. You can find the implementation under one of the repository stashes.

Another way to do it is probably by creating pages for each set of posts. But for now I will just keep it showing all posts at once.