mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-07 17:06:58 +00:00
Remove TextStyle (error in console)
This commit is contained in:
parent
a8f95b3176
commit
d3b8430b90
@ -34,7 +34,6 @@ import { Spacer } from '../../common/Spacer';
|
|||||||
import { ReactionPicker } from '../ReactionPicker';
|
import { ReactionPicker } from '../ReactionPicker';
|
||||||
import KeyOffIcon from '@mui/icons-material/KeyOff';
|
import KeyOffIcon from '@mui/icons-material/KeyOff';
|
||||||
import EditIcon from '@mui/icons-material/Edit';
|
import EditIcon from '@mui/icons-material/Edit';
|
||||||
import TextStyle from '@tiptap/extension-text-style';
|
|
||||||
import level0Img from '../../assets/badges/level-0.png';
|
import level0Img from '../../assets/badges/level-0.png';
|
||||||
import level1Img from '../../assets/badges/level-1.png';
|
import level1Img from '../../assets/badges/level-1.png';
|
||||||
import level2Img from '../../assets/badges/level-2.png';
|
import level2Img from '../../assets/badges/level-2.png';
|
||||||
@ -140,7 +139,6 @@ export const MessageItem = memo(
|
|||||||
Underline,
|
Underline,
|
||||||
Highlight,
|
Highlight,
|
||||||
Mention,
|
Mention,
|
||||||
TextStyle,
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}, [message?.editTimestamp]);
|
}, [message?.editTimestamp]);
|
||||||
@ -152,7 +150,6 @@ export const MessageItem = memo(
|
|||||||
Underline,
|
Underline,
|
||||||
Highlight,
|
Highlight,
|
||||||
Mention,
|
Mention,
|
||||||
TextStyle,
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}, [reply?.editTimestamp]);
|
}, [reply?.editTimestamp]);
|
||||||
@ -673,7 +670,6 @@ export const ReplyPreview = ({ message, isEdit = false }) => {
|
|||||||
Underline,
|
Underline,
|
||||||
Highlight,
|
Highlight,
|
||||||
Mention,
|
Mention,
|
||||||
TextStyle,
|
|
||||||
])}
|
])}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
@ -373,7 +373,6 @@ export const Group = ({
|
|||||||
desktopViewMode,
|
desktopViewMode,
|
||||||
}: GroupProps) => {
|
}: GroupProps) => {
|
||||||
const [desktopSideView, setDesktopSideView] = useState('groups');
|
const [desktopSideView, setDesktopSideView] = useState('groups');
|
||||||
|
|
||||||
const [secretKey, setSecretKey] = useState(null);
|
const [secretKey, setSecretKey] = useState(null);
|
||||||
const [secretKeyPublishDate, setSecretKeyPublishDate] = useState(null);
|
const [secretKeyPublishDate, setSecretKeyPublishDate] = useState(null);
|
||||||
const lastFetchedSecretKey = useRef(null);
|
const lastFetchedSecretKey = useRef(null);
|
||||||
@ -396,14 +395,11 @@ export const Group = ({
|
|||||||
const [openAddGroup, setOpenAddGroup] = useState(false);
|
const [openAddGroup, setOpenAddGroup] = useState(false);
|
||||||
const [isInitialGroups, setIsInitialGroups] = useState(false);
|
const [isInitialGroups, setIsInitialGroups] = useState(false);
|
||||||
const [openManageMembers, setOpenManageMembers] = useState(false);
|
const [openManageMembers, setOpenManageMembers] = useState(false);
|
||||||
|
|
||||||
const setMemberGroups = useSetAtom(memberGroupsAtom);
|
const setMemberGroups = useSetAtom(memberGroupsAtom);
|
||||||
|
|
||||||
const lastGroupNotification = useRef<null | number>(null);
|
const lastGroupNotification = useRef<null | number>(null);
|
||||||
const [timestampEnterData, setTimestampEnterData] = useAtom(
|
const [timestampEnterData, setTimestampEnterData] = useAtom(
|
||||||
timestampEnterDataAtom
|
timestampEnterDataAtom
|
||||||
);
|
);
|
||||||
|
|
||||||
const [chatMode, setChatMode] = useState('groups');
|
const [chatMode, setChatMode] = useState('groups');
|
||||||
const [newChat, setNewChat] = useState(false);
|
const [newChat, setNewChat] = useState(false);
|
||||||
const [openSnack, setOpenSnack] = useState(false);
|
const [openSnack, setOpenSnack] = useState(false);
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
"select_name_app": "select Name/App",
|
"select_name_app": "select Name/App",
|
||||||
"set_avatar": "set avatar",
|
"set_avatar": "set avatar",
|
||||||
"start_minting": "start minting",
|
"start_minting": "start minting",
|
||||||
"start_typing": "start typing here...",
|
"start_typing": "start typing here...aa",
|
||||||
"transfer_qort": "Transfer QORT",
|
"transfer_qort": "Transfer QORT",
|
||||||
"unpin": "unpin",
|
"unpin": "unpin",
|
||||||
"unpin_app": "unpin app",
|
"unpin_app": "unpin app",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user