mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat: replace broadcast creation modal with dedicated page
This commit is contained in:
11
src/App.tsx
11
src/App.tsx
@@ -38,6 +38,7 @@ const AdminServers = lazy(() => import('./pages/AdminServers'));
|
|||||||
const AdminDashboard = lazy(() => import('./pages/AdminDashboard'));
|
const AdminDashboard = lazy(() => import('./pages/AdminDashboard'));
|
||||||
const AdminBanSystem = lazy(() => import('./pages/AdminBanSystem'));
|
const AdminBanSystem = lazy(() => import('./pages/AdminBanSystem'));
|
||||||
const AdminBroadcasts = lazy(() => import('./pages/AdminBroadcasts'));
|
const AdminBroadcasts = lazy(() => import('./pages/AdminBroadcasts'));
|
||||||
|
const AdminBroadcastCreate = lazy(() => import('./pages/AdminBroadcastCreate'));
|
||||||
const AdminPromocodes = lazy(() => import('./pages/AdminPromocodes'));
|
const AdminPromocodes = lazy(() => import('./pages/AdminPromocodes'));
|
||||||
const AdminCampaigns = lazy(() => import('./pages/AdminCampaigns'));
|
const AdminCampaigns = lazy(() => import('./pages/AdminCampaigns'));
|
||||||
const AdminUsers = lazy(() => import('./pages/AdminUsers'));
|
const AdminUsers = lazy(() => import('./pages/AdminUsers'));
|
||||||
@@ -327,6 +328,16 @@ function App() {
|
|||||||
</AdminRoute>
|
</AdminRoute>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
<Route
|
||||||
|
path="/admin/broadcasts/create"
|
||||||
|
element={
|
||||||
|
<AdminRoute>
|
||||||
|
<LazyPage>
|
||||||
|
<AdminBroadcastCreate />
|
||||||
|
</LazyPage>
|
||||||
|
</AdminRoute>
|
||||||
|
}
|
||||||
|
/>
|
||||||
<Route
|
<Route
|
||||||
path="/admin/promocodes"
|
path="/admin/promocodes"
|
||||||
element={
|
element={
|
||||||
|
|||||||
456
src/pages/AdminBroadcastCreate.tsx
Normal file
456
src/pages/AdminBroadcastCreate.tsx
Normal file
@@ -0,0 +1,456 @@
|
|||||||
|
import { useState, useRef, useMemo } from 'react';
|
||||||
|
import { useNavigate } from 'react-router-dom';
|
||||||
|
import { useQuery, useMutation, useQueryClient } from '@tanstack/react-query';
|
||||||
|
import { useTranslation } from 'react-i18next';
|
||||||
|
import {
|
||||||
|
adminBroadcastsApi,
|
||||||
|
BroadcastFilter,
|
||||||
|
TariffFilter,
|
||||||
|
BroadcastCreateRequest,
|
||||||
|
} from '../api/adminBroadcasts';
|
||||||
|
import { AdminBackButton } from '../components/admin';
|
||||||
|
|
||||||
|
// Icons
|
||||||
|
const BroadcastIcon = () => (
|
||||||
|
<svg className="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={1.5}>
|
||||||
|
<path
|
||||||
|
strokeLinecap="round"
|
||||||
|
strokeLinejoin="round"
|
||||||
|
d="M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 110-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 01-1.44-4.282m3.102.069a18.03 18.03 0 01-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 018.835 2.535M10.34 6.66a23.847 23.847 0 008.835-2.535m0 0A23.74 23.74 0 0018.795 3m.38 1.125a23.91 23.91 0 011.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 001.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 010 3.46"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
);
|
||||||
|
|
||||||
|
const XIcon = () => (
|
||||||
|
<svg className="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" d="M6 18L18 6M6 6l12 12" />
|
||||||
|
</svg>
|
||||||
|
);
|
||||||
|
|
||||||
|
const RefreshIcon = () => (
|
||||||
|
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
|
||||||
|
<path
|
||||||
|
strokeLinecap="round"
|
||||||
|
strokeLinejoin="round"
|
||||||
|
d="M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
);
|
||||||
|
|
||||||
|
const PhotoIcon = () => (
|
||||||
|
<svg className="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
|
||||||
|
<path
|
||||||
|
strokeLinecap="round"
|
||||||
|
strokeLinejoin="round"
|
||||||
|
d="M2.25 15.75l5.159-5.159a2.25 2.25 0 013.182 0l5.159 5.159m-1.5-1.5l1.409-1.409a2.25 2.25 0 013.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 001.5-1.5V6a1.5 1.5 0 00-1.5-1.5H3.75A1.5 1.5 0 002.25 6v12a1.5 1.5 0 001.5 1.5zm10.5-11.25h.008v.008h-.008V8.25zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
);
|
||||||
|
|
||||||
|
const VideoIcon = () => (
|
||||||
|
<svg className="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
|
||||||
|
<path
|
||||||
|
strokeLinecap="round"
|
||||||
|
strokeLinejoin="round"
|
||||||
|
d="M15.75 10.5l4.72-4.72a.75.75 0 011.28.53v11.38a.75.75 0 01-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25h-9A2.25 2.25 0 002.25 7.5v9a2.25 2.25 0 002.25 2.25z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
);
|
||||||
|
|
||||||
|
const DocumentIcon = () => (
|
||||||
|
<svg className="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
|
||||||
|
<path
|
||||||
|
strokeLinecap="round"
|
||||||
|
strokeLinejoin="round"
|
||||||
|
d="M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
);
|
||||||
|
|
||||||
|
const UsersIcon = () => (
|
||||||
|
<svg className="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
|
||||||
|
<path
|
||||||
|
strokeLinecap="round"
|
||||||
|
strokeLinejoin="round"
|
||||||
|
d="M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
);
|
||||||
|
|
||||||
|
const ChevronDownIcon = () => (
|
||||||
|
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" />
|
||||||
|
</svg>
|
||||||
|
);
|
||||||
|
|
||||||
|
// Filter labels
|
||||||
|
const FILTER_GROUP_LABEL_KEYS: Record<string, string> = {
|
||||||
|
basic: 'admin.broadcasts.filterGroups.basic',
|
||||||
|
subscription: 'admin.broadcasts.filterGroups.subscription',
|
||||||
|
traffic: 'admin.broadcasts.filterGroups.traffic',
|
||||||
|
registration: 'admin.broadcasts.filterGroups.registration',
|
||||||
|
activity: 'admin.broadcasts.filterGroups.activity',
|
||||||
|
source: 'admin.broadcasts.filterGroups.source',
|
||||||
|
tariff: 'admin.broadcasts.filterGroups.tariff',
|
||||||
|
};
|
||||||
|
|
||||||
|
export default function AdminBroadcastCreate() {
|
||||||
|
const { t } = useTranslation();
|
||||||
|
const navigate = useNavigate();
|
||||||
|
const queryClient = useQueryClient();
|
||||||
|
const fileInputRef = useRef<HTMLInputElement>(null);
|
||||||
|
|
||||||
|
const [target, setTarget] = useState('');
|
||||||
|
const [messageText, setMessageText] = useState('');
|
||||||
|
const [selectedButtons, setSelectedButtons] = useState<string[]>(['home']);
|
||||||
|
const [mediaFile, setMediaFile] = useState<File | null>(null);
|
||||||
|
const [mediaType, setMediaType] = useState<'photo' | 'video' | 'document'>('photo');
|
||||||
|
const [mediaPreview, setMediaPreview] = useState<string | null>(null);
|
||||||
|
const [uploadedFileId, setUploadedFileId] = useState<string | null>(null);
|
||||||
|
const [isUploading, setIsUploading] = useState(false);
|
||||||
|
const [showFilters, setShowFilters] = useState(false);
|
||||||
|
|
||||||
|
// Fetch filters
|
||||||
|
const { data: filtersData, isLoading: filtersLoading } = useQuery({
|
||||||
|
queryKey: ['admin', 'broadcasts', 'filters'],
|
||||||
|
queryFn: adminBroadcastsApi.getFilters,
|
||||||
|
});
|
||||||
|
|
||||||
|
// Fetch buttons
|
||||||
|
const { data: buttonsData } = useQuery({
|
||||||
|
queryKey: ['admin', 'broadcasts', 'buttons'],
|
||||||
|
queryFn: adminBroadcastsApi.getButtons,
|
||||||
|
});
|
||||||
|
|
||||||
|
// Preview mutation
|
||||||
|
const previewMutation = useMutation({
|
||||||
|
mutationFn: adminBroadcastsApi.preview,
|
||||||
|
});
|
||||||
|
|
||||||
|
// Create mutation
|
||||||
|
const createMutation = useMutation({
|
||||||
|
mutationFn: adminBroadcastsApi.create,
|
||||||
|
onSuccess: (data) => {
|
||||||
|
queryClient.invalidateQueries({ queryKey: ['admin', 'broadcasts'] });
|
||||||
|
navigate(`/admin/broadcasts/${data.id}`);
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
// Group filters
|
||||||
|
const groupedFilters = useMemo(() => {
|
||||||
|
if (!filtersData) return {};
|
||||||
|
const groups: Record<string, (BroadcastFilter | TariffFilter)[]> = {};
|
||||||
|
|
||||||
|
// Basic filters
|
||||||
|
filtersData.filters.forEach((f) => {
|
||||||
|
const group = f.group || 'basic';
|
||||||
|
if (!groups[group]) groups[group] = [];
|
||||||
|
groups[group].push(f);
|
||||||
|
});
|
||||||
|
|
||||||
|
// Tariff filters
|
||||||
|
if (filtersData.tariff_filters.length > 0) {
|
||||||
|
groups['tariff'] = filtersData.tariff_filters;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Custom filters
|
||||||
|
filtersData.custom_filters.forEach((f) => {
|
||||||
|
const group = f.group || 'custom';
|
||||||
|
if (!groups[group]) groups[group] = [];
|
||||||
|
groups[group].push(f);
|
||||||
|
});
|
||||||
|
|
||||||
|
return groups;
|
||||||
|
}, [filtersData]);
|
||||||
|
|
||||||
|
// Selected filter info
|
||||||
|
const selectedFilter = useMemo(() => {
|
||||||
|
if (!target || !filtersData) return null;
|
||||||
|
const all = [
|
||||||
|
...filtersData.filters,
|
||||||
|
...filtersData.tariff_filters,
|
||||||
|
...filtersData.custom_filters,
|
||||||
|
];
|
||||||
|
return all.find((f) => f.key === target);
|
||||||
|
}, [target, filtersData]);
|
||||||
|
|
||||||
|
// Handle file selection
|
||||||
|
const handleFileSelect = async (e: React.ChangeEvent<HTMLInputElement>) => {
|
||||||
|
const file = e.target.files?.[0];
|
||||||
|
if (!file) return;
|
||||||
|
|
||||||
|
setMediaFile(file);
|
||||||
|
|
||||||
|
// Determine media type
|
||||||
|
if (file.type.startsWith('image/')) {
|
||||||
|
setMediaType('photo');
|
||||||
|
setMediaPreview(URL.createObjectURL(file));
|
||||||
|
} else if (file.type.startsWith('video/')) {
|
||||||
|
setMediaType('video');
|
||||||
|
setMediaPreview(null);
|
||||||
|
} else {
|
||||||
|
setMediaType('document');
|
||||||
|
setMediaPreview(null);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Upload file
|
||||||
|
setIsUploading(true);
|
||||||
|
try {
|
||||||
|
const result = await adminBroadcastsApi.uploadMedia(file, mediaType);
|
||||||
|
setUploadedFileId(result.file_id);
|
||||||
|
} catch (err) {
|
||||||
|
console.error('Upload failed:', err);
|
||||||
|
setMediaFile(null);
|
||||||
|
setMediaPreview(null);
|
||||||
|
} finally {
|
||||||
|
setIsUploading(false);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// Remove media
|
||||||
|
const handleRemoveMedia = () => {
|
||||||
|
setMediaFile(null);
|
||||||
|
setMediaPreview(null);
|
||||||
|
setUploadedFileId(null);
|
||||||
|
if (fileInputRef.current) {
|
||||||
|
fileInputRef.current.value = '';
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// Toggle button
|
||||||
|
const toggleButton = (key: string) => {
|
||||||
|
setSelectedButtons((prev) =>
|
||||||
|
prev.includes(key) ? prev.filter((b) => b !== key) : [...prev, key],
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
// Submit
|
||||||
|
const handleSubmit = () => {
|
||||||
|
if (!target || !messageText.trim()) return;
|
||||||
|
|
||||||
|
const data: BroadcastCreateRequest = {
|
||||||
|
target,
|
||||||
|
message_text: messageText,
|
||||||
|
selected_buttons: selectedButtons,
|
||||||
|
};
|
||||||
|
|
||||||
|
if (uploadedFileId) {
|
||||||
|
data.media = {
|
||||||
|
type: mediaType,
|
||||||
|
file_id: uploadedFileId,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
createMutation.mutate(data);
|
||||||
|
};
|
||||||
|
|
||||||
|
const recipientsCount = previewMutation.data?.count ?? selectedFilter?.count ?? null;
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="space-y-6">
|
||||||
|
{/* Header */}
|
||||||
|
<div className="flex items-center gap-3">
|
||||||
|
<AdminBackButton />
|
||||||
|
<div className="flex items-center gap-3">
|
||||||
|
<div className="rounded-lg bg-accent-500/20 p-2 text-accent-400">
|
||||||
|
<BroadcastIcon />
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h1 className="text-xl font-bold text-dark-100">{t('admin.broadcasts.create')}</h1>
|
||||||
|
<p className="text-sm text-dark-400">{t('admin.broadcasts.createSubtitle')}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Content */}
|
||||||
|
<div className="card space-y-6">
|
||||||
|
{/* Filter selection */}
|
||||||
|
<div>
|
||||||
|
<label className="mb-2 block text-sm font-medium text-dark-300">
|
||||||
|
{t('admin.broadcasts.selectFilter')}
|
||||||
|
</label>
|
||||||
|
<div className="relative">
|
||||||
|
<button
|
||||||
|
onClick={() => setShowFilters(!showFilters)}
|
||||||
|
className="flex w-full items-center justify-between rounded-lg border border-dark-700 bg-dark-800 p-3 text-left transition-colors hover:border-dark-600"
|
||||||
|
>
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<UsersIcon />
|
||||||
|
<span className={selectedFilter ? 'text-dark-100' : 'text-dark-400'}>
|
||||||
|
{selectedFilter
|
||||||
|
? selectedFilter.label
|
||||||
|
: t('admin.broadcasts.selectFilterPlaceholder')}
|
||||||
|
</span>
|
||||||
|
{recipientsCount !== null && (
|
||||||
|
<span className="rounded-full bg-accent-500/20 px-2 py-0.5 text-xs text-accent-400">
|
||||||
|
{recipientsCount} {t('admin.broadcasts.recipients')}
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
<ChevronDownIcon />
|
||||||
|
</button>
|
||||||
|
|
||||||
|
{showFilters && (
|
||||||
|
<div className="absolute left-0 right-0 top-full z-10 mt-1 max-h-64 overflow-y-auto rounded-lg border border-dark-700 bg-dark-800 shadow-xl">
|
||||||
|
{filtersLoading ? (
|
||||||
|
<div className="p-4 text-center text-dark-400">{t('common.loading')}</div>
|
||||||
|
) : (
|
||||||
|
Object.entries(groupedFilters).map(([group, filters]) => (
|
||||||
|
<div key={group}>
|
||||||
|
<div className="sticky top-0 bg-dark-900 px-3 py-2 text-xs font-medium text-dark-400">
|
||||||
|
{FILTER_GROUP_LABEL_KEYS[group] ? t(FILTER_GROUP_LABEL_KEYS[group]) : group}
|
||||||
|
</div>
|
||||||
|
{filters.map((filter) => (
|
||||||
|
<button
|
||||||
|
key={filter.key}
|
||||||
|
onClick={() => {
|
||||||
|
setTarget(filter.key);
|
||||||
|
setShowFilters(false);
|
||||||
|
previewMutation.mutate(filter.key);
|
||||||
|
}}
|
||||||
|
className={`flex w-full items-center justify-between px-3 py-2 text-left transition-colors hover:bg-dark-700 ${
|
||||||
|
target === filter.key ? 'bg-accent-500/20' : ''
|
||||||
|
}`}
|
||||||
|
>
|
||||||
|
<span className="text-dark-100">{filter.label}</span>
|
||||||
|
{filter.count !== null && filter.count !== undefined && (
|
||||||
|
<span className="text-xs text-dark-400">{filter.count}</span>
|
||||||
|
)}
|
||||||
|
</button>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
))
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Message text */}
|
||||||
|
<div>
|
||||||
|
<label className="mb-2 block text-sm font-medium text-dark-300">
|
||||||
|
{t('admin.broadcasts.messageText')}
|
||||||
|
</label>
|
||||||
|
<textarea
|
||||||
|
value={messageText}
|
||||||
|
onChange={(e) => setMessageText(e.target.value)}
|
||||||
|
placeholder={t('admin.broadcasts.messageTextPlaceholder')}
|
||||||
|
rows={6}
|
||||||
|
maxLength={4000}
|
||||||
|
className="input min-h-[150px] resize-y"
|
||||||
|
/>
|
||||||
|
<div className="mt-1 text-right text-xs text-dark-400">{messageText.length}/4000</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Media upload */}
|
||||||
|
<div>
|
||||||
|
<label className="mb-2 block text-sm font-medium text-dark-300">
|
||||||
|
{t('admin.broadcasts.media')}
|
||||||
|
</label>
|
||||||
|
{mediaFile ? (
|
||||||
|
<div className="rounded-lg border border-dark-700 bg-dark-800 p-4">
|
||||||
|
<div className="flex items-center justify-between">
|
||||||
|
<div className="flex items-center gap-3">
|
||||||
|
{mediaType === 'photo' && <PhotoIcon />}
|
||||||
|
{mediaType === 'video' && <VideoIcon />}
|
||||||
|
{mediaType === 'document' && <DocumentIcon />}
|
||||||
|
<div>
|
||||||
|
<p className="text-sm text-dark-100">{mediaFile.name}</p>
|
||||||
|
<p className="text-xs text-dark-400">
|
||||||
|
{(mediaFile.size / 1024 / 1024).toFixed(2)} MB
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<button
|
||||||
|
onClick={handleRemoveMedia}
|
||||||
|
className="rounded-lg p-2 text-dark-400 hover:bg-dark-700 hover:text-error-400"
|
||||||
|
disabled={isUploading}
|
||||||
|
>
|
||||||
|
<XIcon />
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
{mediaPreview && (
|
||||||
|
<img
|
||||||
|
src={mediaPreview}
|
||||||
|
alt="Preview"
|
||||||
|
className="mt-3 max-h-48 rounded-lg object-cover"
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
{isUploading && (
|
||||||
|
<div className="mt-2 flex items-center gap-2 text-sm text-accent-400">
|
||||||
|
<RefreshIcon />
|
||||||
|
{t('admin.broadcasts.uploading')}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
) : (
|
||||||
|
<div>
|
||||||
|
<input
|
||||||
|
ref={fileInputRef}
|
||||||
|
type="file"
|
||||||
|
accept="image/*,video/*,application/*"
|
||||||
|
onChange={handleFileSelect}
|
||||||
|
className="hidden"
|
||||||
|
/>
|
||||||
|
<button
|
||||||
|
onClick={() => fileInputRef.current?.click()}
|
||||||
|
className="flex w-full items-center justify-center gap-2 rounded-lg border border-dashed border-dark-600 bg-dark-800/50 p-6 text-dark-400 transition-colors hover:border-dark-500 hover:bg-dark-800 hover:text-dark-300"
|
||||||
|
>
|
||||||
|
<PhotoIcon />
|
||||||
|
<span>{t('admin.broadcasts.addMedia')}</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Buttons selection */}
|
||||||
|
<div>
|
||||||
|
<label className="mb-2 block text-sm font-medium text-dark-300">
|
||||||
|
{t('admin.broadcasts.buttons')}
|
||||||
|
</label>
|
||||||
|
<div className="flex flex-wrap gap-2">
|
||||||
|
{buttonsData?.buttons.map((button) => (
|
||||||
|
<button
|
||||||
|
key={button.key}
|
||||||
|
onClick={() => toggleButton(button.key)}
|
||||||
|
className={`rounded-lg px-3 py-2 text-sm transition-colors ${
|
||||||
|
selectedButtons.includes(button.key)
|
||||||
|
? 'bg-accent-500 text-white'
|
||||||
|
: 'border border-dark-700 bg-dark-800 text-dark-300 hover:bg-dark-700'
|
||||||
|
}`}
|
||||||
|
>
|
||||||
|
{button.label}
|
||||||
|
</button>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Footer */}
|
||||||
|
<div className="card flex items-center justify-between">
|
||||||
|
<div className="text-sm text-dark-400">
|
||||||
|
{recipientsCount !== null && (
|
||||||
|
<span>
|
||||||
|
{t('admin.broadcasts.willBeSent')}:{' '}
|
||||||
|
<strong className="text-accent-400">{recipientsCount}</strong>{' '}
|
||||||
|
{t('admin.broadcasts.users')}
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
<div className="flex gap-3">
|
||||||
|
<button onClick={() => navigate('/admin/broadcasts')} className="btn-secondary">
|
||||||
|
{t('common.cancel')}
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
onClick={handleSubmit}
|
||||||
|
disabled={!target || !messageText.trim() || createMutation.isPending || isUploading}
|
||||||
|
className="btn-primary flex items-center gap-2"
|
||||||
|
>
|
||||||
|
{createMutation.isPending ? <RefreshIcon /> : <BroadcastIcon />}
|
||||||
|
{t('admin.broadcasts.send')}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -1,13 +1,8 @@
|
|||||||
import { useState, useRef, useMemo } from 'react';
|
import { useState } from 'react';
|
||||||
import { useNavigate } from 'react-router-dom';
|
import { useNavigate } from 'react-router-dom';
|
||||||
import { useQuery, useMutation, useQueryClient } from '@tanstack/react-query';
|
import { useQuery } from '@tanstack/react-query';
|
||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
import {
|
import { adminBroadcastsApi } from '../api/adminBroadcasts';
|
||||||
adminBroadcastsApi,
|
|
||||||
BroadcastFilter,
|
|
||||||
TariffFilter,
|
|
||||||
BroadcastCreateRequest,
|
|
||||||
} from '../api/adminBroadcasts';
|
|
||||||
import { AdminBackButton } from '../components/admin';
|
import { AdminBackButton } from '../components/admin';
|
||||||
|
|
||||||
// Icons
|
// Icons
|
||||||
@@ -28,12 +23,6 @@ const PlusIcon = () => (
|
|||||||
</svg>
|
</svg>
|
||||||
);
|
);
|
||||||
|
|
||||||
const XIcon = () => (
|
|
||||||
<svg className="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
|
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" d="M6 18L18 6M6 6l12 12" />
|
|
||||||
</svg>
|
|
||||||
);
|
|
||||||
|
|
||||||
const RefreshIcon = () => (
|
const RefreshIcon = () => (
|
||||||
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
|
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
|
||||||
<path
|
<path
|
||||||
@@ -74,22 +63,6 @@ const DocumentIcon = () => (
|
|||||||
</svg>
|
</svg>
|
||||||
);
|
);
|
||||||
|
|
||||||
const UsersIcon = () => (
|
|
||||||
<svg className="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
|
|
||||||
<path
|
|
||||||
strokeLinecap="round"
|
|
||||||
strokeLinejoin="round"
|
|
||||||
d="M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
);
|
|
||||||
|
|
||||||
const ChevronDownIcon = () => (
|
|
||||||
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
|
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" />
|
|
||||||
</svg>
|
|
||||||
);
|
|
||||||
|
|
||||||
// Status badge component
|
// Status badge component
|
||||||
const statusConfig: Record<string, { bg: string; text: string; labelKey: string }> = {
|
const statusConfig: Record<string, { bg: string; text: string; labelKey: string }> = {
|
||||||
queued: {
|
queued: {
|
||||||
@@ -139,395 +112,11 @@ function StatusBadge({ status }: { status: string }) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Filter labels (labelKey pattern: store i18n keys, resolve at render time with t())
|
|
||||||
const FILTER_GROUP_LABEL_KEYS: Record<string, string> = {
|
|
||||||
basic: 'admin.broadcasts.filterGroups.basic',
|
|
||||||
subscription: 'admin.broadcasts.filterGroups.subscription',
|
|
||||||
traffic: 'admin.broadcasts.filterGroups.traffic',
|
|
||||||
registration: 'admin.broadcasts.filterGroups.registration',
|
|
||||||
activity: 'admin.broadcasts.filterGroups.activity',
|
|
||||||
source: 'admin.broadcasts.filterGroups.source',
|
|
||||||
tariff: 'admin.broadcasts.filterGroups.tariff',
|
|
||||||
};
|
|
||||||
|
|
||||||
// Create broadcast modal
|
|
||||||
interface CreateModalProps {
|
|
||||||
onClose: () => void;
|
|
||||||
onSuccess: () => void;
|
|
||||||
}
|
|
||||||
|
|
||||||
function CreateBroadcastModal({ onClose, onSuccess }: CreateModalProps) {
|
|
||||||
const { t } = useTranslation();
|
|
||||||
const queryClient = useQueryClient();
|
|
||||||
const fileInputRef = useRef<HTMLInputElement>(null);
|
|
||||||
|
|
||||||
const [target, setTarget] = useState('');
|
|
||||||
const [messageText, setMessageText] = useState('');
|
|
||||||
const [selectedButtons, setSelectedButtons] = useState<string[]>(['home']);
|
|
||||||
const [mediaFile, setMediaFile] = useState<File | null>(null);
|
|
||||||
const [mediaType, setMediaType] = useState<'photo' | 'video' | 'document'>('photo');
|
|
||||||
const [mediaPreview, setMediaPreview] = useState<string | null>(null);
|
|
||||||
const [uploadedFileId, setUploadedFileId] = useState<string | null>(null);
|
|
||||||
const [isUploading, setIsUploading] = useState(false);
|
|
||||||
const [showFilters, setShowFilters] = useState(false);
|
|
||||||
|
|
||||||
// Fetch filters
|
|
||||||
const { data: filtersData, isLoading: filtersLoading } = useQuery({
|
|
||||||
queryKey: ['admin', 'broadcasts', 'filters'],
|
|
||||||
queryFn: adminBroadcastsApi.getFilters,
|
|
||||||
});
|
|
||||||
|
|
||||||
// Fetch buttons
|
|
||||||
const { data: buttonsData } = useQuery({
|
|
||||||
queryKey: ['admin', 'broadcasts', 'buttons'],
|
|
||||||
queryFn: adminBroadcastsApi.getButtons,
|
|
||||||
});
|
|
||||||
|
|
||||||
// Preview mutation
|
|
||||||
const previewMutation = useMutation({
|
|
||||||
mutationFn: adminBroadcastsApi.preview,
|
|
||||||
});
|
|
||||||
|
|
||||||
// Create mutation
|
|
||||||
const createMutation = useMutation({
|
|
||||||
mutationFn: adminBroadcastsApi.create,
|
|
||||||
onSuccess: () => {
|
|
||||||
queryClient.invalidateQueries({ queryKey: ['admin', 'broadcasts'] });
|
|
||||||
onSuccess();
|
|
||||||
onClose();
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
// Group filters
|
|
||||||
const groupedFilters = useMemo(() => {
|
|
||||||
if (!filtersData) return {};
|
|
||||||
const groups: Record<string, (BroadcastFilter | TariffFilter)[]> = {};
|
|
||||||
|
|
||||||
// Basic filters
|
|
||||||
filtersData.filters.forEach((f) => {
|
|
||||||
const group = f.group || 'basic';
|
|
||||||
if (!groups[group]) groups[group] = [];
|
|
||||||
groups[group].push(f);
|
|
||||||
});
|
|
||||||
|
|
||||||
// Tariff filters
|
|
||||||
if (filtersData.tariff_filters.length > 0) {
|
|
||||||
groups['tariff'] = filtersData.tariff_filters;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Custom filters
|
|
||||||
filtersData.custom_filters.forEach((f) => {
|
|
||||||
const group = f.group || 'custom';
|
|
||||||
if (!groups[group]) groups[group] = [];
|
|
||||||
groups[group].push(f);
|
|
||||||
});
|
|
||||||
|
|
||||||
return groups;
|
|
||||||
}, [filtersData]);
|
|
||||||
|
|
||||||
// Selected filter info
|
|
||||||
const selectedFilter = useMemo(() => {
|
|
||||||
if (!target || !filtersData) return null;
|
|
||||||
const all = [
|
|
||||||
...filtersData.filters,
|
|
||||||
...filtersData.tariff_filters,
|
|
||||||
...filtersData.custom_filters,
|
|
||||||
];
|
|
||||||
return all.find((f) => f.key === target);
|
|
||||||
}, [target, filtersData]);
|
|
||||||
|
|
||||||
// Handle file selection
|
|
||||||
const handleFileSelect = async (e: React.ChangeEvent<HTMLInputElement>) => {
|
|
||||||
const file = e.target.files?.[0];
|
|
||||||
if (!file) return;
|
|
||||||
|
|
||||||
setMediaFile(file);
|
|
||||||
|
|
||||||
// Determine media type
|
|
||||||
if (file.type.startsWith('image/')) {
|
|
||||||
setMediaType('photo');
|
|
||||||
setMediaPreview(URL.createObjectURL(file));
|
|
||||||
} else if (file.type.startsWith('video/')) {
|
|
||||||
setMediaType('video');
|
|
||||||
setMediaPreview(null);
|
|
||||||
} else {
|
|
||||||
setMediaType('document');
|
|
||||||
setMediaPreview(null);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Upload file
|
|
||||||
setIsUploading(true);
|
|
||||||
try {
|
|
||||||
const result = await adminBroadcastsApi.uploadMedia(file, mediaType);
|
|
||||||
setUploadedFileId(result.file_id);
|
|
||||||
} catch (err) {
|
|
||||||
console.error('Upload failed:', err);
|
|
||||||
setMediaFile(null);
|
|
||||||
setMediaPreview(null);
|
|
||||||
} finally {
|
|
||||||
setIsUploading(false);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
// Remove media
|
|
||||||
const handleRemoveMedia = () => {
|
|
||||||
setMediaFile(null);
|
|
||||||
setMediaPreview(null);
|
|
||||||
setUploadedFileId(null);
|
|
||||||
if (fileInputRef.current) {
|
|
||||||
fileInputRef.current.value = '';
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
// Toggle button
|
|
||||||
const toggleButton = (key: string) => {
|
|
||||||
setSelectedButtons((prev) =>
|
|
||||||
prev.includes(key) ? prev.filter((b) => b !== key) : [...prev, key],
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
// Submit
|
|
||||||
const handleSubmit = () => {
|
|
||||||
if (!target || !messageText.trim()) return;
|
|
||||||
|
|
||||||
const data: BroadcastCreateRequest = {
|
|
||||||
target,
|
|
||||||
message_text: messageText,
|
|
||||||
selected_buttons: selectedButtons,
|
|
||||||
};
|
|
||||||
|
|
||||||
if (uploadedFileId) {
|
|
||||||
data.media = {
|
|
||||||
type: mediaType,
|
|
||||||
file_id: uploadedFileId,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
createMutation.mutate(data);
|
|
||||||
};
|
|
||||||
|
|
||||||
const recipientsCount = previewMutation.data?.count ?? selectedFilter?.count ?? null;
|
|
||||||
|
|
||||||
return (
|
|
||||||
<div className="fixed inset-0 z-50 flex items-center justify-center overflow-y-auto p-4">
|
|
||||||
<div className="my-4 w-full max-w-2xl rounded-xl bg-dark-800">
|
|
||||||
{/* Header */}
|
|
||||||
<div className="flex items-center justify-between border-b border-dark-700 p-4">
|
|
||||||
<div className="flex items-center gap-3">
|
|
||||||
<div className="rounded-lg bg-accent-500/20 p-2 text-accent-400">
|
|
||||||
<BroadcastIcon />
|
|
||||||
</div>
|
|
||||||
<h2 className="text-lg font-semibold text-dark-100">{t('admin.broadcasts.create')}</h2>
|
|
||||||
</div>
|
|
||||||
<button onClick={onClose} className="rounded-lg p-2 transition-colors hover:bg-dark-700">
|
|
||||||
<XIcon />
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Content */}
|
|
||||||
<div className="max-h-[70vh] space-y-4 overflow-y-auto p-4">
|
|
||||||
{/* Filter selection */}
|
|
||||||
<div>
|
|
||||||
<label className="mb-2 block text-sm font-medium text-dark-300">
|
|
||||||
{t('admin.broadcasts.selectFilter')}
|
|
||||||
</label>
|
|
||||||
<div className="relative">
|
|
||||||
<button
|
|
||||||
onClick={() => setShowFilters(!showFilters)}
|
|
||||||
className="flex w-full items-center justify-between rounded-lg bg-dark-700 p-3 text-left transition-colors hover:bg-dark-600"
|
|
||||||
>
|
|
||||||
<div className="flex items-center gap-2">
|
|
||||||
<UsersIcon />
|
|
||||||
<span className={selectedFilter ? 'text-dark-100' : 'text-dark-400'}>
|
|
||||||
{selectedFilter
|
|
||||||
? selectedFilter.label
|
|
||||||
: t('admin.broadcasts.selectFilterPlaceholder')}
|
|
||||||
</span>
|
|
||||||
{recipientsCount !== null && (
|
|
||||||
<span className="rounded-full bg-accent-500/20 px-2 py-0.5 text-xs text-accent-400">
|
|
||||||
{recipientsCount} {t('admin.broadcasts.recipients')}
|
|
||||||
</span>
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
<ChevronDownIcon />
|
|
||||||
</button>
|
|
||||||
|
|
||||||
{showFilters && (
|
|
||||||
<div className="absolute left-0 right-0 top-full z-10 mt-1 max-h-64 overflow-y-auto rounded-lg bg-dark-700 shadow-xl">
|
|
||||||
{filtersLoading ? (
|
|
||||||
<div className="p-4 text-center text-dark-400">Loading...</div>
|
|
||||||
) : (
|
|
||||||
Object.entries(groupedFilters).map(([group, filters]) => (
|
|
||||||
<div key={group}>
|
|
||||||
<div className="sticky top-0 bg-dark-800 px-3 py-2 text-xs font-medium text-dark-400">
|
|
||||||
{FILTER_GROUP_LABEL_KEYS[group]
|
|
||||||
? t(FILTER_GROUP_LABEL_KEYS[group])
|
|
||||||
: group}
|
|
||||||
</div>
|
|
||||||
{filters.map((filter) => (
|
|
||||||
<button
|
|
||||||
key={filter.key}
|
|
||||||
onClick={() => {
|
|
||||||
setTarget(filter.key);
|
|
||||||
setShowFilters(false);
|
|
||||||
previewMutation.mutate(filter.key);
|
|
||||||
}}
|
|
||||||
className={`flex w-full items-center justify-between px-3 py-2 text-left transition-colors hover:bg-dark-600 ${
|
|
||||||
target === filter.key ? 'bg-accent-500/20' : ''
|
|
||||||
}`}
|
|
||||||
>
|
|
||||||
<span className="text-dark-100">{filter.label}</span>
|
|
||||||
{filter.count !== null && filter.count !== undefined && (
|
|
||||||
<span className="text-xs text-dark-400">{filter.count}</span>
|
|
||||||
)}
|
|
||||||
</button>
|
|
||||||
))}
|
|
||||||
</div>
|
|
||||||
))
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Message text */}
|
|
||||||
<div>
|
|
||||||
<label className="mb-2 block text-sm font-medium text-dark-300">
|
|
||||||
{t('admin.broadcasts.messageText')}
|
|
||||||
</label>
|
|
||||||
<textarea
|
|
||||||
value={messageText}
|
|
||||||
onChange={(e) => setMessageText(e.target.value)}
|
|
||||||
placeholder={t('admin.broadcasts.messageTextPlaceholder')}
|
|
||||||
rows={5}
|
|
||||||
maxLength={4000}
|
|
||||||
className="w-full resize-none rounded-lg bg-dark-700 p-3 text-dark-100 placeholder-dark-400 focus:outline-none focus:ring-2 focus:ring-accent-500"
|
|
||||||
/>
|
|
||||||
<div className="mt-1 text-right text-xs text-dark-400">{messageText.length}/4000</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Media upload */}
|
|
||||||
<div>
|
|
||||||
<label className="mb-2 block text-sm font-medium text-dark-300">
|
|
||||||
{t('admin.broadcasts.media')}
|
|
||||||
</label>
|
|
||||||
{mediaFile ? (
|
|
||||||
<div className="rounded-lg bg-dark-700 p-3">
|
|
||||||
<div className="flex items-center justify-between">
|
|
||||||
<div className="flex items-center gap-3">
|
|
||||||
{mediaType === 'photo' && <PhotoIcon />}
|
|
||||||
{mediaType === 'video' && <VideoIcon />}
|
|
||||||
{mediaType === 'document' && <DocumentIcon />}
|
|
||||||
<div>
|
|
||||||
<p className="text-sm text-dark-100">{mediaFile.name}</p>
|
|
||||||
<p className="text-xs text-dark-400">
|
|
||||||
{(mediaFile.size / 1024 / 1024).toFixed(2)} MB
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<button
|
|
||||||
onClick={handleRemoveMedia}
|
|
||||||
className="rounded-lg p-2 text-dark-400 hover:bg-dark-600 hover:text-error-400"
|
|
||||||
disabled={isUploading}
|
|
||||||
>
|
|
||||||
<XIcon />
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
{mediaPreview && (
|
|
||||||
<img
|
|
||||||
src={mediaPreview}
|
|
||||||
alt="Preview"
|
|
||||||
className="mt-3 max-h-40 rounded-lg object-cover"
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
{isUploading && (
|
|
||||||
<div className="mt-2 text-sm text-accent-400">
|
|
||||||
{t('admin.broadcasts.uploading')}
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
) : (
|
|
||||||
<div className="flex gap-2">
|
|
||||||
<input
|
|
||||||
ref={fileInputRef}
|
|
||||||
type="file"
|
|
||||||
accept="image/*,video/*,application/*"
|
|
||||||
onChange={handleFileSelect}
|
|
||||||
className="hidden"
|
|
||||||
/>
|
|
||||||
<button
|
|
||||||
onClick={() => fileInputRef.current?.click()}
|
|
||||||
className="flex flex-1 items-center justify-center gap-2 rounded-lg bg-dark-700 p-3 text-dark-400 transition-colors hover:bg-dark-600 hover:text-dark-100"
|
|
||||||
>
|
|
||||||
<PhotoIcon />
|
|
||||||
<span>{t('admin.broadcasts.addMedia')}</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Buttons selection */}
|
|
||||||
<div>
|
|
||||||
<label className="mb-2 block text-sm font-medium text-dark-300">
|
|
||||||
{t('admin.broadcasts.buttons')}
|
|
||||||
</label>
|
|
||||||
<div className="flex flex-wrap gap-2">
|
|
||||||
{buttonsData?.buttons.map((button) => (
|
|
||||||
<button
|
|
||||||
key={button.key}
|
|
||||||
onClick={() => toggleButton(button.key)}
|
|
||||||
className={`rounded-lg px-3 py-2 text-sm transition-colors ${
|
|
||||||
selectedButtons.includes(button.key)
|
|
||||||
? 'bg-accent-500 text-white'
|
|
||||||
: 'bg-dark-700 text-dark-300 hover:bg-dark-600'
|
|
||||||
}`}
|
|
||||||
>
|
|
||||||
{button.label}
|
|
||||||
</button>
|
|
||||||
))}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Footer */}
|
|
||||||
<div className="flex items-center justify-between border-t border-dark-700 p-4">
|
|
||||||
<div className="text-sm text-dark-400">
|
|
||||||
{recipientsCount !== null && (
|
|
||||||
<span>
|
|
||||||
{t('admin.broadcasts.willBeSent')}:{' '}
|
|
||||||
<strong className="text-accent-400">{recipientsCount}</strong>{' '}
|
|
||||||
{t('admin.broadcasts.users')}
|
|
||||||
</span>
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
<div className="flex gap-2">
|
|
||||||
<button
|
|
||||||
onClick={onClose}
|
|
||||||
className="rounded-lg bg-dark-700 px-4 py-2 text-dark-300 transition-colors hover:bg-dark-600"
|
|
||||||
>
|
|
||||||
{t('common.cancel')}
|
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
onClick={handleSubmit}
|
|
||||||
disabled={!target || !messageText.trim() || createMutation.isPending || isUploading}
|
|
||||||
className="flex items-center gap-2 rounded-lg bg-accent-500 px-4 py-2 text-white transition-colors hover:bg-accent-600 disabled:cursor-not-allowed disabled:opacity-50"
|
|
||||||
>
|
|
||||||
{createMutation.isPending ? <RefreshIcon /> : <BroadcastIcon />}
|
|
||||||
{t('admin.broadcasts.send')}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Main component
|
// Main component
|
||||||
export default function AdminBroadcasts() {
|
export default function AdminBroadcasts() {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
|
||||||
const [showCreateModal, setShowCreateModal] = useState(false);
|
|
||||||
const [page, setPage] = useState(0);
|
const [page, setPage] = useState(0);
|
||||||
const limit = 20;
|
const limit = 20;
|
||||||
|
|
||||||
@@ -561,7 +150,7 @@ export default function AdminBroadcasts() {
|
|||||||
<RefreshIcon />
|
<RefreshIcon />
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
onClick={() => setShowCreateModal(true)}
|
onClick={() => navigate('/admin/broadcasts/create')}
|
||||||
className="flex items-center gap-2 rounded-lg bg-accent-500 px-4 py-2 text-white transition-colors hover:bg-accent-600"
|
className="flex items-center gap-2 rounded-lg bg-accent-500 px-4 py-2 text-white transition-colors hover:bg-accent-600"
|
||||||
>
|
>
|
||||||
<PlusIcon />
|
<PlusIcon />
|
||||||
@@ -652,16 +241,6 @@ export default function AdminBroadcasts() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Create Modal */}
|
|
||||||
{showCreateModal && (
|
|
||||||
<CreateBroadcastModal
|
|
||||||
onClose={() => setShowCreateModal(false)}
|
|
||||||
onSuccess={() => {
|
|
||||||
refetch();
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user