Skip to content
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

Remove Holochain toggle on Login #467

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions ui/src/components/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -421,26 +421,6 @@ const Login = (props: any) => {
>
Reset agent
</j-button>
<j-box px="100" >
<j-popover event="mouseover" placement="bottom">
<j-toggle slot="trigger"
checked={holochain}
onChange={(e) => {
setHolochain(e.target.checked);
}}
>
{`Enable Holochain`}
</j-toggle>
<j-box p="200" slot="content">
<j-text size="400" color="black" weight="600">
This ADAM release includes a new unstable Holochain release for testing.
</j-text>
<j-text size="400" color="black" weight="600">
Regular use of ADAM will work without Holochain using our centralized testing Languages.
</j-text>
</j-box>
</j-popover>
</j-box>
<j-button
full
size="lg"
Expand Down