Skip to content

Commit

Permalink
chore: post login questions page related files removal (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddhiagrawal001 authored Sep 19, 2024
1 parent 6fc9d63 commit 93382db
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 335 deletions.
6 changes: 0 additions & 6 deletions src/entryPoints/HyperSwitchApp.res
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,10 @@ let make = () => {
<PageLoaderWrapper screenState={screenState} sectionHeight="!h-screen" showLogoutButton=true>
<div>
{switch dashboardPageState {
| #POST_LOGIN_QUES_NOT_DONE => <PostLoginScreen />
| #AUTO_CONNECTOR_INTEGRATION => <HSwitchSetupAccount />
// INTEGRATION_DOC AND PROD_ONBOARDING Need to be removed
| #INTEGRATION_DOC => <UserOnboarding />
| #PROD_ONBOARDING => <ProdOnboardingLanding />
//
| #QUICK_START => <ConfigureControlCenter />
| #HOME =>
<div className="relative" key={renderKey}>
Expand All @@ -148,10 +146,6 @@ let make = () => {
<Sidebar path={url.path} sidebars={hyperSwitchAppSidebars} />
<div
className="flex relative flex-col flex-1 bg-hyperswitch_background dark:bg-black overflow-scroll md:overflow-x-hidden">
// <RenderIf condition={verificationDays > 0}>
// <DelayedVerificationBanner verificationDays={verificationDays} />
// </RenderIf>
// TODO : To be removed after new navbar design
<div className="border-b shadow hyperswitch_box_shadow ">
<div className="w-full max-w-fixedPageWidth px-9">
<Navbar
Expand Down
1 change: 0 additions & 1 deletion src/entryPoints/Provider/ProviderTypes.res
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ type integration = {
mutable metadata: JSON.t,
}
type dashboardPageStateTypes = [
| #POST_LOGIN_QUES_NOT_DONE
| #AUTO_CONNECTOR_INTEGRATION
| #DEFAULT
| #INTEGRATION_DOC
Expand Down
65 changes: 0 additions & 65 deletions src/screens/Home/DelayedVerificationBanner.res

This file was deleted.

172 changes: 0 additions & 172 deletions src/screens/PostLoginScreen/PostLoginScreen.res

This file was deleted.

91 changes: 0 additions & 91 deletions src/screens/PostLoginScreen/PostLoginUtils.res

This file was deleted.

0 comments on commit 93382db

Please sign in to comment.