Skip to content

Commit

Permalink
chore(clean-up): rm unused components (#201)
Browse files Browse the repository at this point in the history
* chore(clean-up): remove un-used comps

* chore(clean-up): remove un-used comps
  • Loading branch information
mydearxym authored Dec 22, 2023
1 parent d2d6f00 commit 009f6d0
Show file tree
Hide file tree
Showing 75 changed files with 5 additions and 2,661 deletions.
2 changes: 1 addition & 1 deletion src/app/Landing/styles/feature_wall/dark_mode/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const Footer = styled.div`
${css.column()};
width: 100%;
padding: 15px 10px;
padding-left: 15px;
padding-left: 20px;
padding-top: 0;
z-index: 2;
`
Expand Down
2 changes: 1 addition & 1 deletion src/app/Landing/styles/feature_wall/dark_mode/panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Wrapper = styled.div`
${css.row('align-both')};
width: 100%;
height: 300px;
padding-right: 20px;
padding-top: 10px;
position: relative;
`
export const DivideColumn = styled.div<{ $hovering: boolean }>`
Expand Down
2 changes: 1 addition & 1 deletion src/app/Landing/styles/feature_wall/integration/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const Action = styled(WithPosition)`
${css.circle(18)};
${css.row('align-both')};
background: ${theme('htmlBg')};
border: 1px dotted;
border: 1px solid;
border-color: ${theme('hint')};
box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
opacity: 1;
Expand Down
3 changes: 2 additions & 1 deletion src/app/Landing/styles/feature_wall/security/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export const Wrapper = styled(BaseCard)`
export const Footer = styled.div`
${css.column()};
width: 100%;
padding: 15px 20px;
padding: 15px;
padding-left: 25px;
`
export const Title = styled.div`
color: ${theme('article.digest')};
Expand Down
1 change: 0 additions & 1 deletion src/containers/tool/ErrorBox/GraphqlDetail.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { FC, memo } from 'react'

import type { TGQError } from '@/spec'
// import { ICON_CMD } from '@/config'
// import { Wrapper } from './styles'
import uid from '@/utils/uid'
import { nilOrEmpty } from '@/validator'
Expand Down
1 change: 0 additions & 1 deletion src/containers/tool/ErrorBox/GraphqlTitle.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { FC, memo } from 'react'

// import { ICON_CMD } from '@/config'
// import { Wrapper } from './styles'
import { Title } from './styles/header'

Expand Down
24 changes: 0 additions & 24 deletions src/widgets/ArticleActionsPanel/DeleteOption.js

This file was deleted.

26 changes: 0 additions & 26 deletions src/widgets/ArticleActionsPanel/EditOption.js

This file was deleted.

39 changes: 0 additions & 39 deletions src/widgets/ArticleActionsPanel/PinOption.js

This file was deleted.

42 changes: 0 additions & 42 deletions src/widgets/ArticleActionsPanel/RefineOption.js

This file was deleted.

94 changes: 0 additions & 94 deletions src/widgets/ArticleActionsPanel/index.js

This file was deleted.

36 changes: 0 additions & 36 deletions src/widgets/ArticleActionsPanel/styles/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/widgets/ArticleActionsPanel/tests/index.test.ts

This file was deleted.

64 changes: 0 additions & 64 deletions src/widgets/Buttons/FancyPublishButton.tsx

This file was deleted.

Loading

0 comments on commit 009f6d0

Please sign in to comment.