{summary as string}
+{summary as string}
diff --git a/pages/hackathon/[id]/team/[tid].tsx b/pages/hackathon/[id]/team/[tid].tsx new file mode 100644 index 0000000..8f6ae7b --- /dev/null +++ b/pages/hackathon/[id]/team/[tid].tsx @@ -0,0 +1,205 @@ +import { Avatar } from 'idea-react'; +import { BiTableSchema, TableCellUser } from 'mobx-lark'; +import { observer } from 'mobx-react'; +import { cache, compose, errorLogger } from 'next-ssr-middleware'; +import { FC, useContext, useState } from 'react'; +import { + Breadcrumb, + Button, + Card, + Col, + Container, + Modal, + Ratio, + Row, + Tab, + Tabs, +} from 'react-bootstrap'; + +import { CommentBox } from '../../../../components/Activity/CommentBox'; +import { ProductCard } from '../../../../components/Activity/ProductCard'; +import { PageHead } from '../../../../components/Layout/PageHead'; +import { Activity, ActivityModel } from '../../../../models/Activity'; +import { + Member, + MemberModel, + Product, + ProductModel, + Project, + ProjectModel, +} from '../../../../models/Hackathon'; +import { I18nContext } from '../../../../models/Translation'; +import styles from '../../../../styles/Hackathon.module.less'; + +export const getServerSideProps = compose{description as string}
+ + {score != null && ( +