Closed vverma022 closed 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
medium-app | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 27, 2024 7:27pm |
@vverma022 - The tags slider isn't shown even though the API returns data.
@vverma022 - The tags slider isn't shown even though the API returns data.
https://github.com/user-attachments/assets/ae9a9142-1aff-43d7-a8da-e78625000100
FYA3e0aYIGg7uqnFC89d5rAuelj6s_7Fyvqq4">
I can't seem to find the problem as it's working fine for me. I'm able to filter the tags and show only the ones with posts > 0 and in desending order.
frontend undergoing redesign. this is paused for the moment. apologies.
Topic Slider Changes
Description
Fixes the Bug where the Topic's with 0 posts are not shown in the topic slider and the slider is sorted in descending order.
Resolves #256
Type of Change
Changes
Screenshots/Recordings
Checklist before requesting a review
Additional Notes
The reason for such is hybrid approach is because when the backend route was implementing the filter to send only topics with > 0 posts other components which are using that route were affected for example the component which lets you select which topic a post should be associated with etc.