✨ feat: add Appwrite icon - #382
Conversation
Add Appwrite Mono/Color/Text/Combine/Avatar components for web and React Native using the current brand mark (#FD366E). Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d35eb58a55
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| export { default as Anyscale, type CompoundedIcon as AnyscaleProps } from './Anyscale'; | ||
| export { default as Apertis, type CompoundedIcon as ApertisProps } from './Apertis'; | ||
| export { default as Apple, type CompoundedIcon as AppleProps } from './Apple'; | ||
| export { default as Appwrite, type CompoundedIcon as AppwriteProps } from './Appwrite'; |
There was a problem hiding this comment.
Regenerate the TOC entry for Appwrite
Adding this export makes Appwrite importable, but the committed src/toc.json that src/toc.ts exports was not updated; I checked the JSON and it still goes from Apple to Arcee with no Appwrite entry. Any docs/search/README or consumers relying on the exported toc will not discover the new icon until build:toc is run and the generated entry is committed.
Useful? React with 👍 / 👎.
Summary
#FD366ETest plan
Made with Cursor