Skip to content

Commit 72c5744

Browse files
committed
Revert "New review app Init"
This reverts commit 2eaafa9.
1 parent 1588b8b commit 72c5744

File tree

166 files changed

+19
-7601
lines changed

Some content is hidden

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

166 files changed

+19
-7601
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@ The following summarizes the various [apps](#adding-a-new-platform-ui-applicatio
556556
- [Gamification Admin](#gamification-admin)
557557
- [Learn](#learn)
558558
- [Self Service](#self-service)
559-
- [Review](#review)
560559
561560
## Platform App
562561
@@ -600,10 +599,3 @@ Application that allows customers to submit/start challenges self-service.
600599
601600
[Work README TBD](./src/apps/self-service/README.md)
602601
[Work Routes](./src/apps/self-service/src/self-service.routes.tsx)
603-
604-
## Review
605-
606-
The application that allows managing the review submissions.
607-
608-
[Review README TBD](./src/apps/review/README.md)
609-
[Review Routes](./src/apps/review/src/review-app.routes.tsx)

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"@storybook/react": "7.6.10",
2929
"@stripe/react-stripe-js": "1.13.0",
3030
"@stripe/stripe-js": "1.41.0",
31-
"@types/codemirror": "^5.60.15",
3231
"apexcharts": "^3.36.0",
3332
"axios": "^1.7.9",
3433
"browser-cookies": "^1.2.0",
@@ -44,7 +43,6 @@
4443
"draft-js-export-html": "^1.2.0",
4544
"draft-js-markdown-shortcuts-plugin": "^0.3.0",
4645
"draft-js-plugins-editor": "^2.0.3",
47-
"easymde": "^2.20.0",
4846
"express": "^4.21.2",
4947
"express-fileupload": "^1.4.0",
5048
"express-interceptor": "^1.2.0",
@@ -94,12 +92,9 @@
9492
"redux-promise": "^0.6.0",
9593
"redux-promise-middleware": "^6.1.3",
9694
"redux-thunk": "^2.4.1",
97-
"rehype-raw": "^7.0.0",
98-
"rehype-stringify": "^10.0.1",
9995
"remark-breaks": "^3.0.2",
10096
"remark-frontmatter": "^4.0.1",
10197
"remark-gfm": "^3.0.1",
102-
"remark-parse": "^11.0.0",
10398
"remove": "^0.1.5",
10499
"sanitize-html": "^2.12.1",
105100
"sass": "^1.79.0",

src/apps/admin/src/lib/components/common/TableMobile/TableMobile.module.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,3 @@
5959
text-transform: uppercase;
6060
white-space: nowrap !important;
6161
}
62-
63-
.blockCellLastValue {
64-
:global(.TableCell_blockCell) {
65-
justify-content: flex-end;
66-
text-align: right;
67-
}
68-
}

src/apps/admin/src/lib/components/common/TableMobile/TableMobile.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ export const TableMobile: <T extends { [propertyName: string]: any }>(
8181
[styles.blockCellLabel]:
8282
itemItemColumns.mobileType
8383
=== 'label',
84-
[styles.blockCellLastValue]:
85-
itemItemColumns.mobileType
86-
=== 'last-value',
8784
},
8885
styles.blockCell,
8986
)}

src/apps/admin/src/lib/models/MobileTableColumn.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
import { TableColumn } from '~/libs/ui'
55

66
export interface MobileTableColumn<T> extends TableColumn<T> {
7-
readonly mobileType?: 'label' | 'last-value'
7+
readonly mobileType?: 'label'
88
}

src/apps/platform/src/platform.routes.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { walletRoutes } from '~/apps/wallet'
1212
import { walletAdminRoutes } from '~/apps/wallet-admin'
1313
import { copilotsRoutes } from '~/apps/copilots'
1414
import { adminRoutes } from '~/apps/admin'
15-
import { reviewRoutes } from '~/apps/review'
1615

1716
const Home: LazyLoadedComponent = lazyLoad(
1817
() => import('./routes/home'),
@@ -42,7 +41,6 @@ export const platformRoutes: Array<PlatformRoute> = [
4241
...walletAdminRoutes,
4342
...accountsRoutes,
4443
...skillsManagerRoutes,
45-
...reviewRoutes,
4644
...homeRoutes,
4745
...adminRoutes,
4846
]

src/apps/review/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/apps/review/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/apps/review/src/ReviewApp.tsx

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/apps/review/src/config/index.config.ts

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/apps/review/src/config/routes.config.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/apps/review/src/declarations.d.ts

Whitespace-only changes.

src/apps/review/src/index.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/apps/review/src/lib/assets/icons/arrow-left.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/apps/review/src/lib/assets/icons/chevron-down.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/apps/review/src/lib/assets/icons/editor/bold.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/apps/review/src/lib/assets/icons/editor/code.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/apps/review/src/lib/assets/icons/editor/heading-1.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/apps/review/src/lib/assets/icons/editor/heading-2.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/apps/review/src/lib/assets/icons/editor/heading-3.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/apps/review/src/lib/assets/icons/editor/image.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)