Add RenoarX client#427
Conversation
Added new client 'RenoarX' with details including website and download links.
Greptile SummaryThis PR adds the RenoarX client (a Windows-only XRay JSON client) to the panel, including a logo SVG, a
Confidence Score: 4/5Not safe to merge — the clients.ts file has a hard syntax error (period instead of comma) that will break the build. A single P0 syntax error on line 591 prevents the TypeScript file from compiling. All other changes (SVG logo and docs) are correct. Once the comma is fixed this PR should be safe to merge. src/data/clients.ts — line 591 must be changed from Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[CLIENTS array] --> B[Existing entries]
B --> C[Incy entry]
C -->|line 591 period instead of comma - syntax error| D[RenoarX entry]
D --> E[id: renoarx]
D --> F[platforms: windows]
D --> G[core: xray]
D --> H[badges hwid: true]
D --> I[logo: renoar_logo_black.svg]
D --> J[downloadLinks: GitHub releases]
Reviews (1): Last reviewed commit: "Add files via upload" | Re-trigger Greptile |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
|
Can you update logo to match others? Current resolution is too high. |
Done |
No description provided.