feat(console): swap promo banner to Presence API announcement#3060
Conversation
Replace the relationships-out-of-beta banner with the new Presence API announcement linking to the appwrite.io blog post.
Greptile SummaryThis PR swaps the bottom-left console promo banner from the relationships-out-of-beta announcement to a new Presences API announcement, updating the image asset, title, message, and CTA link accordingly.
Confidence Score: 4/5The change is minimal and well-contained, but the CTA URL slug should be confirmed before merging to avoid a broken link in production. The PR description cites src/routes/(console)/bottomAlerts.ts — verify the exact blog post URL slug before merging. Important Files Changed
Reviews (2): Last reviewed commit: "chore(console): rename promo to Presence..." | Re-trigger Greptile |
| cta: { | ||
| text: 'Read announcement', | ||
| link: () => 'https://appwrite.io/blog/post/relationships-are-out-of-beta', | ||
| link: () => 'https://appwrite.io/blog/post/announcing-presences-api', |
There was a problem hiding this comment.
URL slug mismatch with PR description
The PR description states the target blog URL is https://appwrite.io/blog/post/announcing-presence-api (singular "presence"), but the code uses https://appwrite.io/blog/post/announcing-presences-api (plural "presences"). If the published blog post slug uses the singular form, every user who clicks "Read announcement" will hit a 404. Please verify the exact slug against the live or staged blog post before merging.
Summary
add-presence-api-docsbranch inappwrite/website(converted to PNG) and link tohttps://appwrite.io/blog/post/announcing-presence-api.