fix donasi
deksripsi: - fix text editor di create & edit cerita penggalang - tampilan khusus html di detail setatus
This commit is contained in:
@@ -5,7 +5,7 @@ import { MODEL_FORUM_KOMENTAR } from "../../model/interface";
|
||||
import ComponentForum_KomentarAuthorNameOnHeader from "../komentar_component/komentar_author_header_name";
|
||||
import { ComponentGlobal_CardStyles } from "@/app_modules/_global/component";
|
||||
import { useShallowEffect } from "@mantine/hooks";
|
||||
import { Comp_V3_SetInnerHTML } from "@/app_modules/_global/component/new/comp_V3_set_html_with_stiker";
|
||||
import { Comp_V3_SetInnerHTMLWithStiker } from "@/app_modules/_global/component/new/comp_V3_set_html_with_stiker";
|
||||
import { MainColor } from "@/app_modules/_global/color";
|
||||
|
||||
export default function ComponentForum_KomentarView({
|
||||
@@ -71,7 +71,7 @@ export default function ComponentForum_KomentarView({
|
||||
maxHeight={100}
|
||||
showLabel="tampilkan"
|
||||
>
|
||||
<Comp_V3_SetInnerHTML
|
||||
<Comp_V3_SetInnerHTMLWithStiker
|
||||
props={data?.komentar}
|
||||
className="chat-content"
|
||||
/>
|
||||
|
||||
@@ -6,7 +6,7 @@ import { IconMessageCircle, IconMessageCircleX } from "@tabler/icons-react";
|
||||
import { MODEL_FORUM_POSTING } from "../../model/interface";
|
||||
import ComponentForum_DetailHeader from "./detail_header";
|
||||
import { useShallowEffect } from "@mantine/hooks";
|
||||
import { Comp_V3_SetInnerHTML } from "@/app_modules/_global/component/new/comp_V3_set_html_with_stiker";
|
||||
import { Comp_V3_SetInnerHTMLWithStiker } from "@/app_modules/_global/component/new/comp_V3_set_html_with_stiker";
|
||||
import { MainColor } from "@/app_modules/_global/color";
|
||||
|
||||
export default function ComponentForum_DetailForumView({
|
||||
@@ -59,7 +59,7 @@ export default function ComponentForum_DetailForumView({
|
||||
>
|
||||
<Text fz={"sm"} color="white">
|
||||
{data?.diskusi ? (
|
||||
<Comp_V3_SetInnerHTML
|
||||
<Comp_V3_SetInnerHTMLWithStiker
|
||||
props={data?.diskusi}
|
||||
// className="chat-content"
|
||||
/>
|
||||
|
||||
@@ -11,7 +11,7 @@ import { useRouter } from "next/navigation";
|
||||
import { useState } from "react";
|
||||
import { MODEL_FORUM_POSTING } from "../../model/interface";
|
||||
import ComponentForum_ForumkuHeaderCard from "./forumku_header";
|
||||
import { Comp_V3_SetInnerHTML } from "@/app_modules/_global/component/new/comp_V3_set_html_with_stiker";
|
||||
import { Comp_V3_SetInnerHTMLWithStiker } from "@/app_modules/_global/component/new/comp_V3_set_html_with_stiker";
|
||||
import { useShallowEffect } from "@mantine/hooks";
|
||||
import { MainColor } from "@/app_modules/_global/color";
|
||||
|
||||
@@ -69,7 +69,7 @@ export default function ComponentForum_ForumkuMainCardView({
|
||||
}}
|
||||
>
|
||||
<Text c={"white"} fz={"sm"} lineClamp={4}>
|
||||
<Comp_V3_SetInnerHTML
|
||||
<Comp_V3_SetInnerHTMLWithStiker
|
||||
props={data?.diskusi}
|
||||
className="chat-content"
|
||||
style={{
|
||||
|
||||
@@ -11,7 +11,7 @@ import { useRouter } from "next/navigation";
|
||||
import { useState } from "react";
|
||||
import { MODEL_FORUM_POSTING } from "../../model/interface";
|
||||
import ComponentForum_BerandaHeaderCard from "./card_header";
|
||||
import { Comp_V3_SetInnerHTML } from "@/app_modules/_global/component/new/comp_V3_set_html_with_stiker";
|
||||
import { Comp_V3_SetInnerHTMLWithStiker } from "@/app_modules/_global/component/new/comp_V3_set_html_with_stiker";
|
||||
import { useShallowEffect } from "@mantine/hooks";
|
||||
import { MainColor } from "@/app_modules/_global/color";
|
||||
|
||||
@@ -69,7 +69,7 @@ export default function ComponentForum_BerandaCardView({
|
||||
}}
|
||||
>
|
||||
<Text c={"white"} fz={"sm"} lineClamp={4}>
|
||||
<Comp_V3_SetInnerHTML
|
||||
<Comp_V3_SetInnerHTMLWithStiker
|
||||
props={data?.diskusi}
|
||||
className="chat-content"
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user