Skip to content

Commit

Permalink
[feat] Add information dialog - Review & Comment Dialog (#90)
Browse files Browse the repository at this point in the history
* feat: make a ReviewNCommentDialogBase

* chore: declare a constant outside the component

* fix: fix ReviewNCommentDialogBase

* feat: make a ReviewNCommentDialog

* feat: add ReviewNCommentDialog in HomePage

* feat: do convert

* chore: edit title

* chore: fix average point
  • Loading branch information
Yejin0O0 authored Feb 5, 2025
1 parent 3f8caa5 commit 68953a9
Show file tree
Hide file tree
Showing 6 changed files with 369 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/__generated__/CreditsDialogBaseString.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/__generated__/ReviewNCommentDialogBaseString.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/components/dialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export { UpdateAlert } from "@/components/dialog/interrupt/UpdateAlert/UpdateAle
export { UserProfileDialog } from "@/components/dialog/information/UserProfileDialog/UserProfileDialog";
export { PricePlanDialog } from "@/components/dialog/information/PricePlanDialog/PricePlanDialog";
export { CreditsDialog } from "@/components/dialog/information/CreditsDialog/CreditsDialog";
export { ReviewNCommentDialog } from "@/components/dialog/information/ReviewNCommentDialog/ReviewNCommentDialog";

export { CheckBoxColumnForm } from "@/components/dialog/form/CheckBoxColumnForm/CheckBoxColumnForm";
export { InnerScrollForm } from "@/components/dialog/form/InnerScrollForm/InnerScrollForm";
Expand All @@ -27,6 +28,7 @@ export { InfoAlertBaseString } from "@/__generated__/InfoAlertBaseString";
export { UserProfileDialogBaseString } from "@/__generated__/UserProfileDialogBaseString";
export { PricePlanDialogBaseString } from "@/__generated__/PricePlanDialogBaseString";
export { CreditsDialogBaseString } from "@/__generated__/CreditsDialogBaseString";
export { ReviewNCommentDialogBaseString } from "@/__generated__/ReviewNCommentDialogBaseString";

export { CheckBoxColumnFormBaseString } from "@/__generated__/CheckBoxColumnFormBaseString";
export { InnerScrollFormBaseString } from "@/__generated__/InnerScrollFormBaseString";
Expand Down
Loading

0 comments on commit 68953a9

Please sign in to comment.