allow signup and login in browseraction popup

This commit is contained in:
Jack Case
2025-11-15 20:00:15 +00:00
parent b7965bf71d
commit 9a0ae70c35
2 changed files with 32 additions and 5 deletions

View File

@@ -8,6 +8,18 @@
<title>Slop Farmer</title>
</head>
<body>
<nav>
<button id="signup-select" type="button">sign up</button>
<button id="login-select" type="button">log in</button>
</nav>
<div id="onboarding" style="visibility: visible;">
<h1>Welcome, Slop Farmer!</h1>
<p>tired of ai-generated slop articles in your search results? Sign up or log in to start reporting slop articles
and have reported slop flagged in your searches!
</p>
</div>
<div id="signup" style="visibility: collapse;">
<form id="signup-form">
<label for="email">email</label>