Skip to content

feat: add github link to filecoin cloud#525

Merged
rjan90 merged 10 commits into
FilOzone:masterfrom
akronim26:link/gh
Jan 26, 2026
Merged

feat: add github link to filecoin cloud#525
rjan90 merged 10 commits into
FilOzone:masterfrom
akronim26:link/gh

Conversation

@akronim26
Copy link
Copy Markdown
Contributor

#Fixes #519

Screenshot from 2025-12-22 20-07-11

@github-project-automation github-project-automation Bot moved this to 📌 Triage in FOC Dec 22, 2025
@BigLep BigLep moved this from 📌 Triage to 🔎 Awaiting review in FOC Dec 24, 2025
Comment thread apps/synapse-playground/src/app.tsx Outdated
Comment thread apps/synapse-playground/src/app.tsx Outdated
@rvagg
Copy link
Copy Markdown
Collaborator

rvagg commented Jan 8, 2026

seems good to me but will leave it to @hugomrdias to finalise

@rvagg rvagg removed their request for review January 8, 2026 08:26
@hugomrdias
Copy link
Copy Markdown
Member

can you please use a svg component

export function Github(props: SVGProps<SVGSVGElement>) {
	return (<svg xmlns="http://www.w3.org/2000/svg" width={24} height={24} viewBox="0 0 24 24" {...props}><path fill="currentColor" d="M12 .297c-6.63 0-12 5.373-12 12c0 5.303 3.438 9.8 8.205 11.385c.6.113.82-.258.82-.577c0-.285-.01-1.04-.015-2.04c-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729c1.205.084 1.838 1.236 1.838 1.236c1.07 1.835 2.809 1.305 3.495.998c.108-.776.417-1.305.76-1.605c-2.665-.3-5.466-1.332-5.466-5.93c0-1.31.465-2.38 1.235-3.22c-.135-.303-.54-1.523.105-3.176c0 0 1.005-.322 3.3 1.23c.96-.267 1.98-.399 3-.405c1.02.006 2.04.138 3 .405c2.28-1.552 3.285-1.23 3.285-1.23c.645 1.653.24 2.873.12 3.176c.765.84 1.23 1.91 1.23 3.22c0 4.61-2.805 5.625-5.475 5.92c.42.36.81 1.096.81 2.22c0 1.606-.015 2.896-.015 3.286c0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path></svg>);
}

theres already a icons.tsx in there just copy paste this an wrap it with a shadcn button so it doesnt look out of place when you are connected.

@BigLep BigLep added this to the M4: Filecoin Service Liftoff milestone Jan 15, 2026
@rjan90
Copy link
Copy Markdown
Collaborator

rjan90 commented Jan 16, 2026

@hugomrdias is this now ready to merge?

@hugomrdias
Copy link
Copy Markdown
Member

no, theres a change request and needs to be wrapped in a button

Comment thread apps/synapse-playground/public/github.png Outdated
Comment thread apps/synapse-playground/src/app.tsx Outdated
@github-project-automation github-project-automation Bot moved this from 🔎 Awaiting review to ⌨️ In Progress in FOC Jan 20, 2026
@BigLep BigLep requested a review from hugomrdias January 26, 2026 04:24
@BigLep BigLep moved this from ⌨️ In Progress to 🔎 Awaiting review in FOC Jan 26, 2026
@rjan90 rjan90 merged commit 0f623fb into FilOzone:master Jan 26, 2026
11 checks passed
@github-project-automation github-project-automation Bot moved this from 🔎 Awaiting review to 🎉 Done in FOC Jan 26, 2026
bajtos added a commit that referenced this pull request Jan 27, 2026
* feat: add github link to filecoin cloud (#525)

* refactor: move FilBeam domain to chain configuration

Replace hardcoded chainId check in createPieceUrl with chain configuration lookup. Add filbeam.retrievalDomainName to Chain interface and configure it for mainnet, calibration, and devnet.

Co-Authored-By: Claude Code <noreply@anthropic.com>

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>

* feat(example): Devnet Endorsements (#568)

add ENDORSEMENTS_ADDRESS env config to utils/example-storage-e2e.js

* fix(example): ENDORSEMENTS_ADDRESS identifier (#572)

chore: fix identifier

* refactor: rename retrievalDomainName to retrievalDomain

---------

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
Co-authored-by: Abhivansh <31AbhivanshJ@gmail.com>
Co-authored-by: William Morriss <wjmelements@gmail.com>
hugomrdias pushed a commit that referenced this pull request Feb 2, 2026
* feat: add github link to filecoin cloud (#525)

* refactor: move FilBeam domain to chain configuration

Replace hardcoded chainId check in createPieceUrl with chain configuration lookup. Add filbeam.retrievalDomainName to Chain interface and configure it for mainnet, calibration, and devnet.

Co-Authored-By: Claude Code <noreply@anthropic.com>

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>

* feat(example): Devnet Endorsements (#568)

add ENDORSEMENTS_ADDRESS env config to utils/example-storage-e2e.js

* fix(example): ENDORSEMENTS_ADDRESS identifier (#572)

chore: fix identifier

* refactor: rename retrievalDomainName to retrievalDomain

---------

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
Co-authored-by: Abhivansh <31AbhivanshJ@gmail.com>
Co-authored-by: William Morriss <wjmelements@gmail.com>
hugomrdias pushed a commit that referenced this pull request Feb 3, 2026
* feat: add github link to filecoin cloud (#525)

* refactor: move FilBeam domain to chain configuration

Replace hardcoded chainId check in createPieceUrl with chain configuration lookup. Add filbeam.retrievalDomainName to Chain interface and configure it for mainnet, calibration, and devnet.

Co-Authored-By: Claude Code <noreply@anthropic.com>

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>

* feat(example): Devnet Endorsements (#568)

add ENDORSEMENTS_ADDRESS env config to utils/example-storage-e2e.js

* fix(example): ENDORSEMENTS_ADDRESS identifier (#572)

chore: fix identifier

* refactor: rename retrievalDomainName to retrievalDomain

---------

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
Co-authored-by: Abhivansh <31AbhivanshJ@gmail.com>
Co-authored-by: William Morriss <wjmelements@gmail.com>
lordshashank pushed a commit to lordshashank/synapse-sdk that referenced this pull request Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🎉 Done

Development

Successfully merging this pull request may close these issues.

Add GH-repository link to Synapse Playground demo

5 participants