Skip to content

Commit ff79d84

Browse files
committed
Add why register information to the register page
Signed-off-by: Kai Wagner <[email protected]>
1 parent 997e231 commit ff79d84

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

app/assets/stylesheets/components/session.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,25 @@
3030
line-height: var(--line-height-relaxed);
3131
}
3232

33+
.session-subtitle {
34+
margin: 0 0 var(--spacing-3);
35+
color: var(--color-text-primary);
36+
font-size: var(--font-size-base);
37+
font-weight: var(--font-weight-semibold);
38+
}
39+
40+
.session-features {
41+
margin: 0 0 var(--spacing-6);
42+
padding-left: var(--spacing-5);
43+
color: var(--color-text-secondary);
44+
font-size: var(--font-size-sm);
45+
line-height: var(--line-height-relaxed);
46+
}
47+
48+
.session-features li + li {
49+
margin-top: var(--spacing-2);
50+
}
51+
3352
.session-oauth {
3453
margin-bottom: var(--spacing-6);
3554
}

app/views/registrations/new.html.slim

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
.session-card
33
h1.session-title Register
44
p.session-text Enter your email. If it's in the archive, we'll verify and attach it. Otherwise, we'll create a new alias.
5+
h2.session-subtitle Why register?
6+
ul.session-features
7+
li Track read progress and mark threads aware.
8+
li Add private notes and tags to messages.
9+
li @mention people or teams and share tags via notes.
10+
li See team reading activity and unread counts.
11+
li Follow contributors and get quick access to their recent threads.
12+
li Connect all your email addresses to a single identity.
513

614
.session-oauth
715
= link_to '/auth/google_oauth2', class: 'session-oauth-button' do

0 commit comments

Comments
 (0)