File tree Expand file tree Collapse file tree
blog/post/announcing-presences-api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 type Props = {
66 title: string ;
77 href: string ;
8- icon? : Extract <IconType , ' mongo' | ' sparkle' > | ' claude' ;
8+ icon? : Extract <IconType , ' mongo' | ' sparkle' > | ' claude' | ' presences ' ;
99 class? : string ;
1010 };
1111
2727 class =" claude-icon-badge-img"
2828 />
2929 </span >
30+ {:else if icon === ' presences' }
31+ <span class =" icon-status-online presences-icon-glyph shrink-0" aria-hidden =" true" ></span >
3032 {:else }
3133 <Icon name =" sparkle" class =" shrink-0" aria-hidden =" true" />
3234 {/if }
6365 width : 0.875rem ;
6466 height : 0.875rem ;
6567 }
68+
69+ .presences-icon-glyph {
70+ color : #fd366e ;
71+ font-size : 1rem ;
72+ line-height : 1 ;
73+ }
6674 </style >
Original file line number Diff line number Diff line change 152152 >
153153 {#if layoutAside }
154154 <HeroBanner
155- title =" New: Appwrite plugin for Claude Code "
156- href =" /blog/post/announcing-appwrite-claude-code-plugin "
157- icon =" claude "
155+ title =" New: Announcing the Presences API "
156+ href =" /blog/post/announcing-presences-api "
157+ icon =" presences "
158158 />
159159 {:else }
160160 <div class =" flex w-full justify-center" >
161161 <HeroBanner
162- title =" New: Appwrite plugin for Claude Code "
163- href =" /blog/post/announcing-appwrite-claude-code-plugin "
164- icon =" claude "
162+ title =" New: Announcing the Presences API "
163+ href =" /blog/post/announcing-presences-api "
164+ icon =" presences "
165165 />
166166 </div >
167167 {/if }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cover: /images/blog/announcing-presences-api/cover.avif
77timeToRead: 5
88author: aditya-oberai
99category: announcement
10- featured: false
10+ featured: true
1111callToAction: true
1212faqs:
1313 - question: "What is the Appwrite Presences API?"
You can’t perform that action at this time.
0 commit comments