Skip to content

add: new partners stuff#141

Merged
CodeMeAPixel merged 1 commit into
productionfrom
development
Jul 12, 2026
Merged

add: new partners stuff#141
CodeMeAPixel merged 1 commit into
productionfrom
development

Conversation

@CodeMeAPixel

@CodeMeAPixel CodeMeAPixel commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • New Features

    • Node listings now load dynamically from live status data.
    • Node cards can display available location, CPU, and memory details.
    • Added a community tier to the Partners page, including category badges and additional partner listings.
    • Added new partner logos and refreshed partner descriptions and links.
  • Bug Fixes

    • Nodes now remain visible when optional hardware details are unavailable.
    • Added a clear message when node status data cannot be retrieved.

@CodeMeAPixel
CodeMeAPixel merged commit 5dccd86 into production Jul 12, 2026
6 checks passed
@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 24e1c3d0-2fd6-48af-b9f2-c5574af04ef3

📥 Commits

Reviewing files that changed from the base of the PR and between 8879ebc and c7c76c2.

⛔ Files ignored due to path filters (4)
  • public/partners/clovrme.svg is excluded by !**/*.svg
  • public/partners/emberly.svg is excluded by !**/*.svg
  • public/partners/octoflow.png is excluded by !**/*.png
  • public/partners/poliberry.png is excluded by !**/*.png
📒 Files selected for processing (11)
  • app/nodes/page.tsx
  • packages/core/constants/node-types.ts
  • packages/core/constants/partners.ts
  • packages/core/constants/status-mapping.ts
  • packages/core/lib/status.ts
  • packages/ui/components/Layouts/Nodes/nodes-client.tsx
  • packages/ui/components/Layouts/Partners/partners-page.tsx
  • public/partners/antiraid.webp
  • public/partners/blizzardsmp.webp
  • public/partners/smphub.webp
  • translations

📝 Walkthrough

Walkthrough

The nodes page now uses live status snapshots to populate node cards dynamically. Partner data adds community entries, optional category badges, and logo assets. Tier sections omit empty groups, and the translations subproject reference advances.

Changes

Live node status

Layer / File(s) Summary
Node metadata and status contracts
packages/core/constants/node-types.ts, packages/core/constants/status-mapping.ts, packages/core/lib/status.ts
Node hardware fields are optional, display overrides are keyed by monitor name, and node monitor names are derived from status snapshots.
Dynamic node page rendering
app/nodes/page.tsx, packages/ui/components/Layouts/Nodes/nodes-client.tsx
The server page passes live monitor names to the client, which resolves node status dynamically and renders a fallback when no nodes are available.

Partner and community directory

Layer / File(s) Summary
Partner and community data
packages/core/constants/partners.ts
Partner types now include community entries and optional categories, with an expanded dataset.
Tier and card rendering
packages/ui/components/Layouts/Partners/partners-page.tsx, public/partners/*
Partner cards show category badges, empty tiers are omitted, a community tier is added, and three partner logos are included.

Translations subproject

Layer / File(s) Summary
Translations reference revision
translations
The translations subproject reference is updated to a newer commit.

Estimated code review effort: 3 (Moderate) | ~25 minutes

Sequence Diagram(s)

sequenceDiagram
  participant NodesPage
  participant StatusService
  participant NodesClient
  participant NodeStatus
  NodesPage->>StatusService: fetchStatusSnapshot()
  StatusService-->>NodesPage: StatusSnapshot
  NodesPage->>NodesClient: pass nodeNames
  NodesClient->>NodeStatus: findMonitor(node name)
  NodeStatus-->>NodesClient: live status
  NodesClient-->>NodesPage: render node cards or fallback
Loading

Possibly related PRs

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch development

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant