Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: #1210 #1026 ui for developer/client side standalone #1304

Merged
merged 8 commits into from
May 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import AppHeader from '@/components/ui/app-detail/app-header'
import AppContent from '@/components/ui/app-detail/app-content'

import { Loader, Button } from '@reapit/elements'
import styles from '@/styles/pages/developer-app-detail.scss?mod'
import styles from '@/styles/pages/client-app-detail-manage.scss?mod'
import ClientAppUninstallConfirmation from '@/components/ui/client-app-detail/client-app-uninstall-confirmation'

export type ClientAppDetailManageProps = {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,6 @@ exports[`AppContent AppContent - should match snapshot 1`] = `
</div>
`;

exports[`AppContent RenderWithHeader - should match snapshot 1`] = `
<div>
<Component>
test
</Component>
some text
</div>
`;

exports[`AppContent Tag - should match snapshot 1`] = `
<div>
Test
</div>
`;

exports[`AppContent renderCategory - should match snapshot 1`] = `<div />`;

exports[`AppContent renderDescripion - should match snapshot 1`] = `
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Aside Aside - should match snapshot 1`] = `
<div>
<Component />
<Component />
<Component />
<div />
<div>
<div>
<Component>
Destop Integration
</Component>
<Component
key="Identity Check"
>
Identity Check
</Component>
<Component
key="Property Marketing Information"
>
Property Marketing Information
</Component>
<Component
key="Vendor Marketing Report"
>
Vendor Marketing Report
</Component>
<Component
key="Property Details Generation"
>
Property Details Generation
</Component>
<Component
key="Applicant Export"
>
Applicant Export
</Component>
<Component
key="Property"
>
Property
</Component>
<Component
key="Applicant"
>
Applicant
</Component>
</div>
</div>
</div>
`;
Loading