-
Notifications
You must be signed in to change notification settings - Fork 150
feat(rivetkit): add icon & name customization #4033
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 01-24-queues_example
Are you sure you want to change the base?
feat(rivetkit): add icon & name customization #4033
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
PR Review: Icon & Name CustomizationThanks for this feature! The ability to customize actor appearance in the Inspector is a great developer experience improvement. Overall, the implementation is solid and well-documented. Here's my feedback: ✅ Strengths
🔍 Issues & Suggestions1. Performance Issue:
|
| Category | Status |
|---|---|
| Code Quality | |
| Bugs | |
| Performance | |
| Security | ✅ No concerns |
| Testing | |
| Documentation |
🎯 Recommendations Priority
Must fix before merge:
- Add frontmatter to
appearance.mdx
Should fix:
- Fix
useMemousage inactor-builds-list.tsx(remove it) - Improve emoji regex or use a library
- Add tests for helper functions
Nice to have:
- Add development warnings for invalid icon names
- Improve type safety (any → unknown/generics)
- Document expected icon name format (kebab-case)
Great work overall! This is a valuable UX improvement. Let me know if you'd like me to help with any of these issues.
503ae21 to
a3e52db
Compare
7404ebe to
32bed1a
Compare
a3e52db to
d5e770c
Compare
32bed1a to
2491e17
Compare
Pull Request Review: feat(rivetkit): add icon & name customizationOverviewThis PR adds support for customizing actor appearance in the UI with display names and icons. Actors can now specify Code Quality & Best Practices✅ Strengths
|

No description provided.