You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking the button to either hide or show pinned posts, it won't do anything. The label changes but the content from the Squad page remains the same.
Expected Behavior
It should either show or hide the posts depending on the current state.
Steps to Reproduce Issue
1. Go to https://app.daily.dev/squads/ai
2. Click on Show/Hide pinned post
3. The label on the button changes
4. The feed posts remain the same
Solution Proposed
We use the currentMember?.flags?.collapsePinnedPosts property to check whether the posts should be displayed. We did some optimizations where we reduced the props we request from GraphQL and this property could now be missing. After adding it back on the request it should return back to normal.
If I'm not mistaken, the feed graphql request query can be found in /graphql/feed file.
Screenshots
No response
Environment
No response
Browsers
No response
OS
No response
Version of daily.dev
No response
Additional Context
No response
Code of Conduct
I follow the conditions of this project.
The text was updated successfully, but these errors were encountered:
Hey @sshanzel, wanted to try working on this using the provided GitPod for development but it seems to also be running into issues with the graphQL queries.
Could you take a look at the graphql's base URL in shared config file and confirm it should be from "/api"? This seems to cause an issue as the graphql-request Client requires a full URL which doesn't happen in GitPod.
It seems that the changes in the next config doesn't apply to the requests from the graphql-request client.
What went wrong? 🤔
Clicking the button to either hide or show pinned posts, it won't do anything. The label changes but the content from the Squad page remains the same.
Expected Behavior
It should either show or hide the posts depending on the current state.
Steps to Reproduce Issue
Solution Proposed
We use the
currentMember?.flags?.collapsePinnedPosts
property to check whether the posts should be displayed. We did some optimizations where we reduced the props we request from GraphQL and this property could now be missing. After adding it back on the request it should return back to normal.If I'm not mistaken, the feed graphql request query can be found in
/graphql/feed
file.Screenshots
No response
Environment
No response
Browsers
No response
OS
No response
Version of daily.dev
No response
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: