mirror of
https://github.com/Qortal/q-share.git
synced 2025-01-30 14:52:20 +00:00
changes
This commit is contained in:
parent
2b43bef184
commit
5888fd7fff
@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Q-Tube</title>
|
<title>Q-Share</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 15 KiB |
@ -8,7 +8,7 @@ import DialogTitle from "@mui/material/DialogTitle";
|
|||||||
import localForage from "localforage";
|
import localForage from "localforage";
|
||||||
import { useTheme } from "@mui/material";
|
import { useTheme } from "@mui/material";
|
||||||
const generalLocal = localForage.createInstance({
|
const generalLocal = localForage.createInstance({
|
||||||
name: "q-tube-general",
|
name: "q-share-general",
|
||||||
});
|
});
|
||||||
|
|
||||||
export default function ConsentModal() {
|
export default function ConsentModal() {
|
||||||
@ -44,7 +44,7 @@ export default function ConsentModal() {
|
|||||||
<DialogTitle id="alert-dialog-title">Welcome</DialogTitle>
|
<DialogTitle id="alert-dialog-title">Welcome</DialogTitle>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<DialogContentText id="alert-dialog-description">
|
<DialogContentText id="alert-dialog-description">
|
||||||
Q-Tube is currently in its first version and as such there could be
|
Q-Share is currently in its first version and as such there could be
|
||||||
some bugs. The Qortal community, along with its development team and
|
some bugs. The Qortal community, along with its development team and
|
||||||
the creators of this application, cannot be held accountable for any
|
the creators of this application, cannot be held accountable for any
|
||||||
content published or displayed. Also, they are not responsible for
|
content published or displayed. Also, they are not responsible for
|
||||||
|
@ -3,7 +3,7 @@ import gamingIcon from '../assets/icons/gaming.webp'
|
|||||||
import mediaIcon from '../assets/icons/media.webp'
|
import mediaIcon from '../assets/icons/media.webp'
|
||||||
|
|
||||||
|
|
||||||
const useTestIdentifiers = true;
|
const useTestIdentifiers = false;
|
||||||
|
|
||||||
export const QTUBE_VIDEO_BASE = useTestIdentifiers
|
export const QTUBE_VIDEO_BASE = useTestIdentifiers
|
||||||
? "MYTEST_share_vid_"
|
? "MYTEST_share_vid_"
|
||||||
|
@ -316,7 +316,7 @@ export const VideoList = ({ mode }: VideoListProps) => {
|
|||||||
setSelectedSubCategoryVideos3(selectedOption || null);
|
setSelectedSubCategoryVideos3(selectedOption || null);
|
||||||
};
|
};
|
||||||
const blockUserFunc = async (user: string) => {
|
const blockUserFunc = async (user: string) => {
|
||||||
if (user === "Q-Tube") return;
|
if (user === "Q-Share") return;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await qortalRequest({
|
const response = await qortalRequest({
|
||||||
|
Loading…
Reference in New Issue
Block a user