This commit is contained in:
smanylov
2026-01-16 15:52:59 +07:00
parent 4255aeda9d
commit a6eea2fe0a
29 changed files with 3338 additions and 1840 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
import createNextIntlPlugin from 'next-intl/plugin';
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
}; };
export default nextConfig; const withNextIntl = createNextIntlPlugin();
export default withNextIntl(nextConfig);
+2471 -1704
View File
File diff suppressed because it is too large Load Diff
+5 -3
View File
@@ -9,16 +9,18 @@
}, },
"dependencies": { "dependencies": {
"next": "16.1.2", "next": "16.1.2",
"next-intl": "^4.7.0",
"react": "19.2.3", "react": "19.2.3",
"react-dom": "19.2.3" "react-dom": "19.2.3"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4", "@tailwindcss/postcss": "^4.1.18",
"@types/node": "^20", "@types/node": "^20",
"@types/react": "^19", "@types/react": "^19",
"@types/react-dom": "^19", "@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0", "babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4", "sass": "^1.97.2",
"tailwindcss": "^4.1.18",
"typescript": "^5" "typescript": "^5"
} }
} }
-1
View File
@@ -1 +0,0 @@
<svg fill="none" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 13.5V5.41a1 1 0 0 0-.3-.7L9.8.29A1 1 0 0 0 9.08 0H1.5v13.5A2.5 2.5 0 0 0 4 16h8a2.5 2.5 0 0 0 2.5-2.5m-1.5 0v-7H8v-5H3v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1M9.5 5V2.12L12.38 5zM5.13 5h-.62v1.25h2.12V5zm-.62 3h7.12v1.25H4.5zm.62 3h-.62v1.25h7.12V11z" clip-rule="evenodd" fill="#666" fill-rule="evenodd"/></svg>

Before

Width:  |  Height:  |  Size: 391 B

-1
View File
@@ -1 +0,0 @@
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g clip-path="url(#a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.27 14.1a6.5 6.5 0 0 0 3.67-3.45q-1.24.21-2.7.34-.31 1.83-.97 3.1M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.48-1.52a7 7 0 0 1-.96 0H7.5a4 4 0 0 1-.84-1.32q-.38-.89-.63-2.08a40 40 0 0 0 3.92 0q-.25 1.2-.63 2.08a4 4 0 0 1-.84 1.31zm2.94-4.76q1.66-.15 2.95-.43a7 7 0 0 0 0-2.58q-1.3-.27-2.95-.43a18 18 0 0 1 0 3.44m-1.27-3.54a17 17 0 0 1 0 3.64 39 39 0 0 1-4.3 0 17 17 0 0 1 0-3.64 39 39 0 0 1 4.3 0m1.1-1.17q1.45.13 2.69.34a6.5 6.5 0 0 0-3.67-3.44q.65 1.26.98 3.1M8.48 1.5l.01.02q.41.37.84 1.31.38.89.63 2.08a40 40 0 0 0-3.92 0q.25-1.2.63-2.08a4 4 0 0 1 .85-1.32 7 7 0 0 1 .96 0m-2.75.4a6.5 6.5 0 0 0-3.67 3.44 29 29 0 0 1 2.7-.34q.31-1.83.97-3.1M4.58 6.28q-1.66.16-2.95.43a7 7 0 0 0 0 2.58q1.3.27 2.95.43a18 18 0 0 1 0-3.44m.17 4.71q-1.45-.12-2.69-.34a6.5 6.5 0 0 0 3.67 3.44q-.65-1.27-.98-3.1" fill="#666"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 394 80"><path fill="#000" d="M262 0h68.5v12.7h-27.2v66.6h-13.6V12.7H262V0ZM149 0v12.7H94v20.4h44.3v12.6H94v21h55v12.6H80.5V0h68.7zm34.3 0h-17.8l63.8 79.4h17.9l-32-39.7 32-39.6h-17.9l-23 28.6-23-28.6zm18.3 56.7-9-11-27.1 33.7h17.8l18.3-22.7z"/><path fill="#000" d="M81 79.3 17 0H0v79.3h13.6V17l50.2 62.3H81Zm252.6-.4c-1 0-1.8-.4-2.5-1s-1.1-1.6-1.1-2.6.3-1.8 1-2.5 1.6-1 2.6-1 1.8.3 2.5 1a3.4 3.4 0 0 1 .6 4.3 3.7 3.7 0 0 1-3 1.8zm23.2-33.5h6v23.3c0 2.1-.4 4-1.3 5.5a9.1 9.1 0 0 1-3.8 3.5c-1.6.8-3.5 1.3-5.7 1.3-2 0-3.7-.4-5.3-1s-2.8-1.8-3.7-3.2c-.9-1.3-1.4-3-1.4-5h6c.1.8.3 1.6.7 2.2s1 1.2 1.6 1.5c.7.4 1.5.5 2.4.5 1 0 1.8-.2 2.4-.6a4 4 0 0 0 1.6-1.8c.3-.8.5-1.8.5-3V45.5zm30.9 9.1a4.4 4.4 0 0 0-2-3.3 7.5 7.5 0 0 0-4.3-1.1c-1.3 0-2.4.2-3.3.5-.9.4-1.6 1-2 1.6a3.5 3.5 0 0 0-.3 4c.3.5.7.9 1.3 1.2l1.8 1 2 .5 3.2.8c1.3.3 2.5.7 3.7 1.2a13 13 0 0 1 3.2 1.8 8.1 8.1 0 0 1 3 6.5c0 2-.5 3.7-1.5 5.1a10 10 0 0 1-4.4 3.5c-1.8.8-4.1 1.2-6.8 1.2-2.6 0-4.9-.4-6.8-1.2-2-.8-3.4-2-4.5-3.5a10 10 0 0 1-1.7-5.6h6a5 5 0 0 0 3.5 4.6c1 .4 2.2.6 3.4.6 1.3 0 2.5-.2 3.5-.6 1-.4 1.8-1 2.4-1.7a4 4 0 0 0 .8-2.4c0-.9-.2-1.6-.7-2.2a11 11 0 0 0-2.1-1.4l-3.2-1-3.8-1c-2.8-.7-5-1.7-6.6-3.2a7.2 7.2 0 0 1-2.4-5.7 8 8 0 0 1 1.7-5 10 10 0 0 1 4.3-3.5c2-.8 4-1.2 6.4-1.2 2.3 0 4.4.4 6.2 1.2 1.8.8 3.2 2 4.3 3.4 1 1.4 1.5 3 1.5 5h-5.8z"/></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

