feat(console): add State of Appwrite Cloud survey banner#3113
Conversation
Replace Presences API promo with State of Appwrite Cloud survey announcement linking to the feedback form.
Greptile SummarySwaps the Presences API promo banner with a State of Appwrite Cloud survey banner by updating
Confidence Score: 5/5Safe to merge — a straightforward content swap with no logic changes. The only change is replacing one promo item with another. No new code paths, no store logic changes, and the new item follows the exact same structure as the one it replaces. The external survey URL is well-formed, and hideOnClick: true plus skipUpgradeRedirect: true are correctly set for an external link CTA. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "feat(console): update survey banner mess..." | Re-trigger Greptile |
What does this PR do?
Replaces the Presences API promo banner with a new State of Appwrite Cloud survey announcement.
state-of-appwrite-survey.png; removed oldpresences-api.pngmodal:state_of_appwrite_survey_announcementwith CTA Take the survey → https://forms.gle/5cvWxTwhonoDCWsi7everywhere, planfree,skipUpgradeRedirect: trueTest Plan
bun run formatandbun run checkpassRelated PRs and Issues
None