Skip to content

Commit 0e34b79

Browse files
ilicfilipclaude
andcommitted
Revert to old onboarding system
This reverts the new onboarding introduced in PR #714 and subsequent onboarding-related PRs (#730, #733, #736, #741). The new onboarding work is preserved in branch: filip/new-onboarding-preserved Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2e79cec commit 0e34b79

56 files changed

Lines changed: 622 additions & 6545 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/css/admin.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -80,24 +80,6 @@ body.toplevel_page_progress-planner {
8080
margin-top: var(--prpl-padding);
8181
}
8282

83-
/*------------------------------------*\
84-
Styles for the container of the page when the privacy policy is not accepted.
85-
\*------------------------------------*/
86-
.prpl-pp-not-accepted {
87-
88-
.prpl-start-onboarding-container {
89-
display: flex;
90-
flex-direction: column;
91-
align-items: center;
92-
justify-content: center;
93-
gap: var(--prpl-padding);
94-
}
95-
96-
.prpl-start-onboarding-graphic {
97-
width: 250px;
98-
}
99-
}
100-
10183
/*------------------------------------*\
10284
Generic styles.
10385
\*------------------------------------*/

assets/css/onboard.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#prpl-onboarding-form .prpl-form-fields label {
2+
display: grid;
3+
grid-template-columns: 1fr 3fr;
4+
margin-bottom: 0.5em;
5+
gap: var(--prpl-padding);
6+
}
7+
8+
#prpl-onboarding-form label > span:has(input[type="checkbox"]) {
9+
display: flex;
10+
align-items: baseline;
11+
}
12+
13+
.prpl-onboard-form-radio-select {
14+
15+
label {
16+
display: block !important;
17+
}
18+
}
19+
20+
#prpl-onboarding-submit-wrapper {
21+
display: flex;
22+
align-items: center;
23+
}

0 commit comments

Comments
 (0)