alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
test
author
damedotblog
date
1 year ago
(Apr 22, 2025, 2:36 PM -0400)
commit
4f64dafc
4f64dafc8ed8c973a1bc24924660b2bde08cb11f
parent
e5421d2d
e5421d2d7754063081ab41c5d46502e658c3afea
+3
-9
3 changed files
Expand all
Collapse all
Unified
Split
src
components
Login
Login.js
Navbar
Navbar.js
Verifier
Verifier.css
+2
-2
src/components/Login/Login.js
Reviewed
···
38
38
}
39
39
40
40
return (
41
41
-
<div className="login-container">
42
42
-
<div className="login-card">
41
41
+
<div className="home-page">
42
42
+
<div className="home-content">
43
43
<h1>Login to cred.blue</h1>
44
44
<p>Enter your Bluesky or ATProto handle (e.g., yourname.bsky.social)</p>
45
45
<form onSubmit={handleSubmit} className="login-form">
+1
-1
src/components/Navbar/Navbar.js
Reviewed
···
261
261
type="button"
262
262
onClick={() => navigate('/login')}
263
263
>
264
264
-
login with bluesky
264
264
+
login
265
265
</button>
266
266
</div>
267
267
)}
-6
src/components/Verifier/Verifier.css
Reviewed
···
234
234
color: var(--success-text-dark, #a3e9a4);
235
235
}
236
236
237
237
-
/* Verification Lists */
238
238
-
.verifier-list-header {
239
239
-
display: flex; /* Add this to make flexbox work */
240
240
-
justify-content: space-between; /* Align button to the right */
241
241
-
align-items: center;
242
242
-
}
243
237
.verifier-list-header h2 {
244
238
margin: 0;
245
239
padding: 0;