-
Notifications
You must be signed in to change notification settings - Fork 4k
Add SolusVM 2
extension - Manage Servers + View,Update Members + View,Create API Tokens & Settings + View ISOs
#19486
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
Conversation
Congratulations on your new Raycast extension! 🚀 You can expect an initial review within five business days. Once the PR is approved and merged, the extension will be available on our Store. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
New SolusVM 2 extension for managing virtual servers, providing functionality for project management, server operations, and account settings through the SolusVM 2 API.
- CHANGELOG.md is missing several features mentioned in PR description (restart server, account settings, API token generation)
metadata
folder with screenshots is required since package.json containsview
commands- Consider using
showFailureToast
from@raycast/utils
insrc/components/servers.tsx
for error handling consistency - Server actions in
src/components/servers.tsx
should wraplaunchCommand
in try-catch blocks - Lists in
src/components/members.tsx
andsrc/iso-images.tsx
should useisLoading
prop to avoid empty state flicker
16 file(s) reviewed, 18 comment(s)
Edit PR Review Bot Settings | Greptile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi 👋
Looks good to me, approved 🔥
Published to the Raycast Store: |
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
Description
This is a Raycast extension for SolusVM 2 accounts (Documentation). With this extension you can:
Screencast
solusvm-2.mp4
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are located outside the metadata folder if they were not generated with our metadata tool