-1
View File
@@ -1 +0,0 @@
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1155 1000"><path d="m577.3 0 577.4 1000H0z" fill="#fff"/></svg>

Before

Width:  |  Height:  |  Size: 128 B

-1
View File
@@ -1 +0,0 @@
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 2.5h13v10a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1zM0 1h16v11.5a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 0 12.5zm3.75 4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5M7 4.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m1.75.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5" fill="#666"/></svg>

Before

Width:  |  Height:  |  Size: 385 B

+40
View File
@@ -0,0 +1,40 @@
import type { Metadata } from "next";
import { NextIntlClientProvider, hasLocale } from 'next-intl';
import { routing } from '@/i18n/routing';
import { notFound } from 'next/navigation';
import HeaderMenu from '@/app/ui/header/header-menu';
import "../styles/globals.css";
import "../styles/global-styles.scss"
export const metadata: Metadata = {
title: "Legal no copy",
description: "Legal no copy",
};
export function generateStaticParams() {
return routing.locales.map((locale: any) => ({ locale }));
}
export default async function RootLayout({
children,
params
}: Readonly<{
children: React.ReactNode;
params: Promise<{ locale: string }>;
}>) {
const { locale } = await params;
if (!hasLocale(routing.locales, locale)) {
notFound();
}
return (
<html lang="en">
<body>
<NextIntlClientProvider>
<HeaderMenu />
{children}
</NextIntlClientProvider>
</body>
</html >
);
}
+13
View File
@@ -0,0 +1,13 @@
import StatsDashboard from '@/app/ui/main-page/stats-dashboard';
import QuickActions from '@/app/ui/main-page/quick-actions';
import CasesList from '@/app/ui/main-page/cases-list';
export default function Home() {
return (
<div className="container mx-auto px-4 py-8">
<StatsDashboard />
<QuickActions />
<CasesList />
</div>
);
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

-26
View File
@@ -1,26 +0,0 @@
@import "tailwindcss";
:root {
--background: #ffffff;
--foreground: #171717;
}
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--font-sans: var(--font-geist-sans);
--font-mono: var(--font-geist-mono);
}
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--foreground: #ededed;
}
}
body {
background: var(--background);
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
}
-34
View File
@@ -1,34 +0,0 @@
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
const geistSans = Geist({
variable: "--font-geist-sans",
subsets: ["latin"],
});
const geistMono = Geist_Mono({
variable: "--font-geist-mono",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
};
export default function RootLayout({
children,
}: Readonly<{
children: React.ReactNode;
}>) {
return (
<html lang="en">
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>
{children}
</body>
</html>
);
}
-65
View File
@@ -1,65 +0,0 @@
import Image from "next/image";
export default function Home() {
return (
<div className="flex min-h-screen items-center justify-center bg-zinc-50 font-sans dark:bg-black">
<main className="flex min-h-screen w-full max-w-3xl flex-col items-center justify-between py-32 px-16 bg-white dark:bg-black sm:items-start">
<Image
className="dark:invert"
src="/next.svg"
alt="Next.js logo"
width={100}
height={20}
priority
/>
<div className="flex flex-col items-center gap-6 text-center sm:items-start sm:text-left">
<h1 className="max-w-xs text-3xl font-semibold leading-10 tracking-tight text-black dark:text-zinc-50">
To get started, edit the page.tsx file.
</h1>
<p className="max-w-md text-lg leading-8 text-zinc-600 dark:text-zinc-400">
Looking for a starting point or more instructions? Head over to{" "}
<a
href="https://vercel.com/templates?framework=next.js&utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
className="font-medium text-zinc-950 dark:text-zinc-50"
>
Templates
</a>{" "}
or the{" "}
<a
href="https://nextjs.org/learn?utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
className="font-medium text-zinc-950 dark:text-zinc-50"
>
Learning
</a>{" "}
center.
</p>
</div>
<div className="flex flex-col gap-4 text-base font-medium sm:flex-row">
<a
className="flex h-12 w-full items-center justify-center gap-2 rounded-full bg-foreground px-5 text-background transition-colors hover:bg-[#383838] dark:hover:bg-[#ccc] md:w-[158px]"
href="https://vercel.com/new?utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
target="_blank"
rel="noopener noreferrer"
>
<Image
className="dark:invert"
src="/vercel.svg"
alt="Vercel logomark"
width={16}
height={16}
/>
Deploy Now
</a>
<a
className="flex h-12 w-full items-center justify-center rounded-full border border-solid border-black/[.08] px-5 transition-colors hover:border-transparent hover:bg-black/[.04] dark:border-white/[.145] dark:hover:bg-[#1a1a1a] md:w-[158px]"
href="https://nextjs.org/docs?utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
target="_blank"
rel="noopener noreferrer"
>
Documentation
</a>
</div>
</main>
</div>
);
}
+198
View File
@@ -0,0 +1,198 @@
.header-menu-wrapper {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
0 4px 6px -2px rgba(0, 0, 0, 0.05);
position: sticky;
top: 0;
z-index: 50;
.header-menu {
width: 100%;
padding: 16px;
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-between;
align-items: center;
@media (min-width: 640px) {
max-width: 640px;
}
@media (min-width: 768px) {
max-width: 768px;
}
@media (min-width: 1024px) {
max-width: 1024px;
}
@media (min-width: 1280px) {
max-width: 1280px;
}
.notification-badge {
position: absolute;
top: -8px;
right: -8px;
background: #ef4444;
color: white;
border-radius: 9999px;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.7rem;
font-weight: 700;
}
}
}
.stats-dashboard {
display: grid;
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: 24px;
margin-bottom: 32px;
@media (min-width: 768px) {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1024px) {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.stat-card-modern {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
border-radius: 1rem;
padding: 1.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}
}
.quick-action-modern {
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
border-radius: 1rem;
padding: 1rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
border: 1px solid transparent;
}
.cases-list-wrapper {
.cases-list-tab {
padding: 16px 8px;
font-weight: 600;
color: #374151;
border-bottom: 3px solid transparent;
transition: all 0.2s ease;
cursor: pointer;
&.tab-active {
border-bottom-color: #667eea !important;
color: #667eea !important;
}
}
.status-badge,
.priority-badge,
.verdict-badge {
padding: 6px 10px;
border-radius: 8px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
border: 1px solid;
display: inline-flex;
align-items: center;
gap: 4px;
}
.priority-medium {
background: linear-gradient(135deg, #fef3c7, #fde68a);
color: #d97706;
border-color: #f59e0b;
}
.status-submitted {
background: linear-gradient(135deg, #dbeafe, #bfdbfe);
color: #1e40af;
border-color: #3b82f6;
}
.status-assigned {
background: linear-gradient(135deg, #fef3c7, #fde68a);
color: #d97706;
border-color: #f59e0b;
}
.cases-list-update {
&-wrapper {
margin-bottom: 16px;
text-align: center;
}
&-button {
font-size: 14px;
color: #9333ea;
font-weight: 600;
transition: color 0.2s ease-in-out;
display: flex;
align-items: center;
margin: 0 auto;
&:hover {
color: #7e22ce;
}
}
}
.cases-item {
background-color: #ffffff;
border-radius: 12px;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
0 4px 6px -2px rgba(0, 0, 0, 0.05);
overflow: hidden;
border-left: 4px solid #3b82f6;
transition: transform 0.3s ease, box-shadow 0.3s ease;
&:hover {
transform: translateY(-4px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
&-date-ago {
font-size: 14px;
color: #4b5563;
display: flex;
align-items: center;
.icon {
width: 15px;
}
}
&-link {
font-size: 14px;
color: #9333ea;
transition: color 0.2s ease-in-out;
display: flex;
align-items: center;
&:hover {
color: #7e22ce;
}
.icon {
width: 15px;
}
}
}
}
+51
View File
@@ -0,0 +1,51 @@
@font-face {
font-family: "Nunito Sans";
src:
url('./fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype-variations'),
url('./fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
font-weight: 100 1000;
font-style: normal;
}
@font-face {
font-family: "Nunito Sans";
src:
url('./fonts/Nunito_Sans/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype-variations'),
url('./fonts/Nunito_Sans/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
font-weight: 100 1000;
font-style: italic;
}
html,
body {
overflow-x: hidden;
}
body {
font-family: "Nunito Sans", 'Segoe UI', sans-serif;
}
* {
box-sizing: border-box;
}
a {
text-decoration: none;
}
h1,
h2,
h3,
h4 {
font-weight: bold;
font-family: 'Trebuchet MS', 'Segoe UI', sans-serif;
}
svg:focus,
g:focus,
path:focus {
outline: none;
outline-style: none;
}
@import "tailwindcss";
+50
View File
@@ -0,0 +1,50 @@
import { IconBell, IconShield, IconBlank } from '@/app/ui/icons/icons';
export default function HeaderMenu() {
return (
<header
className="header-menu-wrapper"
>
<div
className="header-menu"
>
<div className="flex items-center gap-4">
<div className="bg-white rounded-lg p-2">
<i className="fas fa-shield-alt text-purple-600 text-2xl">
<IconShield />
</i>
</div>
<div>
<h1 className="text-2xl font-bold">NO COPY Legal</h1>
<p className="text-sm text-purple-100">Маркетплейс юридической защиты</p>
</div>
</div>
<div className="flex items-center gap-4">
<button className="relative hover:bg-white/10 p-2 rounded-lg transition">
<i className="fas fa-bell text-xl">
<IconBell />
</i>
<span className="notification-badge">1</span>
</button>
<button className="px-4 py-2 bg-white/20 hover:bg-white/30 rounded-lg transition font-semibold flex">
<i className="fas fa-sticky-note mr-2">
<IconBlank />
</i>
<span>Заметка</span>
</button>
<div className="flex items-center space-x-3">
<div className="text-right">
<p className="font-semibold">Анна Иванова</p>
<p className="text-sm text-purple-100">Интеллектуальная собственность</p>
<p className="text-xs text-purple-200"> 4.90 8 лет 10%</p>
</div>
<div className="w-12 h-12 rounded-full bg-white/20 flex items-center justify-center font-bold text-2xl">
А</div>
</div>
</div>
</div>
</header>
)
}
+77
View File
@@ -0,0 +1,77 @@
/* https://icon-sets.iconify.design/ic/ */
export function IconRuble() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path fill="currentColor" d="M7.5 20v-2.808h-2v-1h2v-2.73h-2v-1h2V4h6.27q1.978 0 3.354 1.375T18.5 8.727t-1.376 3.356t-3.355 1.379H8.5v2.73h4v1h-4V20zm1-7.539h5.27q1.545 0 2.638-1.092T17.5 8.73t-1.092-2.638Q15.314 5 13.769 5H8.5z" />
</svg>
)
}
export function IconDocument() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4a2 2 0 0 1 2-2h8a1 1 0 0 1 .707.293l5 5A1 1 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm13.586 4L14 4.414V8zM12 4H6v16h12V10h-5a1 1 0 0 1-1-1zm-4 9a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m0 4a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1" /></svg>
)
}
export function IconHummer() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="m2.3 20.28l9.6-9.6l-1.4-1.42l-.72.71a.996.996 0 0 1-1.41 0l-.71-.71a.996.996 0 0 1 0-1.41l5.66-5.66a.996.996 0 0 1 1.41 0l.71.71c.39.39.39 1.02 0 1.41l-.71.69l1.42 1.43a.996.996 0 0 1 1.41 0c.39.39.39 1.03 0 1.42l1.41 1.41l.71-.71c.39-.39 1.03-.39 1.42 0l.7.71c.39.39.39 1.03 0 1.42l-5.65 5.65c-.39.39-1.03.39-1.42 0l-.7-.7a.99.99 0 0 1 0-1.42l.7-.71l-1.41-1.41l-9.61 9.61a.996.996 0 0 1-1.41 0c-.39-.39-.39-1.03 0-1.42M20 19a2 2 0 0 1 2 2v1H12v-1a2 2 0 0 1 2-2z" /></svg>
)
}
export function IconBell() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M14.235 19c.865 0 1.322 1.024.745 1.668A4 4 0 0 1 12 22a4 4 0 0 1-2.98-1.332c-.552-.616-.158-1.579.634-1.661l.11-.006zM12 2c1.358 0 2.506.903 2.875 2.141l.046.171l.008.043a8.01 8.01 0 0 1 4.024 6.069l.028.287L19 11v2.931l.021.136a3 3 0 0 0 1.143 1.847l.167.117l.162.099c.86.487.56 1.766-.377 1.864L20 18H4c-1.028 0-1.387-1.364-.493-1.87a3 3 0 0 0 1.472-2.063L5 13.924l.001-2.97A8 8 0 0 1 8.822 4.5l.248-.146l.01-.043a3 3 0 0 1 2.562-2.29l.182-.017z" /></svg>
)
}
export function IconShield() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 512 512"><path fill="currentColor" d="m466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3c11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3M256.1 446.3l-.1-381l175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7" /></svg>
)
}
export function IconBlank() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="2"><path d="M14.172 21H7c-1.886 0-2.828 0-3.414-.586S3 18.886 3 17V7c0-1.886 0-2.828.586-3.414S5.114 3 7 3h10c1.886 0 2.828 0 3.414.586S21 5.114 21 7v7.172c0 .408 0 .613-.076.797c-.076.183-.22.328-.51.617l-4.828 4.828c-.29.29-.434.434-.617.51c-.184.076-.389.076-.797.076Z" /><path d="M14 21v-4.667c0-1.1 0-1.65.342-1.991c.341-.342.891-.342 1.991-.342H21" /></g></svg>
)
}
export function IconClock() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" className="icon"><g fill="none"><path d="m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z" /><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 4a1 1 0 0 0-1 1v5a1 1 0 0 0 .293.707l3 3a1 1 0 0 0 1.414-1.414L13 11.586V7a1 1 0 0 0-1-1" /></g></svg>
)
}
export function IconGraphMultiple() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M20 16V4H8v12m14 0c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2m-6 16v2H4c-1.1 0-2-.9-2-2V7h2v13m12-9h2v3h-2m-3-8h2v8h-2m-3-6h2v6h-2Z" /></svg>
)
}
export function IconEye() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" className="icon">
<path fill="currentColor" d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3" />
</svg>
)
}
export function IconTelegram() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="m21.936 5.17l-3.03 14.185c-.226.999-.806 1.224-1.644.773l-4.545-3.352l-2.225 2.127c-.225.226-.451.452-.967.452l.355-4.675l8.478-7.704c.354-.355-.097-.484-.548-.193l-10.541 6.64l-4.546-1.386c-.999-.322-.999-1 .226-1.45L20.614 3.72c.87-.258 1.612.194 1.322 1.45" /></svg>
)
}
export function IconLink() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" className="icon"><path fill="none" stroke="currentColor" strokeDasharray="28" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M13 6l2 -2c1 -1 3 -1 4 0l1 1c1 1 1 3 0 4l-5 5c-1 1 -3 1 -4 0M11 18l-2 2c-1 1 -3 1 -4 0l-1 -1c-1 -1 -1 -3 0 -4l5 -5c1 -1 3 -1 4 0"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.6s" values="28;0" /></path></svg>
)
}
export function IconRefresh() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" className="icon"><path fill="currentColor" d="M21.074 12.154a.75.75 0 0 1 .672.82c-.49 4.93-4.658 8.776-9.724 8.776c-2.724 0-5.364-.933-7.238-2.68L3 20.85a.75.75 0 0 1-.75-.75v-3.96c0-.714.58-1.29 1.291-1.29h3.97a.75.75 0 0 1 .75.75l-2.413 2.407c1.558 1.433 3.78 2.243 6.174 2.243c4.29 0 7.817-3.258 8.232-7.424a.75.75 0 0 1 .82-.672m-18.82-1.128c.49-4.93 4.658-8.776 9.724-8.776c2.724 0 5.364.933 7.238 2.68L21 3.15a.75.75 0 0 1 .75.75v3.96c0 .714-.58 1.29-1.291 1.29h-3.97a.75.75 0 0 1-.75-.75l2.413-2.408c-1.558-1.432-3.78-2.242-6.174-2.242c-4.29 0-7.817 3.258-8.232 7.424a.75.75 0 1 1-1.492-.148" /></svg>
)
}
+226
View File
@@ -0,0 +1,226 @@
'use client'
import { IconEye, IconTelegram, IconClock, IconLink, IconRefresh } from '@/app/ui/icons/icons';
import { useState } from 'react';
export default function CasesList() {
const [currentTab, setCurrentTab] = useState('available-cases');
/* available-cases, my-cases */
return (
<div className="cases-list-wrapper">
<div className="bg-white rounded-xl shadow-lg mb-8">
<div className="border-b border-gray-200 px-6">
<div className="flex space-x-8">
<button
className={`cases-list-tab ${currentTab === 'available-cases' ? 'tab-active' : ''}`}
onClick={() => {
setCurrentTab('available-cases')
}}
>
Доступные дела
</button>
<button
className={`cases-list-tab ${currentTab === 'my-cases' ? 'tab-active' : ''}`}
onClick={() => {
setCurrentTab('my-cases')
}}
>
Мои дела
<span className="ml-2 bg-blue-100 text-blue-600 px-2 py-1 rounded-full text-xs font-bold">
0
</span>
</button>
</div>
</div>
</div>
<div className="cases-list-update-wrapper">
<button className="cases-list-update-button">
<i className="fas fa-sync-alt mr-2">
<IconRefresh />
</i>
Показать все дела (12)
</button>
</div>
{currentTab == "available-cases" && (
<div id="available-cases">
<div className="cases-item">
<div className="p-6">
<div className="flex items-start justify-between mb-4">
<div className="flex-1">
<div className="flex items-center space-x-3 mb-2">
<span className="priority-badge priority-medium">Средний</span>
<span className="status-badge status-submitted">Подано</span>
<span className="text-xs text-gray-500">#ARB-2025-000271</span>
</div>
<h3 className="text-xl font-bold text-gray-800 mb-2">
Дело ARB-2025-000271</h3>
<p className="text-gray-600 text-sm mb-3">
Нет описания</p>
</div>
</div>
<div className="grid grid-cols-2 md:grid-cols-5 gap-4 mb-4">
<div>
<p className="text-xs text-gray-500 mb-1">Клиент</p>
<p className="text-sm font-semibold">Info</p>
</div>
<div>
<p className="text-xs text-gray-500 mb-1">Ущерб</p>
<p className="text-sm font-bold text-green-600">0</p>
</div>
<div>
<p className="text-xs text-gray-500 mb-1">Часы</p>
<p className="text-sm font-bold text-blue-600">0 ч</p>
</div>
<div>
<p className="text-xs text-gray-500 mb-1">Тип</p>
<p className="text-sm font-semibold">N/A</p>
</div>
<div>
<p className="text-xs text-gray-500 mb-1">Создано</p>
<p className="text-sm font-semibold">12.10.2025</p>
</div>
</div>
<div className="flex items-center justify-between pt-4 border-t border-gray-200">
<div className="flex items-center space-x-4">
<a href="https://ok.ru/video/1148977353049" target="_blank" className="cases-item-link">
<i className="fas fa-link mr-1">
<IconLink />
</i>
<span>
Ссылка
</span>
</a>
<span className="cases-item-date-ago">
<i className="fas fa-clock mr-1">
<IconClock />
</i>
<span>
95 дней назад
</span>
</span>
</div>
<div className="flex space-x-2">
<a href="?lawyer_id=1&amp;case_id=8" className="px-6 py-2 bg-purple-600 text-white rounded-lg hover:bg-purple-700 transition font-semibold flex">
<i className="fas fa-eye mr-2">
<IconEye />
</i>
<span>
Подробнее
</span>
</a>
<form method="POST">
<input type="hidden" name="assign_case" value="1" />
<input type="hidden" name="case_id" value="8" />
<button type="submit" className="px-6 py-2 bg-green-600 text-white rounded-lg hover:bg-green-700 transition font-semibold flex">
<i className="fas fa-paper-plane mr-2">
<IconTelegram />
</i>
<span>
Взять
</span>
</button>
</form>
</div>
</div>
</div>
</div>
</div>
)}
{currentTab == "my-cases" && (
<div id="my-cases">
<div className="cases-item">
<div className="p-6">
<div className="flex items-start justify-between mb-4">
<div className="flex-1">
<div className="flex items-center space-x-3 mb-2">
<span className="priority-badge priority-medium">Средний</span>
<span className="status-badge status-assigned">Назначено</span>
<span className="text-xs text-gray-500">#ARB-2025-000271</span>
</div>
<h3 className="text-xl font-bold text-gray-800 mb-2">
Дело ARB-2025-000271</h3>
<p className="text-gray-600 text-sm mb-3">
Нет описания</p>
</div>
</div>
<div className="grid grid-cols-2 md:grid-cols-5 gap-4 mb-4">
<div>
<p className="text-xs text-gray-500 mb-1">Клиент</p>
<p className="text-sm font-semibold">Info</p>
</div>
<div>
<p className="text-xs text-gray-500 mb-1">Ущерб</p>
<p className="text-sm font-bold text-green-600">0</p>
</div>
<div>
<p className="text-xs text-gray-500 mb-1">Часы</p>
<p className="text-sm font-bold text-blue-600">0 ч</p>
</div>
<div>
<p className="text-xs text-gray-500 mb-1">Тип</p>
<p className="text-sm font-semibold">N/A</p>
</div>
<div>
<p className="text-xs text-gray-500 mb-1">Создано</p>
<p className="text-sm font-semibold">12.10.2025</p>
</div>
</div>
<div className="flex items-center justify-between pt-4 border-t border-gray-200">
<div className="flex items-center space-x-4">
<a href="https://ok.ru/video/1148977353049" target="_blank" className="cases-item-link">
<i className="fas fa-link mr-1">
<IconLink />
</i>
<span>
Ссылка
</span>
</a>
<span className="cases-item-date-ago">
<i className="fas fa-clock mr-1">
<IconClock />
</i>
<span>
95 дней назад
</span>
</span>
</div>
<div className="flex space-x-2">
<a href="?lawyer_id=1&amp;case_id=8" className="px-6 py-2 bg-purple-600 text-white rounded-lg hover:bg-purple-700 transition font-semibold flex">
<i className="fas fa-eye mr-2">
<IconEye />
</i>
<span>
Подробнее
</span>
</a>
<form method="POST">
<input type="hidden" name="assign_case" value="1" />
<input type="hidden" name="case_id" value="8" />
<button type="submit" className="px-6 py-2 bg-green-600 text-white rounded-lg hover:bg-green-700 transition font-semibold flex">
<i className="fas fa-paper-plane mr-2">
<IconTelegram />
</i>
<span>
Взять
</span>
</button>
</form>
</div>
</div>
</div>
</div>
</div>
)}
</div>
)
}
+63
View File
@@ -0,0 +1,63 @@
import { IconBlank, IconDocument, IconClock, IconGraphMultiple } from '@/app/ui/icons/icons';
export default function QuickActions() {
return (
<div className="grid grid-cols-1 md:grid-cols-4 gap-4 mb-8">
<button className="quick-action-modern">
<div className="flex items-center space-x-4">
<div className="bg-blue-500 text-white rounded-lg p-3">
<i className="fas fa-sticky-note text-xl">
<IconBlank />
</i>
</div>
<div className="text-left">
<h4 className="font-bold text-gray-800">Заметка</h4>
<p className="text-sm text-gray-600">Создать</p>
</div>
</div>
</button>
<button className="quick-action-modern">
<div className="flex items-center space-x-4">
<div className="bg-green-500 text-white rounded-lg p-3">
<i className="fas fa-clock text-xl">
<IconClock />
</i>
</div>
<div className="text-left">
<h4 className="font-bold text-gray-800">Время</h4>
<p className="text-sm text-gray-600">Добавить</p>
</div>
</div>
</button>
<button className="quick-action-modern">
<div className="flex items-center space-x-4">
<div className="bg-purple-500 text-white rounded-lg p-3">
<i className="fas fa-chart-bar text-xl">
<IconGraphMultiple />
</i>
</div>
<div className="text-left">
<h4 className="font-bold text-gray-800">Аналитика</h4>
<p className="text-sm text-gray-600">Открыть</p>
</div>
</div>
</button>
<button className="quick-action-modern">
<div className="flex items-center space-x-4">
<div className="bg-orange-500 text-white rounded-lg p-3">
<i className="fas fa-file-alt text-xl">
<IconDocument />
</i>
</div>
<div className="text-left">
<h4 className="font-bold text-gray-800">Шаблоны</h4>
<p className="text-sm text-gray-600">Документы</p>
</div>
</div>
</button>
</div>
)
}
+68
View File
@@ -0,0 +1,68 @@
import { IconRuble, IconDocument, IconHummer } from '@/app/ui/icons/icons';
export default function StatsDashboard() {
return (
<div className="stats-dashboard">
<div className="stat-card-modern">
<div className="flex items-center justify-between mb-4">
<div className="bg-blue-100 rounded-lg p-3">
<i className="fas fa-gavel text-blue-600 text-2xl">
<IconHummer />
</i>
</div>
</div>
<h3 className="text-3xl font-bold text-gray-800 mb-1">7</h3>
<p className="text-gray-600 text-sm font-medium">Активных дел</p>
<div className="mt-4 flex items-center text-xs text-gray-500">
<i className="fas fa-clock mr-2"></i>
<span>0 мин сегодня</span>
</div>
</div>
<div className="stat-card-modern">
<div className="flex items-center justify-between mb-4">
<span className="text-xs font-semibold text-blue-600 bg-blue-100 px-2 py-1 rounded-full">
0%
</span>
</div>
<h3 className="text-3xl font-bold text-gray-800 mb-1">0</h3>
<p className="text-gray-600 text-sm font-medium">Всего дел</p>
<div className="mt-4 flex items-center text-xs text-gray-500">
<i className="fas fa-trophy mr-2"></i>
<span>0 завершено</span>
</div>
</div>
<div className="stat-card-modern">
<div className="flex items-center justify-between mb-4">
<div className="bg-yellow-100 rounded-lg p-3">
<i className="fas fa-ruble-sign text-yellow-600 text-2xl">
<IconRuble />
</i>
</div>
</div>
<h3 className="text-3xl font-bold text-gray-800 mb-1">0</h3>
<p className="text-gray-600 text-sm font-medium">Потенциальный доход</p>
<div className="mt-4 flex items-center text-xs text-gray-500">
<i className="fas fa-chart-line mr-2"></i>
<span>0</span>
</div>
</div>
<div className="stat-card-modern">
<div className="flex items-center justify-between mb-4">
<div className="bg-purple-100 rounded-lg p-3">
<i className="fas fa-file-alt text-purple-600 text-2xl">
<IconDocument />
</i>
</div>
</div>
<h3 className="text-3xl font-bold text-gray-800 mb-1"></h3>
<p className="text-gray-600 text-sm font-medium">Файлов на проверке</p>
<div className="mt-4 flex items-center text-xs text-gray-500">
<i className="fas fa-sticky-note mr-2"></i>
<span>0 заметок</span>
</div>
</div>
</div>
)
}
+8
View File
@@ -0,0 +1,8 @@
{
"HomePage": {
"title": "Welcome to our application",
"description": "This is a demo application with i18n support"
},
"Global": {
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"HomePage": {
"title": "Добро пожаловать в наше приложение",
"description": "Это демонстрационное приложение с поддержкой i18n"
},
"Global": {
}
}
+5
View File
@@ -0,0 +1,5 @@
import { createNavigation } from 'next-intl/navigation';
import { routing } from './routing';
export const { Link, redirect, usePathname, useRouter, getPathname } =
createNavigation(routing);
+15
View File
@@ -0,0 +1,15 @@
import { getRequestConfig } from 'next-intl/server';
import { hasLocale } from 'next-intl';
import { routing } from './routing';
export default getRequestConfig(async ({ requestLocale }) => {
const requested = await requestLocale;
const locale = hasLocale(routing.locales, requested)
? requested
: routing.defaultLocale;
return {
locale,
messages: (await import(`./messages/${locale}.json`)).default
};
});
+6
View File
@@ -0,0 +1,6 @@
import { defineRouting } from 'next-intl/routing';
export const routing = defineRouting({
locales: ['ru', 'en'],
defaultLocale: 'ru'
});
+30
View File
@@ -0,0 +1,30 @@
import { NextResponse, NextRequest } from 'next/server';
import { cookies } from 'next/headers'
import createIntlMiddleware from 'next-intl/middleware'
import { routing } from '@/i18n/routing'
const intlMiddleware = createIntlMiddleware(routing);
export default async function proxy(request: NextRequest) {
const path = request.nextUrl.pathname;
if (
path.startsWith('/_next') ||
path.includes('/api/') ||
path.includes('.')
) {
return NextResponse.next()
}
const intlResponse = intlMiddleware(request);
if (intlResponse) {
return intlResponse
}
return NextResponse.next();
}
export const config = {
matcher: ['/((?!api|_next/static|_next/image|.*\\.png$).*)']
};