Configuration Files
app.config.ts
This file is responsible for handling general information such as enabling the testimonial sidepanel on the auth/sign-in page, enabling / disabling onboarding, etc.
Each of the settings also has a component that can be found inside the Components section to see what each component looks like inside the app.
To-Do’s:
Feel free to configure the following features as desired as these are all optional.
- testimonialSidePanel (testimonial-side-panel.tsx)
- onboarding (onboarding-flow.tsx)
- accountDeletion (form-status-message.tsx)
Each feature can be toggled in app.config.ts using their respective isEnabled flags.
TL;DR: no action required. You can just leave the default settings.