Compare commits
46 Commits
sybau
..
0ae66b3307
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ae66b3307 | |||
| 630283e922 | |||
| 0ed75beb3f | |||
| 8ff8e80e31 | |||
| 5722846da3 | |||
| a64829f8cb | |||
| a5f38f791d | |||
| 8960bd9dce | |||
| df75095651 | |||
| 94cdf54b83 | |||
| b73d1528c4 | |||
| 387ebbc64d | |||
| 3bbd3f1e8a | |||
| f2a54154f5 | |||
| edca8f84cd | |||
| 4501257a15 | |||
| 38a2aeb58a | |||
| 0ca0e95540 | |||
| ec001fb39f | |||
| 00b13de70c | |||
| 83efb91f52 | |||
| 9673d564a0 | |||
| 5ba043cff8 | |||
| 46ad6caefd | |||
| f56ebbf2c3 | |||
| c207fa5961 | |||
| 0a811741c7 | |||
| d16d481d86 | |||
| 3ad9ba3e3f | |||
| 825e9d1a08 | |||
| ad5f13a8e1 | |||
| 237378c208 | |||
| a1cf327837 | |||
| c31bf9d4fb | |||
| ef0b1916f2 | |||
| 1c01e4ce24 | |||
| 8b5cf2c1e5 | |||
| 023219e41b | |||
| 2d7778f7d1 | |||
| aa3587b60a | |||
| 99fa7ebd98 | |||
| 23c4b838d4 | |||
| bfe977d35b | |||
| 5194308f7c | |||
| 8d24e8ffa6 | |||
| 1bf3253128 |
+62
@@ -0,0 +1,62 @@
|
|||||||
|
Javitás
|
||||||
|
|
||||||
|
Deckeck:
|
||||||
|
- Következmény csak szerencse kártyánál
|
||||||
|
- Egy fajta következmény (/lap, automatikusan kerül végrehajtásra)
|
||||||
|
- Hibás kártya pakli mentésekor is törlödjön
|
||||||
|
- extra kör, kimarad bármennyi 1-től 5-ig
|
||||||
|
- megnyitás, szerkesztés, adatok betöltése
|
||||||
|
- Mentési ADATOK Csekkolása | ZSOLA
|
||||||
|
- Closer option
|
||||||
|
|
||||||
|
navbar:
|
||||||
|
- tegnapiak
|
||||||
|
|
||||||
|
TEGNAPI HIBÁK JAVÍTÁSA:
|
||||||
|
- kapcs fel routing
|
||||||
|
- navbar széthúz
|
||||||
|
- footer kapcsolat
|
||||||
|
- navabar gomboksorrend
|
||||||
|
- vagy kontat vagy kapcsolat
|
||||||
|
- navbar bejelent
|
||||||
|
- navbar layout finomít
|
||||||
|
- palki info get
|
||||||
|
|
||||||
|
|
||||||
|
GET /ap/decks/page/:from/:to (0-49) 50db (50-99) 50db ... (0-29) 30db => (30-59) 30db
|
||||||
|
- from: (oldalsz-1)*dbsz (pl: (1-1)*30=0; (2-1)*30=30)
|
||||||
|
- to: (oldalsz*dbsz) - 1 (pl: (1*30)-1=29; (2*30)-1 =59)
|
||||||
|
|
||||||
|
email verifikáció:
|
||||||
|
- verify-email/:code => Email címe hitelesítés alatt: stb
|
||||||
|
- ha sikeres => login => toastify => email címe hitelesítve
|
||||||
|
- ha sikertelen => home/register => toastify/pushup => sikertelen vegye fel velünk a kapcsolatot
|
||||||
|
|
||||||
|
- POST api/users/verify-email/:code <= BACKEND URI
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
HOLNAP ESTE 19:00 => Jó lenne, ha ezek megvannak
|
||||||
|
HOLNAPTÓL => JÁTÉK => SOCKET IO működése
|
||||||
|
|
||||||
|
|
||||||
|
Mobil nézet:
|
||||||
|
- landing page
|
||||||
|
- navbar
|
||||||
|
- footer
|
||||||
|
- pakli fő nézet => bar
|
||||||
|
- pakli összerakás és szerkesztés
|
||||||
|
- bejelentkezés
|
||||||
|
- regisztráció
|
||||||
|
|
||||||
|
User felület:
|
||||||
|
- Saját adatok lekérése
|
||||||
|
- Saját adatok módosítása:
|
||||||
|
- email-cím
|
||||||
|
- telefonszám
|
||||||
|
- jelszó
|
||||||
|
- felhasználó név
|
||||||
|
- Saját profil törlése
|
||||||
|
- Elfelelejtett jelszó
|
||||||
|
- Kérése => email-cím alapján => POST /api/users/forgot-password
|
||||||
|
- password-reset/:token => POST /api/users/reset-password
|
||||||
@@ -1,66 +0,0 @@
|
|||||||
import e, { Router } from 'express';
|
|
||||||
import { container, DIContainer } from '../../Application/Services/DIContainer';
|
|
||||||
import { ErrorResponseService } from '../../Application/Services/ErrorResponseService';
|
|
||||||
import { logRequest, logError, logAuth, logWarning, logOther } from '../../Application/Services/Logger';
|
|
||||||
import { GenerateBoardCommand } from '../../Application/Game/commands/GenerateBoardCommand';
|
|
||||||
|
|
||||||
const router = Router();
|
|
||||||
|
|
||||||
//function to test the search service
|
|
||||||
async function triggerAsyncBoardGeneration(gameId: string): Promise<boolean> {
|
|
||||||
try {
|
|
||||||
// Calculate default field counts based on game configuration
|
|
||||||
// For now, use reasonable defaults - this should be configurable by host in the future
|
|
||||||
const maxSpecialFieldsPercentage = parseInt(process.env.MAX_SPECIAL_FIELDS_PERCENTAGE || '67');
|
|
||||||
const maxSpecialFields = Math.floor((100 * maxSpecialFieldsPercentage) / 100);
|
|
||||||
|
|
||||||
// Default distribution: 60% positive, 25% negative, 15% luck
|
|
||||||
const positiveFieldCount = Math.floor(maxSpecialFields * 0.6);
|
|
||||||
const negativeFieldCount = Math.floor(maxSpecialFields * 0.25);
|
|
||||||
const luckFieldCount = Math.floor(maxSpecialFields * 0.15);
|
|
||||||
|
|
||||||
const command: GenerateBoardCommand = {
|
|
||||||
gameId,
|
|
||||||
positiveFieldCount,
|
|
||||||
negativeFieldCount,
|
|
||||||
luckFieldCount
|
|
||||||
};
|
|
||||||
|
|
||||||
logOther(`Triggering async board generation for game ${gameId}`, {
|
|
||||||
positiveFieldCount,
|
|
||||||
negativeFieldCount,
|
|
||||||
luckFieldCount,
|
|
||||||
totalSpecialFields: positiveFieldCount + negativeFieldCount + luckFieldCount
|
|
||||||
});
|
|
||||||
|
|
||||||
// Execute board generation in background
|
|
||||||
await DIContainer.getInstance().generateBoardCommandHandler.execute(command);
|
|
||||||
return true;
|
|
||||||
|
|
||||||
} catch (error) {
|
|
||||||
logError(`Async board generation failed for game ${gameId}`, error as Error);
|
|
||||||
// Don't propagate error - board generation failure shouldn't affect game creation
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Game board generation endpoint
|
|
||||||
router.post('/gameBoardGeneration', async (req, res) => {
|
|
||||||
try {
|
|
||||||
logRequest('Game board generation endpoint accessed', req, res);
|
|
||||||
|
|
||||||
const result = await triggerAsyncBoardGeneration("######-#####-#####-######");
|
|
||||||
|
|
||||||
if (result) {
|
|
||||||
logOther('Game board generation triggered successfully', result);
|
|
||||||
return res.json({ message: 'Game board generation triggered successfully' });
|
|
||||||
} else {
|
|
||||||
throw new Error('Game board generation failed to trigger');
|
|
||||||
}
|
|
||||||
} catch (error : any) {
|
|
||||||
logError('Error in game board generation endpoint', error);
|
|
||||||
return ErrorResponseService.sendInternalServerError(res);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
export default router;
|
|
||||||
@@ -225,7 +225,7 @@ userRouter.post('/refresh-token', async (req, res) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Email verification endpoint
|
// Email verification endpoint
|
||||||
userRouter.get('/verify-email/:token', async (req, res) => {
|
userRouter.post('/verify-email/:token', async (req, res) => {
|
||||||
try {
|
try {
|
||||||
const { token } = req.params;
|
const { token } = req.params;
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,9 @@ export interface ShortDeckDto {
|
|||||||
type: number;
|
type: number;
|
||||||
playedNumber: number;
|
playedNumber: number;
|
||||||
ctype: number;
|
ctype: number;
|
||||||
|
cardsCount: number;
|
||||||
|
creator: string;
|
||||||
|
creationdate: Date;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DetailDeckDto {
|
export interface DetailDeckDto {
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import { DeckAggregate } from '../../../Domain/Deck/DeckAggregate';
|
import { DeckAggregate } from '../../../Domain/Deck/DeckAggregate';
|
||||||
|
import { UserAggregate } from '../../../Domain/User/UserAggregate';
|
||||||
import { CreateDeckDto, UpdateDeckDto, ShortDeckDto, DetailDeckDto } from '../DeckDto';
|
import { CreateDeckDto, UpdateDeckDto, ShortDeckDto, DetailDeckDto } from '../DeckDto';
|
||||||
|
|
||||||
export class DeckMapper {
|
export class DeckMapper {
|
||||||
@@ -9,6 +10,9 @@ export class DeckMapper {
|
|||||||
type: deck.type,
|
type: deck.type,
|
||||||
playedNumber: deck.playedNumber,
|
playedNumber: deck.playedNumber,
|
||||||
ctype: deck.ctype,
|
ctype: deck.ctype,
|
||||||
|
cardsCount: deck.cards.length,
|
||||||
|
creator: deck.user?.username || 'Unknown',
|
||||||
|
creationdate: deck.creationdate
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,6 +30,15 @@ export class DeckMapper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static toShortDtoList(decks: DeckAggregate[]): ShortDeckDto[] {
|
static toShortDtoList(decks: DeckAggregate[]): ShortDeckDto[] {
|
||||||
return decks.map(this.toShortDto);
|
return decks.map(deck => ({
|
||||||
|
id: deck.id,
|
||||||
|
name: deck.name,
|
||||||
|
type: deck.type,
|
||||||
|
playedNumber: deck.playedNumber,
|
||||||
|
ctype: deck.ctype,
|
||||||
|
cardsCount: deck.cards.length,
|
||||||
|
creator: deck.user?.username || 'Unknown',
|
||||||
|
creationdate: deck.creationdate
|
||||||
|
}));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import { Entity, PrimaryGeneratedColumn, Column, ManyToOne, JoinColumn, CreateDateColumn, UpdateDateColumn } from 'typeorm';
|
import { Entity, PrimaryGeneratedColumn, Column, ManyToOne, JoinColumn, CreateDateColumn, UpdateDateColumn } from 'typeorm';
|
||||||
import { OrganizationAggregate } from '../Organization/OrganizationAggregate';
|
import { OrganizationAggregate } from '../Organization/OrganizationAggregate';
|
||||||
|
import { UserAggregate } from '../User/UserAggregate';
|
||||||
|
|
||||||
export enum Type {
|
export enum Type {
|
||||||
LUCK = 0,
|
LUCK = 0,
|
||||||
@@ -81,4 +82,8 @@ export class DeckAggregate {
|
|||||||
@ManyToOne(() => OrganizationAggregate, { nullable: true })
|
@ManyToOne(() => OrganizationAggregate, { nullable: true })
|
||||||
@JoinColumn({ name: 'organization_id' })
|
@JoinColumn({ name: 'organization_id' })
|
||||||
organization!: OrganizationAggregate | null;
|
organization!: OrganizationAggregate | null;
|
||||||
|
|
||||||
|
@ManyToOne(() => UserAggregate, { eager: false })
|
||||||
|
@JoinColumn({ name: 'user_id' })
|
||||||
|
user!: UserAggregate | null;
|
||||||
}
|
}
|
||||||
@@ -255,7 +255,7 @@ export class DeckRepository implements IDeckRepository {
|
|||||||
|
|
||||||
const [decks, totalCount] = await this.repo.findAndCount({
|
const [decks, totalCount] = await this.repo.findAndCount({
|
||||||
where: { state: Not(State.SOFT_DELETE) },
|
where: { state: Not(State.SOFT_DELETE) },
|
||||||
relations: ['organization'],
|
relations: ['organization', 'user'],
|
||||||
order: { creationdate: 'DESC' },
|
order: { creationdate: 'DESC' },
|
||||||
skip,
|
skip,
|
||||||
take
|
take
|
||||||
@@ -270,6 +270,7 @@ export class DeckRepository implements IDeckRepository {
|
|||||||
// Regular user complex filtering
|
// Regular user complex filtering
|
||||||
const queryBuilder = this.repo.createQueryBuilder('deck')
|
const queryBuilder = this.repo.createQueryBuilder('deck')
|
||||||
.leftJoinAndSelect('deck.organization', 'org')
|
.leftJoinAndSelect('deck.organization', 'org')
|
||||||
|
.leftJoinAndSelect('deck.user', 'user')
|
||||||
.where('deck.state != :deletedState', { deletedState: State.SOFT_DELETE });
|
.where('deck.state != :deletedState', { deletedState: State.SOFT_DELETE });
|
||||||
|
|
||||||
queryBuilder.andWhere('(' +
|
queryBuilder.andWhere('(' +
|
||||||
|
|||||||
@@ -0,0 +1,206 @@
|
|||||||
|
services:
|
||||||
|
# Backend service with hot reload
|
||||||
|
backend:
|
||||||
|
build:
|
||||||
|
context: ../SerpentRace_Backend
|
||||||
|
dockerfile: ../SerpentRace_Docker/Dockerfile_backend.dev
|
||||||
|
container_name: serpentrace-backend-dev
|
||||||
|
restart: unless-stopped
|
||||||
|
env_file:
|
||||||
|
- .env.dev
|
||||||
|
ports:
|
||||||
|
- "3000:3000"
|
||||||
|
environment:
|
||||||
|
- NODE_ENV=development
|
||||||
|
- PORT=3000
|
||||||
|
- FRONTEND_URL=http://localhost:5173
|
||||||
|
- DB_HOST=postgres
|
||||||
|
- DB_PORT=5432
|
||||||
|
- DB_NAME=serpentrace
|
||||||
|
- DB_USERNAME=postgres
|
||||||
|
- DB_PASSWORD=postgres
|
||||||
|
- REDIS_URL=redis://redis:6379
|
||||||
|
- REDIS_HOST=redis
|
||||||
|
- REDIS_PORT=6379
|
||||||
|
- MINIO_ENDPOINT=minio
|
||||||
|
- MINIO_PORT=9000
|
||||||
|
- MINIO_ACCESS_KEY=serpentrace
|
||||||
|
- MINIO_SECRET_KEY=serpentrace123!
|
||||||
|
- MINIO_USE_SSL=false
|
||||||
|
volumes: [ ../SerpentRace_Backend/logs:/app/logs ]
|
||||||
|
develop:
|
||||||
|
watch:
|
||||||
|
- action: sync
|
||||||
|
path: ../SerpentRace_Backend/src
|
||||||
|
target: /app/src
|
||||||
|
ignore:
|
||||||
|
- node_modules/
|
||||||
|
- dist/
|
||||||
|
- "*.log"
|
||||||
|
- action: sync
|
||||||
|
path: ../SerpentRace_Backend/package.json
|
||||||
|
target: /app/package.json
|
||||||
|
- action: rebuild
|
||||||
|
path: ../SerpentRace_Backend/package-lock.json
|
||||||
|
- action: rebuild
|
||||||
|
path: ../SerpentRace_Backend/tsconfig.json
|
||||||
|
- action: rebuild
|
||||||
|
path: ./Dockerfile_backend.dev
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
postgres:
|
||||||
|
condition: service_healthy
|
||||||
|
redis:
|
||||||
|
condition: service_healthy
|
||||||
|
minio:
|
||||||
|
condition: service_healthy
|
||||||
|
network_mode: host
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "http://localhost:3000/health"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 3
|
||||||
|
start_period: 40s
|
||||||
|
|
||||||
|
# Frontend service with hot reload
|
||||||
|
frontend:
|
||||||
|
build:
|
||||||
|
context: ../SerpentRace_Frontend
|
||||||
|
dockerfile: ../SerpentRace_Docker/Dockerfile_frontend.dev
|
||||||
|
container_name: serpentrace-frontend-dev
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "5173:5173"
|
||||||
|
environment:
|
||||||
|
- NODE_ENV=development
|
||||||
|
- VITE_API_URL=http://localhost:3000
|
||||||
|
volumes: []
|
||||||
|
develop:
|
||||||
|
watch:
|
||||||
|
- action: sync
|
||||||
|
path: ../SerpentRace_Frontend/src
|
||||||
|
target: /app/src
|
||||||
|
ignore:
|
||||||
|
- node_modules/
|
||||||
|
- dist/
|
||||||
|
- "*.log"
|
||||||
|
- action: sync
|
||||||
|
path: ../SerpentRace_Frontend/public
|
||||||
|
target: /app/public
|
||||||
|
- action: sync
|
||||||
|
path: ../SerpentRace_Frontend/package.json
|
||||||
|
target: /app/package.json
|
||||||
|
- action: rebuild
|
||||||
|
path: ../SerpentRace_Frontend/package-lock.json
|
||||||
|
- action: rebuild
|
||||||
|
path: ../SerpentRace_Frontend/vite.config.js
|
||||||
|
- action: rebuild
|
||||||
|
path: ./Dockerfile_frontend.dev
|
||||||
|
depends_on:
|
||||||
|
- backend
|
||||||
|
network_mode: host
|
||||||
|
|
||||||
|
# PostgreSQL Database
|
||||||
|
postgres:
|
||||||
|
image: postgres:15-alpine
|
||||||
|
container_name: serpentrace-postgres-dev
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "5432:5432"
|
||||||
|
environment:
|
||||||
|
POSTGRES_DB: serpentrace
|
||||||
|
POSTGRES_USER: postgres
|
||||||
|
POSTGRES_PASSWORD: postgres
|
||||||
|
POSTGRES_INITDB_ARGS: "--encoding=UTF-8"
|
||||||
|
volumes:
|
||||||
|
- postgres_dev_data:/var/lib/postgresql/data
|
||||||
|
- ./sql_schema_only.sql:/docker-entrypoint-initdb.d/init.sql:ro
|
||||||
|
network_mode: host
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||||
|
interval: 10s
|
||||||
|
timeout: 5s
|
||||||
|
retries: 5
|
||||||
|
|
||||||
|
# Redis Cache
|
||||||
|
redis:
|
||||||
|
image: redis:7-alpine
|
||||||
|
container_name: serpentrace-redis-dev
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "6379:6379"
|
||||||
|
volumes:
|
||||||
|
- redis_dev_data:/data
|
||||||
|
command: redis-server --appendonly yes
|
||||||
|
network_mode: host
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "redis-cli", "ping"]
|
||||||
|
interval: 10s
|
||||||
|
timeout: 5s
|
||||||
|
retries: 5
|
||||||
|
|
||||||
|
# MinIO Object Storage
|
||||||
|
minio:
|
||||||
|
image: minio/minio:latest
|
||||||
|
container_name: serpentrace-minio-dev
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "9000:9000"
|
||||||
|
- "9001:9001"
|
||||||
|
environment:
|
||||||
|
MINIO_ROOT_USER: serpentrace
|
||||||
|
MINIO_ROOT_PASSWORD: serpentrace123!
|
||||||
|
volumes:
|
||||||
|
- minio_dev_data:/data
|
||||||
|
command: server /data --console-address ":9001"
|
||||||
|
network_mode: host
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
|
||||||
|
interval: 10s
|
||||||
|
timeout: 5s
|
||||||
|
retries: 5
|
||||||
|
|
||||||
|
# Redis Commander for development debugging
|
||||||
|
redis-commander:
|
||||||
|
image: rediscommander/redis-commander:latest
|
||||||
|
container_name: serpentrace-redis-commander-dev
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "8081:8081"
|
||||||
|
environment:
|
||||||
|
- REDIS_HOSTS=local:redis:6379
|
||||||
|
depends_on:
|
||||||
|
redis:
|
||||||
|
condition: service_healthy
|
||||||
|
network_mode: host
|
||||||
|
|
||||||
|
# Database administration tool
|
||||||
|
pgadmin:
|
||||||
|
image: dpage/pgadmin4:latest
|
||||||
|
container_name: serpentrace-pgadmin-dev
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
environment:
|
||||||
|
PGADMIN_DEFAULT_EMAIL: admin@serpentrace.dev
|
||||||
|
PGADMIN_DEFAULT_PASSWORD: admin
|
||||||
|
PGADMIN_CONFIG_SERVER_MODE: 'False'
|
||||||
|
PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED: 'False'
|
||||||
|
PGADMIN_CONFIG_WTF_CSRF_ENABLED: 'False'
|
||||||
|
volumes:
|
||||||
|
- pgadmin_dev_data:/var/lib/pgadmin
|
||||||
|
- ./pgadmin_servers.json:/pgadmin4/servers.json:ro
|
||||||
|
depends_on:
|
||||||
|
postgres:
|
||||||
|
condition: service_healthy
|
||||||
|
network_mode: host
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
postgres_dev_data:
|
||||||
|
driver: local
|
||||||
|
redis_dev_data:
|
||||||
|
driver: local
|
||||||
|
minio_dev_data:
|
||||||
|
driver: local
|
||||||
|
pgadmin_dev_data:
|
||||||
|
driver: local
|
||||||
@@ -75,7 +75,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- NODE_ENV=development
|
- NODE_ENV=development
|
||||||
- VITE_API_URL=http://localhost:3000
|
- VITE_API_URL=http://localhost:3000
|
||||||
volumes: []
|
volumes:
|
||||||
|
[]
|
||||||
develop:
|
develop:
|
||||||
watch:
|
watch:
|
||||||
- action: sync
|
- action: sync
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/src/assets/pictures/Logo.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Vite + React</title>
|
<title>SerpentRace</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
Generated
+23
@@ -15,6 +15,7 @@
|
|||||||
"react-dom": "^19.1.0",
|
"react-dom": "^19.1.0",
|
||||||
"react-icons": "^5.5.0",
|
"react-icons": "^5.5.0",
|
||||||
"react-router-dom": "^7.6.0",
|
"react-router-dom": "^7.6.0",
|
||||||
|
"react-toastify": "^11.0.5",
|
||||||
"tailwindcss": "^4.1.7"
|
"tailwindcss": "^4.1.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -1816,6 +1817,15 @@
|
|||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/clsx": {
|
||||||
|
"version": "2.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
||||||
|
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/color-convert": {
|
"node_modules/color-convert": {
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
||||||
@@ -3363,6 +3373,19 @@
|
|||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/react-toastify": {
|
||||||
|
"version": "11.0.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.5.tgz",
|
||||||
|
"integrity": "sha512-EpqHBGvnSTtHYhCPLxML05NLY2ZX0JURbAdNYa6BUkk+amz4wbKBQvoKQAB0ardvSarUBuY4Q4s1sluAzZwkmA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"clsx": "^2.1.1"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": "^18 || ^19",
|
||||||
|
"react-dom": "^18 || ^19"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/resolve-from": {
|
"node_modules/resolve-from": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
"react-dom": "^19.1.0",
|
"react-dom": "^19.1.0",
|
||||||
"react-icons": "^5.5.0",
|
"react-icons": "^5.5.0",
|
||||||
"react-router-dom": "^7.6.0",
|
"react-router-dom": "^7.6.0",
|
||||||
|
"react-toastify": "^11.0.5",
|
||||||
"tailwindcss": "^4.1.7"
|
"tailwindcss": "^4.1.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -10,11 +10,15 @@ import Landingpage from "./pages/Landing/Landingpage"
|
|||||||
import Home from "./pages/Landing/Home"
|
import Home from "./pages/Landing/Home"
|
||||||
import DeckManagerPage from "./pages/Decks/DeckManagerPage"
|
import DeckManagerPage from "./pages/Decks/DeckManagerPage"
|
||||||
import DeckCreator from "./pages/DeckCreator/DeckCreator"
|
import DeckCreator from "./pages/DeckCreator/DeckCreator"
|
||||||
import CompanyHub from "./pages/Companies/Companies"
|
import CompanyHub from "./pages/Contacts/Contacts"
|
||||||
import About from "./pages/About/About"
|
import About from "./pages/About/About"
|
||||||
import ScrollToTop from "./components/ScrollToTop"
|
import ScrollToTop from "./components/ScrollToTop"
|
||||||
import GameScreen from "./pages/Game/GameScreen"
|
import GameScreen from "./pages/Game/GameScreen"
|
||||||
import Reports from "./pages/Report/Reports"
|
import Reports from "./pages/Report/Reports"
|
||||||
|
import Lobby from "./pages/Lobby/Lobby"
|
||||||
|
import { ToastConfig } from "./components/Toastify/toastifyServices" // ✅ fontos: named import, nem default!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
const [isMobile, setIsMobile] = useState(false)
|
const [isMobile, setIsMobile] = useState(false)
|
||||||
@@ -43,27 +47,31 @@ function App() {
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Router>
|
<>
|
||||||
<Routes>
|
<Router>
|
||||||
<Route path="/about" element={<About />} />
|
<Routes>
|
||||||
<Route path="/register" element={<AuthRegister />} />
|
<Route path="/about" element={<About />} />
|
||||||
<Route path="/login" element={<AuthLogin />} />
|
<Route path="/lobby" element={<Lobby />} />
|
||||||
<Route path="/verify-email" element={<EmailVerification />} />
|
<Route path="/register" element={<AuthRegister />} />
|
||||||
<Route path="/forgot-password" element={<ForgotPassword />} />
|
<Route path="/login" element={<AuthLogin />} />
|
||||||
<Route path="/reset-password" element={<ResetPassword />} />
|
<Route path="/verify-email" element={<EmailVerification />} />
|
||||||
<Route path="/test" element={<Test />} />
|
<Route path="/forgot-password" element={<ForgotPassword />} />
|
||||||
<Route path="/" element={<Landingpage />} />
|
<Route path="/reset-password" element={<ResetPassword />} />
|
||||||
<Route path="/home" element={<Home />} />
|
<Route path="/test" element={<Test />} />
|
||||||
<Route path="/decks" element={<DeckManagerPage />} />
|
<Route path="/" element={<Landingpage />} />
|
||||||
<Route path="/deck-creator" element={<DeckCreator />} />
|
<Route path="/home" element={<Home />} />
|
||||||
<Route path="/deck-creator/:deckId" element={<DeckCreator />} />
|
<Route path="/decks" element={<DeckManagerPage />} />
|
||||||
<Route path="/game" element={<GameScreen />} />
|
<Route path="/deck-creator" element={<DeckCreator />} />
|
||||||
<Route path="/companies" element={<CompanyHub />} />
|
<Route path="/deck-creator/:deckId" element={<DeckCreator />} />
|
||||||
<Route path="/report" element={<Reports />} />
|
<Route path="/game" element={<GameScreen />} />
|
||||||
|
<Route path="/contacts" element={<CompanyHub />} />
|
||||||
|
<Route path="/report" element={<Reports />} />
|
||||||
|
</Routes>
|
||||||
|
</Router>
|
||||||
|
|
||||||
{/* Add more routes as needed */}
|
{/* ✅ Toastify Container */}
|
||||||
</Routes>
|
<ToastConfig />
|
||||||
</Router>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,16 @@ export const createDeck = async (deck) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Get paginated decks (authenticated)
|
||||||
|
export const getDecksPage = async (from = 0, to = 49) => {
|
||||||
|
try {
|
||||||
|
const response = await apiClient.get(`/decks/page/${from}/${to}`)
|
||||||
|
return response.data
|
||||||
|
} catch (err) {
|
||||||
|
throw err
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
createDeck
|
createDeck
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import axios from "axios"
|
import axios from "axios"
|
||||||
|
|
||||||
export const API_CONFIG = {
|
export const API_CONFIG = {
|
||||||
baseURL: (import.meta.env.VITE_API_URL ? import.meta.env.VITE_API_URL : '') + "/api",
|
baseURL: (import.meta.env.VITE_API_URL ? import.meta.env.VITE_API_URL : "") + "/api",
|
||||||
wsURL: "http://localhost:3000",
|
wsURL: "http://localhost:3000",
|
||||||
timeout: 10000,
|
timeout: 10000,
|
||||||
retryAttempts: 3,
|
retryAttempts: 3,
|
||||||
@@ -12,9 +12,9 @@ export const apiClient = axios.create({
|
|||||||
timeout: API_CONFIG.timeout,
|
timeout: API_CONFIG.timeout,
|
||||||
withCredentials: true, // Important for cookie-based auth
|
withCredentials: true, // Important for cookie-based auth
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
"Content-Type": "application/json",
|
||||||
}
|
},
|
||||||
});
|
})
|
||||||
|
|
||||||
//login
|
//login
|
||||||
export const login = async (username, password) => {
|
export const login = async (username, password) => {
|
||||||
@@ -36,16 +36,6 @@ export const register = async (username, email, password, fname, lname, phone) =
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//verify email
|
|
||||||
export const verifyEmail = async (token) => {
|
|
||||||
try {
|
|
||||||
const response = await apiClient.get(`/users/verify-email/${token}`)
|
|
||||||
return response.data
|
|
||||||
} catch (error) {
|
|
||||||
throw error
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Get current user's game statistics
|
// Get current user's game statistics
|
||||||
export const getUserStats = async () => {
|
export const getUserStats = async () => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ import TaskCardEditor from "./TaskCardEditor.jsx"
|
|||||||
import JokerCardEditor from "./JokerCardEditor.jsx"
|
import JokerCardEditor from "./JokerCardEditor.jsx"
|
||||||
import LuckCardEditor from "./LuckCardEditor.jsx"
|
import LuckCardEditor from "./LuckCardEditor.jsx"
|
||||||
import CardPreview from "./CardPreview.jsx"
|
import CardPreview from "./CardPreview.jsx"
|
||||||
|
import { notifySuccess, notifyError,notifyWarning } from "../../components/Toastify/toastifyServices"
|
||||||
|
|
||||||
|
|
||||||
export default function CardEditor({ card, isCreating, cardType, onSave, onCancel }) {
|
export default function CardEditor({ card, isCreating, cardType, onSave, onCancel }) {
|
||||||
const [cardData, setCardData] = useState(null)
|
const [cardData, setCardData] = useState(null)
|
||||||
@@ -18,29 +20,45 @@ export default function CardEditor({ card, isCreating, cardType, onSave, onCance
|
|||||||
id: null,
|
id: null,
|
||||||
type: type,
|
type: type,
|
||||||
points: 10,
|
points: 10,
|
||||||
timeLimit: 30
|
timeLimit: 30,
|
||||||
|
consequence: { type: 0, value: 1 }
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case 'task':
|
case 'QUESTION':
|
||||||
return {
|
return {
|
||||||
...baseData,
|
...baseData,
|
||||||
subType: 'quiz',
|
subType: 'quiz',
|
||||||
question: '',
|
question: '',
|
||||||
options: ['', '', '', ''],
|
options: ['', '', '', ''],
|
||||||
correctAnswer: 0,
|
correctAnswer: 0,
|
||||||
explanation: ''
|
explanation: '',
|
||||||
|
acceptedAnswers: [''],
|
||||||
|
wrongConsequence: { type: 1, value: 1 }
|
||||||
}
|
}
|
||||||
case 'joker':
|
case 'PAIRING':
|
||||||
|
case 'MATCHING':
|
||||||
|
return {
|
||||||
|
...baseData,
|
||||||
|
type: 'QUESTION',
|
||||||
|
subType: 'matching',
|
||||||
|
taskDescription: '',
|
||||||
|
leftItems: ['', ''],
|
||||||
|
rightItems: ['', ''],
|
||||||
|
correctPairs: { 0: 0, 1: 1 },
|
||||||
|
wrongConsequence: { type: 1, value: 1 }
|
||||||
|
}
|
||||||
|
case 'JOKER':
|
||||||
return {
|
return {
|
||||||
...baseData,
|
...baseData,
|
||||||
title: '',
|
title: '',
|
||||||
description: '',
|
description: '',
|
||||||
effect: '',
|
effect: '',
|
||||||
actionType: 'skip',
|
actionType: 'skip',
|
||||||
usage: 'once'
|
usage: 'once',
|
||||||
|
wrongConsequence: { type: 1, value: 1 }
|
||||||
}
|
}
|
||||||
case 'luck':
|
case 'LUCK':
|
||||||
return {
|
return {
|
||||||
...baseData,
|
...baseData,
|
||||||
event: '',
|
event: '',
|
||||||
@@ -56,53 +74,119 @@ export default function CardEditor({ card, isCreating, cardType, onSave, onCance
|
|||||||
|
|
||||||
// Kártya adatok inicializálása
|
// Kártya adatok inicializálása
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (isCreating && cardType) {
|
try {
|
||||||
setCardData(getDefaultCardData(cardType))
|
if (isCreating && cardType) {
|
||||||
} else if (card) {
|
const defaultData = getDefaultCardData(cardType)
|
||||||
setCardData({ ...card })
|
setCardData(defaultData)
|
||||||
} else {
|
} else if (card) {
|
||||||
|
setCardData({ ...card })
|
||||||
|
} else {
|
||||||
|
setCardData(null)
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error('Kártya inicializálási hiba:', error)
|
||||||
setCardData(null)
|
setCardData(null)
|
||||||
}
|
}
|
||||||
}, [card, isCreating, cardType])
|
}, [card, isCreating, cardType])
|
||||||
|
|
||||||
const handleSave = () => {
|
|
||||||
if (!cardData) return
|
|
||||||
|
|
||||||
// Validáció
|
|
||||||
if (!validateCard(cardData)) return
|
|
||||||
|
|
||||||
onSave(cardData)
|
|
||||||
}
|
|
||||||
|
|
||||||
const validateCard = (data) => {
|
const validateCard = (data) => {
|
||||||
if (data.type === 'task') {
|
try {
|
||||||
if (!data.question && !data.statement) {
|
if (!data || !data.type) {
|
||||||
alert("❌ Kérdés vagy állítás megadása kötelező!")
|
notifyError("Érvénytelen kártya adatok!")
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
if (data.subType === 'quiz' && data.options.some(opt => !opt.trim())) {
|
|
||||||
alert("❌ Minden válaszlehetőséget ki kell tölteni!")
|
if (data.type === 'QUESTION') {
|
||||||
return false
|
// Quiz típus validálás
|
||||||
}
|
if (data.subType === 'quiz') {
|
||||||
} else if (data.type === 'joker') {
|
if (!data.question || !data.question.trim()) {
|
||||||
if (!data.text || !data.text.trim()) {
|
notifyError("Kérdés megadása kötelező!")
|
||||||
alert("❌ Joker kártya szövege nem lehet üres!")
|
return false
|
||||||
return false
|
}
|
||||||
}
|
if (data.options && data.options.some(opt => !opt.trim())) {
|
||||||
} else if (data.type === 'luck') {
|
notifyError("Minden válaszlehetőséget ki kell tölteni!")
|
||||||
if (!data.text || !data.text.trim()) {
|
return false
|
||||||
alert("❌ Szerencse kártya szövege nem lehet üres!")
|
}
|
||||||
return false
|
}
|
||||||
|
// Igaz/Hamis típus validálás
|
||||||
|
else if (data.subType === 'truefalse') {
|
||||||
|
if (!data.statement || !data.statement.trim()) {
|
||||||
|
notifyError("Állítás megadása kötelező!")
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
if (data.isTrue === undefined || data.isTrue === null) {
|
||||||
|
notifyError("Válaszd ki, hogy az állítás igaz vagy hamis!")
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Párosítás típus validálás
|
||||||
|
else if (data.subType === 'matching') {
|
||||||
|
if (!data.taskDescription || !data.taskDescription.trim()) {
|
||||||
|
notifyError("Feladat leírása kötelező!")
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
if (!data.leftItems || data.leftItems.length === 0) {
|
||||||
|
notifyError("Legalább egy párosítást meg kell adni!")
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
if (data.leftItems.some(item => !item.trim()) || data.rightItems.some(item => !item.trim())) {
|
||||||
|
notifyError("Minden párosítási elemet ki kell tölteni!")
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Szöveges válasz típus validálás
|
||||||
|
else if (data.subType === 'text') {
|
||||||
|
if (!data.question || !data.question.trim()) {
|
||||||
|
notifyError("Kérdés megadása kötelező!")
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
if (!data.acceptedAnswers || data.acceptedAnswers.length === 0 || data.acceptedAnswers.every(ans => !ans.trim())) {
|
||||||
|
notifyError("Legalább egy elfogadott választ meg kell adni!")
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Általános validálás (ha nincs subType megadva)
|
||||||
|
else {
|
||||||
|
if (!data.question && !data.statement) {
|
||||||
|
notifyError("Kérdés vagy állítás megadása kötelező!")
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else if (data.type === 'JOKER') {
|
||||||
|
if (!data.text || !data.text.trim()) {
|
||||||
|
notifyError("Joker kártya szövege nem lehet üres!")
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
} else if (data.type === 'LUCK') {
|
||||||
|
if (!data.text || !data.text.trim()) {
|
||||||
|
notifyError("Szerencse kártya szövege nem lehet üres!")
|
||||||
|
return false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true
|
||||||
|
} catch (error) {
|
||||||
|
console.error('Validálási hiba:', error)
|
||||||
|
notifyError("Hiba történt a kártya ellenőrzése során")
|
||||||
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
return true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const updateCardData = (updates) => {
|
const updateCardData = (updates) => {
|
||||||
setCardData(prev => prev ? { ...prev, ...updates } : null)
|
setCardData(prev => prev ? { ...prev, ...updates } : null)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const handleSave = () => {
|
||||||
|
if (!cardData) {
|
||||||
|
notifyError("Nincs mentendő kártya adat!")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!validateCard(cardData)) return
|
||||||
|
|
||||||
|
onSave(cardData)
|
||||||
|
}
|
||||||
|
|
||||||
// Ha nincs kiválasztott kártya vagy új kártya létrehozás
|
// Ha nincs kiválasztott kártya vagy új kártya létrehozás
|
||||||
if (!cardData) {
|
if (!cardData) {
|
||||||
return (
|
return (
|
||||||
@@ -123,24 +207,47 @@ export default function CardEditor({ card, isCreating, cardType, onSave, onCance
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex-1 flex flex-col">
|
<div className="flex-1 flex flex-col">
|
||||||
|
{/* Type Mismatch Warning */}
|
||||||
|
{cardData?.type && cardType && cardData.type !== cardType && !isCreating && (
|
||||||
|
<div className="bg-[color:var(--color-error)]/10 border-l-4 border-[color:var(--color-error)] px-6 py-4">
|
||||||
|
<div className="flex items-center gap-3">
|
||||||
|
<div className="text-[color:var(--color-error)] text-xl">⚠️</div>
|
||||||
|
<div>
|
||||||
|
<div className="text-[color:var(--color-error)] font-semibold">
|
||||||
|
Figyelmeztetés: Nem megfelelő kártya típus
|
||||||
|
</div>
|
||||||
|
<div className="text-[color:var(--color-error)]/80 text-sm">
|
||||||
|
{`Ez egy ${
|
||||||
|
cardData.type === 'QUESTION' ? 'Feladat' :
|
||||||
|
cardData.type === 'JOKER' ? 'Joker' : 'Szerencse'
|
||||||
|
} kártya, de a pakli típusa ${
|
||||||
|
cardType === 'QUESTION' ? 'Feladat' :
|
||||||
|
cardType === 'JOKER' ? 'Joker' : 'Szerencse'
|
||||||
|
}.`}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<div className="bg-[color:var(--color-surface)] border-b border-[color:var(--color-surface-selected)] px-6 py-4">
|
<div className="bg-[color:var(--color-surface)] border-b border-[color:var(--color-surface-selected)] px-6 py-4">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
<div className="text-2xl">
|
<div className="text-2xl">
|
||||||
{cardData.type === 'task' && '📋'}
|
{cardData.type === 'QUESTION' && '📋'}
|
||||||
{cardData.type === 'joker' && '🃏'}
|
{cardData.type === 'JOKER' && '🃏'}
|
||||||
{cardData.type === 'luck' && '🎲'}
|
{cardData.type === 'LUCK' && '🎲'}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h2 className="text-xl font-bold text-[color:var(--color-text)]">
|
<h2 className="text-xl font-bold text-[color:var(--color-text)]">
|
||||||
{isCreating ? 'Új' : 'Szerkesztés'} {' '}
|
{isCreating ? 'Új' : 'Szerkesztés'} {' '}
|
||||||
{cardData.type === 'task' && 'Feladat kártya'}
|
{(isCreating ? cardType : cardData.type) === 'QUESTION' && 'Feladat kártya'}
|
||||||
{cardData.type === 'joker' && 'Joker kártya'}
|
{(isCreating ? cardType : cardData.type) === 'JOKER' && 'Joker kártya'}
|
||||||
{cardData.type === 'luck' && 'Szerencse kártya'}
|
{(isCreating ? cardType : cardData.type) === 'LUCK' && 'Szerencse kártya'}
|
||||||
</h2>
|
</h2>
|
||||||
<div className="text-[color:var(--color-text-muted)] text-sm">
|
<div className="text-[color:var(--color-text-muted)] text-sm">
|
||||||
{cardData.type === 'task' && cardData.subType && (
|
{cardData.type === 'QUESTION' && cardData.subType && (
|
||||||
<>
|
<>
|
||||||
{cardData.subType === 'quiz' && 'Quiz (A/B/C/D)'}
|
{cardData.subType === 'quiz' && 'Quiz (A/B/C/D)'}
|
||||||
{cardData.subType === 'truefalse' && 'Igaz/Hamis'}
|
{cardData.subType === 'truefalse' && 'Igaz/Hamis'}
|
||||||
@@ -157,8 +264,8 @@ export default function CardEditor({ card, isCreating, cardType, onSave, onCance
|
|||||||
onClick={() => setShowPreview(!showPreview)}
|
onClick={() => setShowPreview(!showPreview)}
|
||||||
className={`
|
className={`
|
||||||
flex items-center gap-2 px-4 py-2 rounded-xl font-medium transition-all duration-200
|
flex items-center gap-2 px-4 py-2 rounded-xl font-medium transition-all duration-200
|
||||||
${showPreview
|
${showPreview
|
||||||
? 'bg-[color:var(--color-success)] text-[color:var(--color-text-inverse)]'
|
? 'bg-[color:var(--color-success)] text-[color:var(--color-text-inverse)]'
|
||||||
: 'bg-[color:var(--color-background)] text-[color:var(--color-text)] hover:bg-[color:var(--color-surface-selected)]'
|
: 'bg-[color:var(--color-background)] text-[color:var(--color-text)] hover:bg-[color:var(--color-surface-selected)]'
|
||||||
}
|
}
|
||||||
`}
|
`}
|
||||||
@@ -168,12 +275,15 @@ export default function CardEditor({ card, isCreating, cardType, onSave, onCance
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
onClick={onCancel}
|
onClick={() => {
|
||||||
className="flex items-center gap-2 px-4 py-2 rounded-xl bg-[color:var(--color-background)] hover:bg-[color:var(--color-surface-selected)] text-[color:var(--color-text)] transition-all duration-200"
|
notifyWarning('Kártya készítés megszakítva')
|
||||||
>
|
onCancel()
|
||||||
<FaTimes />
|
}}
|
||||||
Mégse
|
className="flex items-center gap-2 px-4 py-2 rounded-xl bg-[color:var(--color-background)] hover:bg-[color:var(--color-surface-selected)] text-[color:var(--color-text)] transition-all duration-200"
|
||||||
</button>
|
>
|
||||||
|
<FaTimes />
|
||||||
|
Mégse
|
||||||
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
onClick={handleSave}
|
onClick={handleSave}
|
||||||
@@ -189,28 +299,26 @@ export default function CardEditor({ card, isCreating, cardType, onSave, onCance
|
|||||||
{/* Content */}
|
{/* Content */}
|
||||||
<div className="flex-1 overflow-hidden">
|
<div className="flex-1 overflow-hidden">
|
||||||
{showPreview ? (
|
{showPreview ? (
|
||||||
/* Preview Mode */
|
|
||||||
<div className="h-full bg-[color:var(--color-background)] flex items-center justify-center p-6">
|
<div className="h-full bg-[color:var(--color-background)] flex items-center justify-center p-6">
|
||||||
<CardPreview card={cardData} />
|
<CardPreview card={cardData} />
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
/* Edit Mode */
|
|
||||||
<div className="h-full overflow-y-auto p-6">
|
<div className="h-full overflow-y-auto p-6">
|
||||||
{cardData.type === 'task' && (
|
{cardData.type === 'QUESTION' && (
|
||||||
<TaskCardEditor
|
<TaskCardEditor
|
||||||
card={cardData}
|
card={cardData}
|
||||||
onChange={updateCardData}
|
onChange={updateCardData}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{cardData.type === 'joker' && (
|
{cardData.type === 'JOKER' && (
|
||||||
<JokerCardEditor
|
<JokerCardEditor
|
||||||
card={cardData}
|
card={cardData}
|
||||||
onChange={updateCardData}
|
onChange={updateCardData}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{cardData.type === 'luck' && (
|
{cardData.type === 'LUCK' && (
|
||||||
<LuckCardEditor
|
<LuckCardEditor
|
||||||
card={cardData}
|
card={cardData}
|
||||||
onChange={updateCardData}
|
onChange={updateCardData}
|
||||||
@@ -221,4 +329,4 @@ export default function CardEditor({ card, isCreating, cardType, onSave, onCance
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,23 @@
|
|||||||
// src/components/DeckCreator/CardsList.jsx
|
// src/components/DeckCreator/CardsList.jsx
|
||||||
// Bal oldali kártyák listája és új kártya létrehozás
|
// Bal oldali kártyák listája és új kártya létrehozás
|
||||||
|
|
||||||
import React from "react"
|
import React, { useState } from "react"
|
||||||
import { FaPlus, FaEdit, FaTrash, FaQuestionCircle, FaCheck, FaTimes, FaDice, FaTheaterMasks } from "react-icons/fa"
|
import {
|
||||||
|
FaPlus,
|
||||||
|
FaEdit,
|
||||||
|
FaTrash,
|
||||||
|
FaQuestionCircle,
|
||||||
|
FaCheck,
|
||||||
|
FaTimes,
|
||||||
|
FaDice,
|
||||||
|
FaTheaterMasks
|
||||||
|
} from "react-icons/fa"
|
||||||
|
import { notifySuccess, notifyError } from "../../components/Toastify/toastifyServices"
|
||||||
|
|
||||||
const cardTypeIcons = {
|
const cardTypeIcons = {
|
||||||
task: { icon: FaQuestionCircle, color: "var(--color-question)" },
|
QUESTION: { icon: FaQuestionCircle, color: "var(--color-question)" },
|
||||||
joker: { icon: FaTheaterMasks, color: "var(--color-fun)" },
|
JOKER: { icon: FaTheaterMasks, color: "var(--color-fun)" },
|
||||||
luck: { icon: FaDice, color: "var(--color-luck)" }
|
LUCK: { icon: FaDice, color: "var(--color-luck)" }
|
||||||
}
|
}
|
||||||
|
|
||||||
const cardSubTypeLabels = {
|
const cardSubTypeLabels = {
|
||||||
@@ -19,85 +29,81 @@ const cardSubTypeLabels = {
|
|||||||
|
|
||||||
export default function CardsList({
|
export default function CardsList({
|
||||||
cards,
|
cards,
|
||||||
selectedCard,
|
selectedCard,
|
||||||
|
deckType,
|
||||||
onSelectCard,
|
onSelectCard,
|
||||||
onCreateCard,
|
onCreateCard,
|
||||||
onDeleteCard,
|
onDeleteCard,
|
||||||
isCreatingCard,
|
isCreatingCard,
|
||||||
newCardType
|
newCardType
|
||||||
}) {
|
}) {
|
||||||
|
const [confirmingDelete, setConfirmingDelete] = useState(null)
|
||||||
|
|
||||||
const getCardPreview = (card) => {
|
const getCardPreview = (card) => {
|
||||||
if (card.type === 'task') {
|
if (card.type === 'QUESTION') {
|
||||||
return card.question || card.statement || 'Új feladat kártya'
|
return card.question || card.statement || 'Új feladat kártya'
|
||||||
}
|
}
|
||||||
if (card.type === 'joker') {
|
if (card.type === 'JOKER') {
|
||||||
return card.text || 'Új joker kártya'
|
return card.text || 'Új joker kártya'
|
||||||
}
|
}
|
||||||
if (card.type === 'luck') {
|
if (card.type === 'LUCK') {
|
||||||
return card.text || 'Új szerencse kártya'
|
return card.text || 'Új szerencse kártya'
|
||||||
}
|
}
|
||||||
return 'Ismeretlen kártya'
|
return "Ismeretlen kártya"
|
||||||
}
|
}
|
||||||
|
|
||||||
const getCardTypeLabel = (card) => {
|
const getCardTypeLabel = (card) => {
|
||||||
if (card.type === 'task') {
|
if (card.type === 'QUESTION') {
|
||||||
if (card.subType) {
|
if (card.subType) {
|
||||||
return cardSubTypeLabels[card.subType] || 'Feladat'
|
return cardSubTypeLabels[card.subType] || "Feladat"
|
||||||
}
|
}
|
||||||
return 'Feladat'
|
return "Feladat"
|
||||||
}
|
}
|
||||||
if (card.type === 'joker') {
|
if (card.type === 'JOKER') {
|
||||||
return 'Joker'
|
return 'Joker'
|
||||||
}
|
}
|
||||||
if (card.type === 'luck') {
|
if (card.type === 'LUCK') {
|
||||||
return 'Szerencse'
|
return 'Szerencse'
|
||||||
}
|
}
|
||||||
return 'Ismeretlen'
|
return "Ismeretlen"
|
||||||
|
}
|
||||||
|
|
||||||
|
const handleConfirmDelete = () => {
|
||||||
|
if (confirmingDelete) {
|
||||||
|
onDeleteCard(confirmingDelete)
|
||||||
|
notifySuccess("Kártya sikeresen törölve a pakliból!")
|
||||||
|
setConfirmingDelete(null)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const handleCancelDelete = () => {
|
||||||
|
setConfirmingDelete(null)
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col h-full">
|
<div className="flex flex-col h-full relative">
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<div className="p-4 border-b border-[color:var(--color-surface-selected)]">
|
<div className="p-4 border-b border-[color:var(--color-surface-selected)]">
|
||||||
<h2 className="text-lg font-bold text-[color:var(--color-text)] mb-4 flex items-center gap-2">
|
<h2 className="text-lg font-bold text-[color:var(--color-text)] mb-4 flex items-center gap-2">
|
||||||
🃏 Kártyák
|
🃏 Kártyák
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
{/* New Card Dropdown */}
|
{/* New Card Button */}
|
||||||
<div className="relative group">
|
<button
|
||||||
<button className="w-full flex items-center justify-center gap-2 px-4 py-3 rounded-xl bg-[color:var(--color-success)] hover:bg-[color:var(--color-success)]/80 text-[color:var(--color-text-inverse)] font-semibold transition-all duration-200 hover:scale-105 shadow-lg">
|
onClick={() => onCreateCard(deckType)}
|
||||||
<FaPlus />
|
className={`w-full flex items-center justify-center gap-2 px-4 py-3 rounded-xl text-[color:var(--color-text-inverse)] font-semibold transition-all duration-200 hover:scale-105 shadow-lg ${
|
||||||
Új kártya
|
deckType === 'QUESTION' ? 'bg-[color:var(--color-question)] hover:bg-[color:var(--color-question)]/80' :
|
||||||
</button>
|
deckType === 'LUCK' ? 'bg-[color:var(--color-luck)] hover:bg-[color:var(--color-luck)]/80' :
|
||||||
|
'bg-[color:var(--color-fun)] hover:bg-[color:var(--color-fun)]/80'
|
||||||
{/* Dropdown Menu */}
|
}`}
|
||||||
<div className="absolute top-full left-0 right-0 mt-2 bg-[color:var(--color-card)] rounded-xl shadow-lg border border-[color:var(--color-surface-selected)] opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 z-10">
|
>
|
||||||
<button
|
<FaPlus />
|
||||||
onClick={() => onCreateCard('task')}
|
<span>
|
||||||
className="w-full flex items-center gap-3 px-4 py-3 hover:bg-[color:var(--color-surface-selected)] text-[color:var(--color-text)] transition-colors duration-200 rounded-t-xl"
|
{deckType === 'QUESTION' && '📋 Új feladat kártya'}
|
||||||
>
|
{deckType === 'JOKER' && '🃏 Új joker kártya'}
|
||||||
<FaQuestionCircle className="text-[color:var(--color-question)]" />
|
{deckType === 'LUCK' && '🎲 Új szerencse kártya'}
|
||||||
📋 Feladat kártya
|
</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
|
||||||
onClick={() => onCreateCard('joker')}
|
|
||||||
className="w-full flex items-center gap-3 px-4 py-3 hover:bg-[color:var(--color-surface-selected)] text-[color:var(--color-text)] transition-colors duration-200"
|
|
||||||
>
|
|
||||||
<FaTheaterMasks className="text-[color:var(--color-fun)]" />
|
|
||||||
🃏 Joker kártya
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button
|
|
||||||
onClick={() => onCreateCard('luck')}
|
|
||||||
className="w-full flex items-center gap-3 px-4 py-3 hover:bg-[color:var(--color-surface-selected)] text-[color:var(--color-text)] transition-colors duration-200 rounded-b-xl"
|
|
||||||
>
|
|
||||||
<FaDice className="text-[color:var(--color-luck)]" />
|
|
||||||
🎲 Szerencse kártya
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Cards List */}
|
{/* Cards List */}
|
||||||
@@ -115,7 +121,7 @@ export default function CardsList({
|
|||||||
)}
|
)}
|
||||||
<div>
|
<div>
|
||||||
<div className="text-[color:var(--color-text)] font-medium">
|
<div className="text-[color:var(--color-text)] font-medium">
|
||||||
Új {newCardType === 'task' ? 'feladat' : newCardType === 'joker' ? 'joker' : 'szerencse'} kártya
|
Új {newCardType === "QUESTION" ? "feladat" : newCardType === "JOKER" ? "joker" : "szerencse"} kártya
|
||||||
</div>
|
</div>
|
||||||
<div className="text-[color:var(--color-text-muted)] text-sm">
|
<div className="text-[color:var(--color-text-muted)] text-sm">
|
||||||
Szerkesztés folyamatban...
|
Szerkesztés folyamatban...
|
||||||
@@ -129,29 +135,43 @@ export default function CardsList({
|
|||||||
{cards.map((card, index) => {
|
{cards.map((card, index) => {
|
||||||
const cardIcon = cardTypeIcons[card.type] || cardTypeIcons.task
|
const cardIcon = cardTypeIcons[card.type] || cardTypeIcons.task
|
||||||
const isSelected = selectedCard?.id === card.id
|
const isSelected = selectedCard?.id === card.id
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
key={card.id}
|
key={card.id}
|
||||||
onClick={() => onSelectCard(card)}
|
onClick={() => onSelectCard(card)}
|
||||||
className={`
|
className={`
|
||||||
p-4 rounded-xl border cursor-pointer transition-all duration-200 hover:scale-105 group
|
p-4 rounded-xl border cursor-pointer transition-all duration-200 hover:scale-105 group relative
|
||||||
${isSelected
|
${
|
||||||
? 'bg-[color:var(--color-success)]/10 border-[color:var(--color-success)] shadow-lg'
|
isSelected
|
||||||
: 'bg-[color:var(--color-background)]/50 border-[color:var(--color-surface-selected)] hover:bg-[color:var(--color-background)]/80'
|
? "bg-[color:var(--color-success)]/10 border-[color:var(--color-success)] shadow-lg"
|
||||||
|
: "bg-[color:var(--color-background)]/50 border-[color:var(--color-surface-selected)] hover:bg-[color:var(--color-background)]/80"
|
||||||
}
|
}
|
||||||
|
${card.type !== deckType ? "opacity-70" : ""}
|
||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
|
{card.type !== deckType && (
|
||||||
|
<div className="absolute inset-0 flex items-center justify-center">
|
||||||
|
<div className="absolute inset-0 bg-[color:var(--color-error)]/5 backdrop-blur-[1px] rounded-xl"></div>
|
||||||
|
<div className="absolute rotate-[-15deg] border-t-2 border-[color:var(--color-error)] w-full"></div>
|
||||||
|
<span className="absolute top-1 right-1 text-xs text-[color:var(--color-error)] bg-[color:var(--color-error)]/10 px-2 py-1 rounded-lg">
|
||||||
|
⚠️ Nem megfelelő típus
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
{/* Card Header */}
|
{/* Card Header */}
|
||||||
<div className="flex items-start justify-between gap-2 mb-3">
|
<div className="flex items-start justify-between gap-2 mb-3">
|
||||||
<div className="flex items-center gap-3 flex-1 min-w-0">
|
<div className="flex items-center gap-3 flex-1 min-w-0">
|
||||||
<div className="flex items-center justify-center w-10 h-10 rounded-full border-2" style={{ borderColor: cardIcon.color }}>
|
<div
|
||||||
|
className="flex items-center justify-center w-10 h-10 rounded-full border-2"
|
||||||
|
style={{ borderColor: cardIcon.color }}
|
||||||
|
>
|
||||||
{React.createElement(cardIcon.icon, {
|
{React.createElement(cardIcon.icon, {
|
||||||
style: { color: cardIcon.color },
|
style: { color: cardIcon.color },
|
||||||
className: "text-lg"
|
className: "text-lg"
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex-1 min-w-0">
|
<div className="flex-1 min-w-0">
|
||||||
<div className="text-[color:var(--color-text)] font-bold text-sm mb-1">
|
<div className="text-[color:var(--color-text)] font-bold text-sm mb-1">
|
||||||
#{index + 1} - {getCardTypeLabel(card)}
|
#{index + 1} - {getCardTypeLabel(card)}
|
||||||
@@ -169,7 +189,7 @@ export default function CardsList({
|
|||||||
<button
|
<button
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
e.stopPropagation()
|
e.stopPropagation()
|
||||||
onDeleteCard(card.id)
|
setConfirmingDelete(card.id)
|
||||||
}}
|
}}
|
||||||
className="p-1.5 rounded-lg bg-[color:var(--color-error)]/10 hover:bg-[color:var(--color-error)]/20 text-[color:var(--color-error)] transition-colors duration-200"
|
className="p-1.5 rounded-lg bg-[color:var(--color-error)]/10 hover:bg-[color:var(--color-error)]/20 text-[color:var(--color-error)] transition-colors duration-200"
|
||||||
>
|
>
|
||||||
@@ -180,13 +200,13 @@ export default function CardsList({
|
|||||||
|
|
||||||
{/* Card Content Preview */}
|
{/* Card Content Preview */}
|
||||||
<div className="bg-[color:var(--color-surface)]/30 rounded-lg p-3 mb-2">
|
<div className="bg-[color:var(--color-surface)]/30 rounded-lg p-3 mb-2">
|
||||||
<div
|
<div
|
||||||
className="text-[color:var(--color-text)] text-sm leading-relaxed"
|
className="text-[color:var(--color-text)] text-sm leading-relaxed"
|
||||||
style={{
|
style={{
|
||||||
display: '-webkit-box',
|
display: "-webkit-box",
|
||||||
WebkitLineClamp: 2,
|
WebkitLineClamp: 2,
|
||||||
WebkitBoxOrient: 'vertical',
|
WebkitBoxOrient: "vertical",
|
||||||
overflow: 'hidden'
|
overflow: "hidden"
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{getCardPreview(card)}
|
{getCardPreview(card)}
|
||||||
@@ -209,22 +229,42 @@ export default function CardsList({
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Confirm Delete Popup */}
|
||||||
|
{confirmingDelete && (
|
||||||
|
<div className="fixed inset-0 bg-black/40 flex items-center justify-center z-50">
|
||||||
|
<div className="bg-white rounded-xl shadow-xl p-6 w-80 text-center animate-fadeIn">
|
||||||
|
<h3 className="text-lg font-semibold mb-4 text-gray-800">
|
||||||
|
Biztosan törölni szeretnéd?
|
||||||
|
</h3>
|
||||||
|
<p className="text-sm text-gray-600 mb-6">
|
||||||
|
Ez a művelet nem visszavonható.
|
||||||
|
</p>
|
||||||
|
<div className="flex justify-center gap-4">
|
||||||
|
<button
|
||||||
|
onClick={handleConfirmDelete}
|
||||||
|
className="bg-[color:var(--color-error)] text-white px-4 py-2 rounded-lg hover:bg-red-600 transition"
|
||||||
|
>
|
||||||
|
Igen
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
onClick={handleCancelDelete}
|
||||||
|
className="bg-gray-200 px-4 py-2 rounded-lg hover:bg-gray-300 transition"
|
||||||
|
>
|
||||||
|
Mégse
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
{/* Footer Stats */}
|
{/* Footer Stats */}
|
||||||
<div className="p-4 border-t border-[color:var(--color-surface-selected)] bg-[color:var(--color-background)]/30">
|
<div className="p-4 border-t border-[color:var(--color-surface-selected)] bg-[color:var(--color-background)]/30">
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<div className="text-[color:var(--color-text)] font-semibold">
|
<div className="text-[color:var(--color-text)] font-semibold">
|
||||||
📊 Összesen: {cards.length} kártya
|
📊 Összesen: {cards.length} kártya
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{cards.length > 0 && (
|
|
||||||
<div className="flex justify-center gap-4 mt-2 text-xs text-[color:var(--color-text-muted)]">
|
|
||||||
<span>📋 {cards.filter(c => c.type === 'task').length}</span>
|
|
||||||
<span>🃏 {cards.filter(c => c.type === 'joker').length}</span>
|
|
||||||
<span>🎲 {cards.filter(c => c.type === 'luck').length}</span>
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
// src/components/DeckCreator/DeckHeader.jsx
|
// src/components/DeckCreator/DeckHeader.jsx
|
||||||
// Deck alapadatok szerkesztése és mentés
|
// Deck alapadatok szerkesztése és mentés
|
||||||
|
|
||||||
import React from "react"
|
import React, { useState, useRef, useEffect } from "react"
|
||||||
import { FaSave, FaArrowLeft, FaGlobe, FaLock, FaQuestionCircle, FaDice, FaLaughBeam } from "react-icons/fa"
|
import { FaSave, FaArrowLeft, FaGlobe, FaLock, FaQuestionCircle, FaDice, FaLaughBeam } from "react-icons/fa"
|
||||||
|
|
||||||
const deckTypes = [
|
const deckTypes = [
|
||||||
{ value: "Question", label: "Kérdés", icon: FaQuestionCircle, color: "var(--color-question)" },
|
{ value: "QUESTION", label: "Kérdés", icon: FaQuestionCircle, color: "var(--color-question)" },
|
||||||
{ value: "Luck", label: "Szerencse", icon: FaDice, color: "var(--color-luck)" },
|
{ value: "LUCK", label: "Szerencse", icon: FaDice, color: "var(--color-luck)" },
|
||||||
{ value: "Fun", label: "Szórakozás", icon: FaLaughBeam, color: "var(--color-fun)" }
|
{ value: "JOKER", label: "Joker", icon: FaLaughBeam, color: "var(--color-fun)" }
|
||||||
]
|
]
|
||||||
|
|
||||||
const privacyOptions = [
|
const privacyOptions = [
|
||||||
@@ -16,17 +16,35 @@ const privacyOptions = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
export default function DeckHeader({ deck, onUpdate, onSave, onBack }) {
|
export default function DeckHeader({ deck, onUpdate, onSave, onBack }) {
|
||||||
|
const [isTypeDropdownOpen, setIsTypeDropdownOpen] = useState(false);
|
||||||
|
const [isPrivacyDropdownOpen, setIsPrivacyDropdownOpen] = useState(false);
|
||||||
|
const typeDropdownRef = useRef(null);
|
||||||
|
const privacyDropdownRef = useRef(null);
|
||||||
|
|
||||||
const currentDeckType = deckTypes.find(type => type.value === deck.type) || deckTypes[0]
|
const currentDeckType = deckTypes.find(type => type.value === deck.type) || deckTypes[0]
|
||||||
const currentPrivacy = privacyOptions.find(option => option.value === deck.privacy) || privacyOptions[0]
|
const currentPrivacy = privacyOptions.find(option => option.value === deck.privacy) || privacyOptions[0]
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
function handleClickOutside(event) {
|
||||||
|
if (typeDropdownRef.current && !typeDropdownRef.current.contains(event.target)) {
|
||||||
|
setIsTypeDropdownOpen(false);
|
||||||
|
}
|
||||||
|
if (privacyDropdownRef.current && !privacyDropdownRef.current.contains(event.target)) {
|
||||||
|
setIsPrivacyDropdownOpen(false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
document.addEventListener('mousedown', handleClickOutside);
|
||||||
|
return () => {
|
||||||
|
document.removeEventListener('mousedown', handleClickOutside);
|
||||||
|
};
|
||||||
|
}, []);
|
||||||
|
|
||||||
const handleInputChange = (field, value) => {
|
const handleInputChange = (field, value) => {
|
||||||
onUpdate({ [field]: value })
|
onUpdate({ [field]: value })
|
||||||
}
|
}
|
||||||
|
|
||||||
const cardsCount = deck.cards?.length || 0
|
// Remove unused card count variables
|
||||||
const taskCards = deck.cards?.filter(card => card.type === 'task')?.length || 0
|
|
||||||
const jokerCards = deck.cards?.filter(card => card.type === 'joker')?.length || 0
|
|
||||||
const luckCards = deck.cards?.filter(card => card.type === 'luck')?.length || 0
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="bg-[color:var(--color-surface)] border-b border-[color:var(--color-surface-selected)] px-6 py-4">
|
<div className="bg-[color:var(--color-surface)] border-b border-[color:var(--color-surface-selected)] px-6 py-4">
|
||||||
@@ -42,7 +60,7 @@ export default function DeckHeader({ deck, onUpdate, onSave, onBack }) {
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<h1 className="text-2xl font-bold text-[color:var(--color-text)]">
|
<h1 className="text-2xl font-bold text-[color:var(--color-text)]">
|
||||||
📝 Deck Szerkesztés
|
📝 Pakli Szerkesztés
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -56,104 +74,146 @@ export default function DeckHeader({ deck, onUpdate, onSave, onBack }) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Main Content Row */}
|
{/* Main Content Row */}
|
||||||
<div className="grid grid-cols-1 lg:grid-cols-3 gap-6 items-end">
|
<div className="space-y-4">
|
||||||
{/* Deck Basic Info */}
|
{/* Two Column Layout */}
|
||||||
<div className="lg:col-span-2 space-y-4">
|
<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||||||
{/* Deck Name */}
|
{/* Deck Name - Takes up 2 columns */}
|
||||||
<div>
|
<div className="md:col-span-2">
|
||||||
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
📦 Deck neve
|
📦 Pakli neve
|
||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
value={deck.name}
|
value={deck.name}
|
||||||
onChange={(e) => handleInputChange('name', e.target.value)}
|
onChange={(e) => handleInputChange('name', e.target.value)}
|
||||||
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
placeholder="Add meg a deck nevét..."
|
placeholder="Add meg a pakli nevét..."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Type and Privacy Row */}
|
{/* Empty space for visual balance */}
|
||||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
|
<div className="hidden md:block"></div>
|
||||||
{/* Deck Type */}
|
|
||||||
<div>
|
|
||||||
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
|
||||||
🎯 Típus
|
|
||||||
</label>
|
|
||||||
<select
|
|
||||||
value={deck.type}
|
|
||||||
onChange={(e) => handleInputChange('type', e.target.value)}
|
|
||||||
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
|
||||||
>
|
|
||||||
{deckTypes.map(type => (
|
|
||||||
<option key={type.value} value={type.value}>
|
|
||||||
{type.label}
|
|
||||||
</option>
|
|
||||||
))}
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Privacy */}
|
|
||||||
<div>
|
|
||||||
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
|
||||||
👁️ Láthatóság
|
|
||||||
</label>
|
|
||||||
<select
|
|
||||||
value={deck.privacy}
|
|
||||||
onChange={(e) => handleInputChange('privacy', e.target.value)}
|
|
||||||
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
|
||||||
>
|
|
||||||
{privacyOptions.map(option => (
|
|
||||||
<option key={option.value} value={option.value}>
|
|
||||||
{option.label}
|
|
||||||
</option>
|
|
||||||
))}
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Description */}
|
|
||||||
<div>
|
|
||||||
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
|
||||||
📝 Leírás
|
|
||||||
</label>
|
|
||||||
<input
|
|
||||||
type="text"
|
|
||||||
value={deck.description}
|
|
||||||
onChange={(e) => handleInputChange('description', e.target.value)}
|
|
||||||
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
|
||||||
placeholder="Rövid leírás..."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Stats Panel */}
|
{/* Type, Privacy and Description Row */}
|
||||||
<div className="bg-[color:var(--color-background)]/50 rounded-xl p-4 border border-[color:var(--color-surface-selected)]">
|
<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||||||
<h3 className="text-[color:var(--color-text)] font-semibold mb-3 flex items-center gap-2">
|
{/* Deck Type */}
|
||||||
📊 Statisztikák
|
<div>
|
||||||
</h3>
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
|
🎯 Típus
|
||||||
<div className="space-y-2 text-sm">
|
</label>
|
||||||
<div className="flex justify-between items-center">
|
<div className="relative">
|
||||||
<span className="text-[color:var(--color-text-muted)]">Összes kártya:</span>
|
<button
|
||||||
<span className="text-[color:var(--color-text)] font-semibold">{cardsCount}</span>
|
type="button"
|
||||||
|
onClick={() => setIsTypeDropdownOpen(!isTypeDropdownOpen)}
|
||||||
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200 flex items-center"
|
||||||
|
style={{
|
||||||
|
paddingLeft: "2.5rem"
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<div className="absolute left-4 top-1/2 -translate-y-1/2">
|
||||||
|
{React.createElement(currentDeckType.icon, {
|
||||||
|
style: { color: currentDeckType.color }
|
||||||
|
})}
|
||||||
|
</div>
|
||||||
|
{currentDeckType.label}
|
||||||
|
<div className="absolute right-4 top-1/2 -translate-y-1/2">
|
||||||
|
<svg className={`w-4 h-4 text-[color:var(--color-text-muted)] transform transition-transform ${isTypeDropdownOpen ? 'rotate-180' : ''}`} viewBox="0 0 20 20" fill="currentColor">
|
||||||
|
<path fillRule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clipRule="evenodd" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
{isTypeDropdownOpen && (
|
||||||
|
<div
|
||||||
|
className="absolute z-10 w-full mt-1 bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] rounded-xl shadow-lg overflow-hidden"
|
||||||
|
ref={typeDropdownRef}
|
||||||
|
>
|
||||||
|
{deckTypes.map(type => (
|
||||||
|
<button
|
||||||
|
key={type.value}
|
||||||
|
onClick={() => {
|
||||||
|
handleInputChange('type', type.value);
|
||||||
|
setIsTypeDropdownOpen(false);
|
||||||
|
}}
|
||||||
|
className={`w-full px-4 py-2 flex items-center gap-3 hover:bg-[color:var(--color-surface-selected)] transition-colors text-[color:var(--color-text)] ${deck.type === type.value ? 'bg-[color:var(--color-surface-selected)]' : ''}`}
|
||||||
|
>
|
||||||
|
{React.createElement(type.icon, {
|
||||||
|
style: { color: type.color }
|
||||||
|
})}
|
||||||
|
<span>{type.label}</span>
|
||||||
|
</button>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div className="flex justify-between items-center">
|
|
||||||
<span className="text-[color:var(--color-text-muted)]">📋 Feladat:</span>
|
{/* Privacy */}
|
||||||
<span className="text-[color:var(--color-question)] font-semibold">{taskCards}</span>
|
<div>
|
||||||
</div>
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
|
👁️ Láthatóság
|
||||||
<div className="flex justify-between items-center">
|
</label>
|
||||||
<span className="text-[color:var(--color-text-muted)]">🃏 Joker:</span>
|
<div className="relative">
|
||||||
<span className="text-[color:var(--color-success)] font-semibold">{jokerCards}</span>
|
<button
|
||||||
</div>
|
type="button"
|
||||||
|
onClick={() => setIsPrivacyDropdownOpen(!isPrivacyDropdownOpen)}
|
||||||
<div className="flex justify-between items-center">
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200 flex items-center"
|
||||||
<span className="text-[color:var(--color-text-muted)]">🎲 Szerencse:</span>
|
style={{
|
||||||
<span className="text-[color:var(--color-luck)] font-semibold">{luckCards}</span>
|
paddingLeft: "2.5rem"
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<div className="absolute left-4 top-1/2 -translate-y-1/2">
|
||||||
|
{React.createElement(currentPrivacy.icon, {
|
||||||
|
className: "text-[color:var(--color-text)]"
|
||||||
|
})}
|
||||||
|
</div>
|
||||||
|
{currentPrivacy.label}
|
||||||
|
<div className="absolute right-4 top-1/2 -translate-y-1/2">
|
||||||
|
<svg className={`w-4 h-4 text-[color:var(--color-text-muted)] transform transition-transform ${isPrivacyDropdownOpen ? 'rotate-180' : ''}`} viewBox="0 0 20 20" fill="currentColor">
|
||||||
|
<path fillRule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clipRule="evenodd" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
{isPrivacyDropdownOpen && (
|
||||||
|
<div
|
||||||
|
className="absolute z-10 w-full mt-1 bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] rounded-xl shadow-lg overflow-hidden"
|
||||||
|
ref={privacyDropdownRef}
|
||||||
|
>
|
||||||
|
{privacyOptions.map(option => (
|
||||||
|
<button
|
||||||
|
key={option.value}
|
||||||
|
onClick={() => {
|
||||||
|
handleInputChange('privacy', option.value);
|
||||||
|
setIsPrivacyDropdownOpen(false);
|
||||||
|
}}
|
||||||
|
className={`w-full px-4 py-2 flex items-center gap-3 hover:bg-[color:var(--color-surface-selected)] transition-colors text-[color:var(--color-text)] ${deck.privacy === option.value ? 'bg-[color:var(--color-surface-selected)]' : ''}`}
|
||||||
|
>
|
||||||
|
{React.createElement(option.icon, {
|
||||||
|
className: "text-[color:var(--color-text)]"
|
||||||
|
})}
|
||||||
|
<span>{option.label}</span>
|
||||||
|
</button>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Description */}
|
||||||
|
<div>
|
||||||
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
|
📝 Leírás
|
||||||
|
</label>
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
value={deck.description}
|
||||||
|
onChange={(e) => handleInputChange('description', e.target.value)}
|
||||||
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
|
placeholder="Rövid leírás..."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import React, { useState } from "react"
|
import React, { useState, useEffect } from "react"
|
||||||
import { useNavigate } from "react-router-dom"
|
import { useNavigate } from "react-router-dom"
|
||||||
import {
|
import {
|
||||||
FaPlus,
|
FaPlus,
|
||||||
@@ -9,6 +9,8 @@ import {
|
|||||||
FaSortAlphaDown,
|
FaSortAlphaDown,
|
||||||
FaSortAlphaUp,
|
FaSortAlphaUp,
|
||||||
FaQuestionCircle,
|
FaQuestionCircle,
|
||||||
|
FaChevronLeft,
|
||||||
|
FaChevronRight,
|
||||||
} from "react-icons/fa"
|
} from "react-icons/fa"
|
||||||
import SearchBox from "../Search/SearchBox"
|
import SearchBox from "../Search/SearchBox"
|
||||||
import PopUp from "../PopUp/PopUp"
|
import PopUp from "../PopUp/PopUp"
|
||||||
@@ -17,22 +19,10 @@ import DeckInfoPopUp from "../PopUp/DeckInfoPopUp"
|
|||||||
const deckTypes = [
|
const deckTypes = [
|
||||||
{ label: "Luck", color: "var(--color-luck)" },
|
{ label: "Luck", color: "var(--color-luck)" },
|
||||||
{ label: "Question", color: "var(--color-question)" },
|
{ label: "Question", color: "var(--color-question)" },
|
||||||
{ label: "Fun", color: "var(--color-fun)" },
|
{ label: "Joker", color: "var(--color-fun)" },
|
||||||
]
|
]
|
||||||
|
|
||||||
const mockDecks = [
|
// initial state will be fetched from backend
|
||||||
// Just for visual mockup
|
|
||||||
{ id: 1, name: "Party Luck", type: "Luck", created: "2025-07-01", origin: "Vállalati" },
|
|
||||||
{ id: 2, name: "Quiz Night", type: "Question", created: "2025-07-02", origin: "Saját" },
|
|
||||||
{ id: 3, name: "Fun Times", type: "Fun", created: "2025-07-03", origin: "Vállalati" },
|
|
||||||
{ id: 4, name: "Corporate Challenge", type: "Question", created: "2025-07-04", origin: "Vállalati" },
|
|
||||||
{ id: 5, name: "Randomizer", type: "Luck", created: "2025-07-05", origin: "Saját" },
|
|
||||||
{ id: 6, name: "Afterwork luck", type: "Luck", created: "2025-07-06", origin: "Saját" },
|
|
||||||
{ id: 7, name: "Serpent Quiz", type: "Question", created: "2025-07-07", origin: "Vállalati" },
|
|
||||||
{ id: 8, name: "Green Fortune", type: "Luck", created: "2025-07-08", origin: "Vállalati" },
|
|
||||||
{ id: 9, name: "Team Builder", type: "Fun", created: "2025-07-09", origin: "Saját" },
|
|
||||||
{ id: 10, name: "Knowledge Race", type: "Question", created: "2025-07-10", origin: "Saját" },
|
|
||||||
]
|
|
||||||
|
|
||||||
const origins = ["Mind", "Vállalati", "Saját"]
|
const origins = ["Mind", "Vállalati", "Saját"]
|
||||||
|
|
||||||
@@ -82,9 +72,47 @@ const DeckManager = () => {
|
|||||||
const [search, setSearch] = useState("")
|
const [search, setSearch] = useState("")
|
||||||
const [showSortHelp, setShowSortHelp] = useState(false)
|
const [showSortHelp, setShowSortHelp] = useState(false)
|
||||||
const [selectedDeck, setSelectedDeck] = useState(null)
|
const [selectedDeck, setSelectedDeck] = useState(null)
|
||||||
|
const [allDecks, setAllDecks] = useState([]) // Összes pakli
|
||||||
|
const [loading, setLoading] = useState(false)
|
||||||
|
const [itemsPerPage, setItemsPerPage] = useState(20)
|
||||||
|
const [currentPage, setCurrentPage] = useState(1)
|
||||||
|
|
||||||
// Filter logic (mock)
|
// Load all decks once
|
||||||
let filteredDecks = mockDecks.filter((deck) => {
|
useEffect(() => {
|
||||||
|
let mounted = true
|
||||||
|
const load = async () => {
|
||||||
|
setLoading(true)
|
||||||
|
try {
|
||||||
|
// Load all decks (0-99 is the max limit = 100 decks)
|
||||||
|
const result = await import('../../api/deckApi').then(m => m.getDecksPage(0, 99))
|
||||||
|
if (!mounted) return
|
||||||
|
|
||||||
|
console.log('Loaded decks:', result) // Debug
|
||||||
|
|
||||||
|
// Map backend deck shape to UI shape
|
||||||
|
const mapped = (result.decks || []).map(d => ({
|
||||||
|
id: d.id,
|
||||||
|
name: d.name,
|
||||||
|
type: d.type === 2 ? 'Question' : d.type === 1 ? 'Joker' : 'Luck',
|
||||||
|
created: d.creationdate ? new Date(d.creationdate).toLocaleDateString() : '',
|
||||||
|
origin: d.ctype === 2 ? 'Vállalati' : d.ctype === 0 ? 'Mind' : 'Saját',
|
||||||
|
raw: d
|
||||||
|
}))
|
||||||
|
|
||||||
|
console.log('Mapped decks:', mapped) // Debug
|
||||||
|
setAllDecks(mapped)
|
||||||
|
} catch (err) {
|
||||||
|
console.error('Failed to load decks', err)
|
||||||
|
} finally {
|
||||||
|
setLoading(false)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
load()
|
||||||
|
return () => { mounted = false }
|
||||||
|
}, [])
|
||||||
|
|
||||||
|
// Filter logic
|
||||||
|
let filteredDecks = allDecks.filter((deck) => {
|
||||||
const typeMatch = selectedType === "All" || deck.type === selectedType
|
const typeMatch = selectedType === "All" || deck.type === selectedType
|
||||||
const originMatch = selectedOrigin === "Mind" || deck.origin === selectedOrigin
|
const originMatch = selectedOrigin === "Mind" || deck.origin === selectedOrigin
|
||||||
const searchMatch = !search || deck.name.toLowerCase().includes(search.toLowerCase())
|
const searchMatch = !search || deck.name.toLowerCase().includes(search.toLowerCase())
|
||||||
@@ -105,6 +133,18 @@ const DeckManager = () => {
|
|||||||
return 0
|
return 0
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// Pagination logic - frontend only
|
||||||
|
const totalDecks = filteredDecks.length
|
||||||
|
const totalPages = Math.ceil(totalDecks / itemsPerPage)
|
||||||
|
const startIndex = (currentPage - 1) * itemsPerPage
|
||||||
|
const endIndex = startIndex + itemsPerPage
|
||||||
|
const paginatedDecks = filteredDecks.slice(startIndex, endIndex)
|
||||||
|
|
||||||
|
// Reset to page 1 when filters or items per page change
|
||||||
|
useEffect(() => {
|
||||||
|
setCurrentPage(1)
|
||||||
|
}, [selectedType, selectedOrigin, search, sortBy, itemsPerPage])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="w-full flex flex-col bg-[color:var(--color-background)]">
|
<div className="w-full flex flex-col bg-[color:var(--color-background)]">
|
||||||
<div className="w-full max-w-[1200px] mx-auto px-4 py-10">
|
<div className="w-full max-w-[1200px] mx-auto px-4 py-10">
|
||||||
@@ -145,8 +185,8 @@ const DeckManager = () => {
|
|||||||
? "Szerencse"
|
? "Szerencse"
|
||||||
: type.label === "Question"
|
: type.label === "Question"
|
||||||
? "Kérdés"
|
? "Kérdés"
|
||||||
: type.label === "Fun"
|
: type.label === "Joker"
|
||||||
? "Szórakozás"
|
? "Joker"
|
||||||
: type.label}
|
: type.label}
|
||||||
</button>
|
</button>
|
||||||
))}
|
))}
|
||||||
@@ -245,6 +285,36 @@ const DeckManager = () => {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Items per page selector and pagination info */}
|
||||||
|
<div className="flex flex-col md:flex-row gap-4 justify-between items-center mb-6 bg-[color:var(--color-surface)]/60 backdrop-blur-lg rounded-xl px-6 py-3 shadow">
|
||||||
|
<div className="flex items-center gap-3">
|
||||||
|
<span className="text-[color:var(--color-text-muted)] text-sm font-medium">
|
||||||
|
Elemek oldalanként:
|
||||||
|
</span>
|
||||||
|
<select
|
||||||
|
value={itemsPerPage}
|
||||||
|
onChange={(e) => setItemsPerPage(Number(e.target.value))}
|
||||||
|
className="px-3 py-1.5 rounded-lg bg-[color:var(--color-background)] text-[color:var(--color-text)] border border-[color:var(--color-surface-selected)] focus:ring-2 focus:ring-[color:var(--color-success)] outline-none transition-all duration-200"
|
||||||
|
>
|
||||||
|
<option value={20}>20</option>
|
||||||
|
<option value={30}>30</option>
|
||||||
|
<option value={40}>40</option>
|
||||||
|
<option value={50}>50</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="text-[color:var(--color-text-muted)] text-sm">
|
||||||
|
{totalDecks > 0 ? (
|
||||||
|
<>
|
||||||
|
{startIndex + 1}-{Math.min(endIndex, totalDecks)} / {totalDecks} pakli
|
||||||
|
</>
|
||||||
|
) : (
|
||||||
|
<>0 pakli</>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{/* Decks Grid */}
|
{/* Decks Grid */}
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-8 mt-8">
|
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-8 mt-8">
|
||||||
{/* Create New Deck (Mockup) */}
|
{/* Create New Deck (Mockup) */}
|
||||||
@@ -255,8 +325,14 @@ const DeckManager = () => {
|
|||||||
<FaPlus style={{ color: "var(--color-success)" }} className="text-5xl mb-2" />
|
<FaPlus style={{ color: "var(--color-success)" }} className="text-5xl mb-2" />
|
||||||
<span className="text-[color:var(--color-text)] font-semibold">Új pakli létrehozása</span>
|
<span className="text-[color:var(--color-text)] font-semibold">Új pakli létrehozása</span>
|
||||||
</div>
|
</div>
|
||||||
{/* Existing Decks (Mockup) */}
|
{/* Existing Decks (from backend) */}
|
||||||
{filteredDecks.map((deck) => {
|
{loading && (
|
||||||
|
<div className="col-span-full text-center text-[color:var(--color-text-muted)]">Betöltés...</div>
|
||||||
|
)}
|
||||||
|
{!loading && filteredDecks.length === 0 && (
|
||||||
|
<div className="col-span-full text-center text-[color:var(--color-text-muted)]">Nincsenek mentett paklik.</div>
|
||||||
|
)}
|
||||||
|
{!loading && paginatedDecks.map((deck) => {
|
||||||
const deckType = deckTypes.find((t) => t.label === deck.type)
|
const deckType = deckTypes.find((t) => t.label === deck.type)
|
||||||
const borderColor = deckType ? deckType.color : "var(--color-success)"
|
const borderColor = deckType ? deckType.color : "var(--color-success)"
|
||||||
return (
|
return (
|
||||||
@@ -279,7 +355,7 @@ const DeckManager = () => {
|
|||||||
: deck.type === "Question"
|
: deck.type === "Question"
|
||||||
? "Kérdés"
|
? "Kérdés"
|
||||||
: deck.type === "Fun"
|
: deck.type === "Fun"
|
||||||
? "Szórakozás"
|
? "Joker"
|
||||||
: deck.type}
|
: deck.type}
|
||||||
</span>
|
</span>
|
||||||
<h2 className="text-xl font-bold text-[color:var(--color-text)] mb-1 truncate">
|
<h2 className="text-xl font-bold text-[color:var(--color-text)] mb-1 truncate">
|
||||||
@@ -293,6 +369,73 @@ const DeckManager = () => {
|
|||||||
)
|
)
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Pagination Controls */}
|
||||||
|
{totalPages > 1 && (
|
||||||
|
<div className="flex justify-center items-center gap-2 mt-8">
|
||||||
|
<button
|
||||||
|
onClick={() => setCurrentPage(prev => Math.max(1, prev - 1))}
|
||||||
|
disabled={currentPage === 1}
|
||||||
|
className={`px-4 py-2 rounded-lg font-medium transition-all duration-200 flex items-center gap-2 ${
|
||||||
|
currentPage === 1
|
||||||
|
? 'bg-[color:var(--color-surface)] text-[color:var(--color-text-muted)] cursor-not-allowed'
|
||||||
|
: 'bg-[color:var(--color-success)] text-[color:var(--color-text-inverse)] hover:bg-[color:var(--color-success)]/80 hover:scale-105'
|
||||||
|
}`}
|
||||||
|
>
|
||||||
|
<FaChevronLeft />
|
||||||
|
Előző
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
{[...Array(totalPages)].map((_, index) => {
|
||||||
|
const pageNum = index + 1
|
||||||
|
// Show first page, last page, current page and neighbors
|
||||||
|
if (
|
||||||
|
pageNum === 1 ||
|
||||||
|
pageNum === totalPages ||
|
||||||
|
(pageNum >= currentPage - 1 && pageNum <= currentPage + 1)
|
||||||
|
) {
|
||||||
|
return (
|
||||||
|
<button
|
||||||
|
key={pageNum}
|
||||||
|
onClick={() => setCurrentPage(pageNum)}
|
||||||
|
className={`w-10 h-10 rounded-lg font-medium transition-all duration-200 ${
|
||||||
|
currentPage === pageNum
|
||||||
|
? 'bg-[color:var(--color-success)] text-[color:var(--color-text-inverse)] scale-110 shadow-lg'
|
||||||
|
: 'bg-[color:var(--color-surface)] text-[color:var(--color-text)] hover:bg-[color:var(--color-surface-selected)]'
|
||||||
|
}`}
|
||||||
|
>
|
||||||
|
{pageNum}
|
||||||
|
</button>
|
||||||
|
)
|
||||||
|
} else if (
|
||||||
|
pageNum === currentPage - 2 ||
|
||||||
|
pageNum === currentPage + 2
|
||||||
|
) {
|
||||||
|
return (
|
||||||
|
<span key={pageNum} className="text-[color:var(--color-text-muted)]">
|
||||||
|
...
|
||||||
|
</span>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
return null
|
||||||
|
})}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<button
|
||||||
|
onClick={() => setCurrentPage(prev => Math.min(totalPages, prev + 1))}
|
||||||
|
disabled={currentPage === totalPages}
|
||||||
|
className={`px-4 py-2 rounded-lg font-medium transition-all duration-200 flex items-center gap-2 ${
|
||||||
|
currentPage === totalPages
|
||||||
|
? 'bg-[color:var(--color-surface)] text-[color:var(--color-text-muted)] cursor-not-allowed'
|
||||||
|
: 'bg-[color:var(--color-success)] text-[color:var(--color-text-inverse)] hover:bg-[color:var(--color-success)]/80 hover:scale-105'
|
||||||
|
}`}
|
||||||
|
>
|
||||||
|
Következő
|
||||||
|
<FaChevronRight />
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Deck Info Popup */}
|
{/* Deck Info Popup */}
|
||||||
|
|||||||
@@ -4,17 +4,29 @@
|
|||||||
import React, { useState, useEffect } from 'react'
|
import React, { useState, useEffect } from 'react'
|
||||||
import { FaTheaterMasks, FaInfoCircle, FaUsers } from 'react-icons/fa'
|
import { FaTheaterMasks, FaInfoCircle, FaUsers } from 'react-icons/fa'
|
||||||
|
|
||||||
|
const consequenceTypes = [
|
||||||
|
{ value: 0, label: '⬆️ Előre lépés', description: 'A játékos előre lép X mezőt' },
|
||||||
|
{ value: 1, label: '⬇️ Hátra lépés', description: 'A játékos hátra lép X mezőt' },
|
||||||
|
{ value: 2, label: '⏸️ Kör kihagyás', description: 'A játékos kihagy egy kört' },
|
||||||
|
{ value: 3, label: '⏩ Extra kör', description: 'A játékos kap egy extra kört' },
|
||||||
|
{ value: 5, label: '🏁 Vissza a starthoz', description: 'A játékos visszakerül a starthoz' }
|
||||||
|
]
|
||||||
|
|
||||||
export default function JokerCardEditor({ card, onChange }) {
|
export default function JokerCardEditor({ card, onChange }) {
|
||||||
const [cardData, setCardData] = useState({
|
const [cardData, setCardData] = useState({
|
||||||
type: 'joker',
|
type: 'JOKER',
|
||||||
text: ''
|
text: '',
|
||||||
|
consequence: { type: 0, value: 1 },
|
||||||
|
wrongConsequence: { type: 1, value: 1 }
|
||||||
})
|
})
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (card) {
|
if (card) {
|
||||||
setCardData({
|
setCardData({
|
||||||
type: 'joker',
|
type: 'JOKER',
|
||||||
text: card.text || ''
|
text: card.text || '',
|
||||||
|
consequence: card.consequence || { type: 0, value: 1 },
|
||||||
|
wrongConsequence: card.wrongConsequence || { type: 1, value: 1 }
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}, [card])
|
}, [card])
|
||||||
@@ -31,6 +43,36 @@ export default function JokerCardEditor({ card, onChange }) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const updateConsequence = (field, value) => {
|
||||||
|
const newCardData = {
|
||||||
|
...cardData,
|
||||||
|
consequence: {
|
||||||
|
...cardData.consequence,
|
||||||
|
[field]: value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
setCardData(newCardData)
|
||||||
|
|
||||||
|
if (onChange) {
|
||||||
|
onChange(newCardData)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const updateWrongConsequence = (field, value) => {
|
||||||
|
const newCardData = {
|
||||||
|
...cardData,
|
||||||
|
wrongConsequence: {
|
||||||
|
...cardData.wrongConsequence,
|
||||||
|
[field]: value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
setCardData(newCardData)
|
||||||
|
|
||||||
|
if (onChange) {
|
||||||
|
onChange(newCardData)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Példa joker kártyák
|
// Példa joker kártyák
|
||||||
const exampleCards = [
|
const exampleCards = [
|
||||||
"Felelsz vagy mersz? (Az előző játékos kérdez)",
|
"Felelsz vagy mersz? (Az előző játékos kérdez)",
|
||||||
@@ -57,18 +99,10 @@ export default function JokerCardEditor({ card, onChange }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="max-w-4xl mx-auto">
|
<div className="space-y-6">
|
||||||
|
{/* Info box */}
|
||||||
<div className="bg-[color:var(--color-surface)] rounded-xl p-6">
|
<div className="bg-[color:var(--color-surface)] rounded-xl p-6">
|
||||||
{/* Header */}
|
<div className="bg-[color:var(--color-fun)]/10 border border-[color:var(--color-fun)]/30 rounded-lg p-4">
|
||||||
<div className="flex items-center gap-3 mb-6">
|
|
||||||
<FaTheaterMasks className="text-2xl text-[color:var(--color-fun)]" />
|
|
||||||
<h3 className="text-xl font-bold text-[color:var(--color-text)]">
|
|
||||||
Joker Kártya Szerkesztő
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Info box */}
|
|
||||||
<div className="bg-[color:var(--color-fun)]/10 border border-[color:var(--color-fun)]/30 rounded-lg p-4 mb-6">
|
|
||||||
<div className="flex items-start gap-3">
|
<div className="flex items-start gap-3">
|
||||||
<FaInfoCircle className="text-[color:var(--color-fun)] mt-1 flex-shrink-0" />
|
<FaInfoCircle className="text-[color:var(--color-fun)] mt-1 flex-shrink-0" />
|
||||||
<div>
|
<div>
|
||||||
@@ -86,28 +120,33 @@ export default function JokerCardEditor({ card, onChange }) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{/* Card text input */}
|
{/* Kártya szövege */}
|
||||||
<div className="space-y-4">
|
<div className="bg-[color:var(--color-surface)] rounded-xl p-6">
|
||||||
<div>
|
<h3 className="text-lg font-semibold text-[color:var(--color-text)] mb-4 flex items-center gap-2">
|
||||||
<label className="block text-[color:var(--color-text)] font-medium mb-2">
|
<FaTheaterMasks className="text-[color:var(--color-fun)]" />
|
||||||
Joker kártya feladat *
|
Kártya szövege
|
||||||
</label>
|
</h3>
|
||||||
<textarea
|
|
||||||
value={cardData.text}
|
<div>
|
||||||
onChange={handleTextChange}
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
placeholder="Pl: Felelsz vagy mersz? (Az előző játékos kérdez)"
|
Joker kártya feladat *
|
||||||
className="w-full h-32 p-4 bg-[color:var(--color-surface)] border border-[color:var(--color-border)] rounded-lg text-[color:var(--color-text)] placeholder-[color:var(--color-text-muted)] resize-none focus:outline-none focus:border-[color:var(--color-fun)] transition-colors"
|
</label>
|
||||||
maxLength={150}
|
<textarea
|
||||||
/>
|
value={cardData.text}
|
||||||
<div className="flex justify-between items-center mt-2">
|
onChange={handleTextChange}
|
||||||
<span className="text-xs text-[color:var(--color-text-muted)]">
|
placeholder="Pl: Felelsz vagy mersz? (Az előző játékos kérdez)"
|
||||||
Maximális hossz: 150 karakter
|
className="w-full h-32 px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] placeholder-[color:var(--color-text-muted)] resize-none focus:ring-2 focus:ring-[color:var(--color-fun)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
</span>
|
maxLength={150}
|
||||||
<span className="text-xs text-[color:var(--color-text-muted)]">
|
/>
|
||||||
{cardData.text.length}/150
|
<div className="flex justify-between items-center mt-2">
|
||||||
</span>
|
<span className="text-xs text-[color:var(--color-text-muted)]">
|
||||||
</div>
|
Maximális hossz: 150 karakter
|
||||||
|
</span>
|
||||||
|
<span className="text-xs text-[color:var(--color-text-muted)]">
|
||||||
|
{cardData.text.length}/150
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -147,6 +186,100 @@ export default function JokerCardEditor({ card, onChange }) {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Következmények (teljesítés esetén) */}
|
||||||
|
<div className="bg-[color:var(--color-surface)] rounded-xl p-6">
|
||||||
|
<h3 className="text-lg font-semibold text-[color:var(--color-text)] mb-4">
|
||||||
|
🎯 Következmények (teljesítés esetén)
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<div className="space-y-4">
|
||||||
|
{/* Consequence Type */}
|
||||||
|
<div>
|
||||||
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
|
Hatás típusa
|
||||||
|
</label>
|
||||||
|
<select
|
||||||
|
value={cardData.consequence?.type ?? 0}
|
||||||
|
onChange={(e) => updateConsequence('type', parseInt(e.target.value))}
|
||||||
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
|
>
|
||||||
|
{consequenceTypes.map(type => (
|
||||||
|
<option key={type.value} value={type.value}>
|
||||||
|
{type.label}
|
||||||
|
</option>
|
||||||
|
))}
|
||||||
|
</select>
|
||||||
|
<div className="text-xs text-[color:var(--color-text-muted)] mt-1">
|
||||||
|
{consequenceTypes.find(t => t.value === (cardData.consequence?.type ?? 0))?.description}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Consequence Value - csak ha előre/hátra lépés */}
|
||||||
|
{(cardData.consequence?.type === 0 || cardData.consequence?.type === 1) && (
|
||||||
|
<div>
|
||||||
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
|
Mezők száma
|
||||||
|
</label>
|
||||||
|
<input
|
||||||
|
type="number"
|
||||||
|
value={cardData.consequence?.value ?? 1}
|
||||||
|
onChange={(e) => updateConsequence('value', parseInt(e.target.value) || 1)}
|
||||||
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
|
min="1"
|
||||||
|
max="10"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Következmények (nem teljesítés esetén) */}
|
||||||
|
<div className="bg-[color:var(--color-surface)] rounded-xl p-6">
|
||||||
|
<h3 className="text-lg font-semibold text-[color:var(--color-text)] mb-4">
|
||||||
|
❌ Következmények (nem teljesítés esetén)
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<div className="space-y-4">
|
||||||
|
{/* Wrong Consequence Type */}
|
||||||
|
<div>
|
||||||
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
|
Hatás típusa
|
||||||
|
</label>
|
||||||
|
<select
|
||||||
|
value={cardData.wrongConsequence?.type ?? 1}
|
||||||
|
onChange={(e) => updateWrongConsequence('type', parseInt(e.target.value))}
|
||||||
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-danger)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
|
>
|
||||||
|
{consequenceTypes.map(type => (
|
||||||
|
<option key={type.value} value={type.value}>
|
||||||
|
{type.label}
|
||||||
|
</option>
|
||||||
|
))}
|
||||||
|
</select>
|
||||||
|
<div className="text-xs text-[color:var(--color-text-muted)] mt-1">
|
||||||
|
{consequenceTypes.find(t => t.value === (cardData.wrongConsequence?.type ?? 1))?.description}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Wrong Consequence Value - csak ha előre/hátra lépés */}
|
||||||
|
{(cardData.wrongConsequence?.type === 0 || cardData.wrongConsequence?.type === 1) && (
|
||||||
|
<div>
|
||||||
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
|
Mezők száma
|
||||||
|
</label>
|
||||||
|
<input
|
||||||
|
type="number"
|
||||||
|
value={cardData.wrongConsequence?.value ?? 1}
|
||||||
|
onChange={(e) => updateWrongConsequence('value', parseInt(e.target.value) || 1)}
|
||||||
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-danger)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
|
min="1"
|
||||||
|
max="10"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@@ -4,17 +4,27 @@
|
|||||||
import React, { useState, useEffect } from 'react'
|
import React, { useState, useEffect } from 'react'
|
||||||
import { FaDice, FaInfoCircle } from 'react-icons/fa'
|
import { FaDice, FaInfoCircle } from 'react-icons/fa'
|
||||||
|
|
||||||
|
const consequenceTypes = [
|
||||||
|
{ value: 0, label: '⬆️ Előre lépés', description: 'A játékos előre lép X mezőt' },
|
||||||
|
{ value: 1, label: '⬇️ Hátra lépés', description: 'A játékos hátra lép X mezőt' },
|
||||||
|
{ value: 2, label: '⏸️ Kör kihagyás', description: 'A játékos kihagy egy kört' },
|
||||||
|
{ value: 3, label: '⏩ Extra kör', description: 'A játékos kap egy extra kört' },
|
||||||
|
{ value: 5, label: '🏁 Vissza a starthoz', description: 'A játékos visszakerül a starthoz' }
|
||||||
|
]
|
||||||
|
|
||||||
export default function LuckCardEditor({ card, onChange }) {
|
export default function LuckCardEditor({ card, onChange }) {
|
||||||
const [cardData, setCardData] = useState({
|
const [cardData, setCardData] = useState({
|
||||||
type: 'luck',
|
type: 'LUCK',
|
||||||
text: ''
|
text: '',
|
||||||
|
consequence: { type: 0, value: 1 }
|
||||||
})
|
})
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (card) {
|
if (card) {
|
||||||
setCardData({
|
setCardData({
|
||||||
type: 'luck',
|
type: 'LUCK',
|
||||||
text: card.text || ''
|
text: card.text || '',
|
||||||
|
consequence: card.consequence || { type: 0, value: 1 }
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}, [card])
|
}, [card])
|
||||||
@@ -31,19 +41,26 @@ export default function LuckCardEditor({ card, onChange }) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
const updateConsequence = (field, value) => {
|
||||||
<div className="max-w-4xl mx-auto">
|
const newCardData = {
|
||||||
<div className="bg-[color:var(--color-surface)] rounded-xl p-6">
|
...cardData,
|
||||||
{/* Header */}
|
consequence: {
|
||||||
<div className="flex items-center gap-3 mb-6">
|
...cardData.consequence,
|
||||||
<FaDice className="text-2xl text-[color:var(--color-luck)]" />
|
[field]: value
|
||||||
<h3 className="text-xl font-bold text-[color:var(--color-text)]">
|
}
|
||||||
Szerencse Kártya Szerkesztő
|
}
|
||||||
</h3>
|
setCardData(newCardData)
|
||||||
</div>
|
|
||||||
|
if (onChange) {
|
||||||
|
onChange(newCardData)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
{/* Info box */}
|
return (
|
||||||
<div className="bg-[color:var(--color-luck)]/10 border border-[color:var(--color-luck)]/30 rounded-lg p-4 mb-6">
|
<div className="space-y-6">
|
||||||
|
{/* Info box */}
|
||||||
|
<div className="bg-[color:var(--color-surface)] rounded-xl p-6">
|
||||||
|
<div className="bg-[color:var(--color-luck)]/10 border border-[color:var(--color-luck)]/30 rounded-lg p-4">
|
||||||
<div className="flex items-start gap-3">
|
<div className="flex items-start gap-3">
|
||||||
<FaInfoCircle className="text-[color:var(--color-luck)] mt-1 flex-shrink-0" />
|
<FaInfoCircle className="text-[color:var(--color-luck)] mt-1 flex-shrink-0" />
|
||||||
<div>
|
<div>
|
||||||
@@ -60,28 +77,32 @@ export default function LuckCardEditor({ card, onChange }) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{/* Card text input */}
|
{/* Kártya szövege */}
|
||||||
<div className="space-y-4">
|
<div className="bg-[color:var(--color-surface)] rounded-xl p-6">
|
||||||
<div>
|
<h3 className="text-lg font-semibold text-[color:var(--color-text)] mb-4 flex items-center gap-2">
|
||||||
<label className="block text-[color:var(--color-text)] font-medium mb-2">
|
<FaDice className="text-[color:var(--color-luck)]" />
|
||||||
Kártya szövege *
|
Kártya szövege
|
||||||
</label>
|
</h3>
|
||||||
<textarea
|
<div>
|
||||||
value={cardData.text}
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
onChange={handleTextChange}
|
Szerencse esemény leírása *
|
||||||
placeholder="Pl: Órai projektekkel kiváltottál több vizsgát is! Lépj előre 4 mezőt"
|
</label>
|
||||||
className="w-full h-32 p-4 bg-[color:var(--color-surface)] border border-[color:var(--color-border)] rounded-lg text-[color:var(--color-text)] placeholder-[color:var(--color-text-muted)] resize-none focus:outline-none focus:border-[color:var(--color-luck)] transition-colors"
|
<textarea
|
||||||
maxLength={200}
|
value={cardData.text}
|
||||||
/>
|
onChange={handleTextChange}
|
||||||
<div className="flex justify-between items-center mt-2">
|
placeholder="Pl: Órai projektekkel kiváltottál több vizsgát is! Lépj előre 4 mezőt"
|
||||||
<span className="text-xs text-[color:var(--color-text-muted)]">
|
className="w-full h-32 px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] placeholder-[color:var(--color-text-muted)] resize-none focus:ring-2 focus:ring-[color:var(--color-luck)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
Maximális hossz: 200 karakter
|
maxLength={200}
|
||||||
</span>
|
/>
|
||||||
<span className="text-xs text-[color:var(--color-text-muted)]">
|
<div className="flex justify-between items-center mt-2">
|
||||||
{cardData.text.length}/200
|
<span className="text-xs text-[color:var(--color-text-muted)]">
|
||||||
</span>
|
Maximális hossz: 200 karakter
|
||||||
</div>
|
</span>
|
||||||
|
<span className="text-xs text-[color:var(--color-text-muted)]">
|
||||||
|
{cardData.text.length}/200
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -100,6 +121,53 @@ export default function LuckCardEditor({ card, onChange }) {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Következmények */}
|
||||||
|
<div className="bg-[color:var(--color-surface)] rounded-xl p-6">
|
||||||
|
<h3 className="text-lg font-semibold text-[color:var(--color-text)] mb-4">
|
||||||
|
🎯 Következmények
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<div className="space-y-4">
|
||||||
|
{/* Consequence Type */}
|
||||||
|
<div>
|
||||||
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
|
Hatás típusa
|
||||||
|
</label>
|
||||||
|
<select
|
||||||
|
value={cardData.consequence?.type ?? 0}
|
||||||
|
onChange={(e) => updateConsequence('type', parseInt(e.target.value))}
|
||||||
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-luck)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
|
>
|
||||||
|
{consequenceTypes.map(type => (
|
||||||
|
<option key={type.value} value={type.value}>
|
||||||
|
{type.label}
|
||||||
|
</option>
|
||||||
|
))}
|
||||||
|
</select>
|
||||||
|
<div className="text-xs text-[color:var(--color-text-muted)] mt-1">
|
||||||
|
{consequenceTypes.find(t => t.value === (cardData.consequence?.type ?? 0))?.description}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Consequence Value - csak ha előre/hátra lépés */}
|
||||||
|
{(cardData.consequence?.type === 0 || cardData.consequence?.type === 1) && (
|
||||||
|
<div>
|
||||||
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
|
Mezők száma
|
||||||
|
</label>
|
||||||
|
<input
|
||||||
|
type="number"
|
||||||
|
min="1"
|
||||||
|
max="10"
|
||||||
|
value={cardData.consequence?.value ?? 1}
|
||||||
|
onChange={(e) => updateConsequence('value', parseInt(e.target.value) || 1)}
|
||||||
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-luck)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@@ -20,6 +20,14 @@ const timeLimits = [
|
|||||||
{ value: 120, label: '2 perc' }
|
{ value: 120, label: '2 perc' }
|
||||||
]
|
]
|
||||||
|
|
||||||
|
const consequenceTypes = [
|
||||||
|
{ value: 0, label: '⬆️ Előre lépés', description: 'A játékos előre lép X mezőt' },
|
||||||
|
{ value: 1, label: '⬇️ Hátra lépés', description: 'A játékos hátra lép X mezőt' },
|
||||||
|
{ value: 2, label: '⏸️ Kör kihagyás', description: 'A játékos kihagy egy kört' },
|
||||||
|
{ value: 3, label: '⏩ Extra kör', description: 'A játékos kap egy extra kört' },
|
||||||
|
{ value: 5, label: '🏁 Vissza a starthoz', description: 'A játékos visszakerül a starthoz' }
|
||||||
|
]
|
||||||
|
|
||||||
export default function TaskCardEditor({ card, onChange }) {
|
export default function TaskCardEditor({ card, onChange }) {
|
||||||
|
|
||||||
const updateField = (field, value) => {
|
const updateField = (field, value) => {
|
||||||
@@ -71,16 +79,39 @@ export default function TaskCardEditor({ card, onChange }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const updateAcceptedAnswer = (index, value) => {
|
const updateAcceptedAnswer = (index, value) => {
|
||||||
const newAnswers = [...card.acceptedAnswers]
|
const currentAnswers = card.acceptedAnswers || ['']
|
||||||
|
const newAnswers = [...currentAnswers]
|
||||||
newAnswers[index] = value
|
newAnswers[index] = value
|
||||||
onChange({ acceptedAnswers: newAnswers })
|
onChange({ acceptedAnswers: newAnswers })
|
||||||
}
|
}
|
||||||
|
|
||||||
const removeAcceptedAnswer = (index) => {
|
const removeAcceptedAnswer = (index) => {
|
||||||
const newAnswers = card.acceptedAnswers.filter((_, i) => i !== index)
|
const currentAnswers = card.acceptedAnswers || ['']
|
||||||
|
if (currentAnswers.length <= 1) return // Legalább egy válasz maradjon
|
||||||
|
const newAnswers = currentAnswers.filter((_, i) => i !== index)
|
||||||
onChange({ acceptedAnswers: newAnswers })
|
onChange({ acceptedAnswers: newAnswers })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const updateConsequence = (field, value) => {
|
||||||
|
const currentConsequence = card.consequence || { type: 0, value: 1 }
|
||||||
|
onChange({
|
||||||
|
consequence: {
|
||||||
|
...currentConsequence,
|
||||||
|
[field]: value
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
const updateWrongConsequence = (field, value) => {
|
||||||
|
const currentWrongConsequence = card.wrongConsequence || { type: 1, value: 1 }
|
||||||
|
onChange({
|
||||||
|
wrongConsequence: {
|
||||||
|
...currentWrongConsequence,
|
||||||
|
[field]: value
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="max-w-4xl mx-auto space-y-6">
|
<div className="max-w-4xl mx-auto space-y-6">
|
||||||
{/* Feladat típus választó */}
|
{/* Feladat típus választó */}
|
||||||
@@ -347,7 +378,7 @@ export default function TaskCardEditor({ card, onChange }) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
{(card.acceptedAnswers || ['', '', '']).map((answer, index) => (
|
{(card.acceptedAnswers || ['']).map((answer, index) => (
|
||||||
<div key={index} className="flex gap-2">
|
<div key={index} className="flex gap-2">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
@@ -357,7 +388,7 @@ export default function TaskCardEditor({ card, onChange }) {
|
|||||||
placeholder={`Elfogadott válasz ${index + 1}...`}
|
placeholder={`Elfogadott válasz ${index + 1}...`}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{(card.acceptedAnswers?.length || 0) > 1 && (
|
{(card.acceptedAnswers?.length || 1) > 1 && (
|
||||||
<button
|
<button
|
||||||
onClick={() => removeAcceptedAnswer(index)}
|
onClick={() => removeAcceptedAnswer(index)}
|
||||||
className="p-2 rounded-lg bg-[color:var(--color-error)]/10 text-[color:var(--color-error)] hover:bg-[color:var(--color-error)]/20 transition-all duration-200"
|
className="p-2 rounded-lg bg-[color:var(--color-error)]/10 text-[color:var(--color-error)] hover:bg-[color:var(--color-error)]/20 transition-all duration-200"
|
||||||
@@ -374,37 +405,48 @@ export default function TaskCardEditor({ card, onChange }) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Beállítások */}
|
{/* Beállítások - Később elérhető */}
|
||||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
|
<div className="relative">
|
||||||
<label className="flex items-center gap-2 text-sm">
|
<div className="grid grid-cols-1 md:grid-cols-3 gap-4 opacity-50 pointer-events-none blur-[1px]">
|
||||||
<input
|
<label className="flex items-center gap-2 text-sm">
|
||||||
type="checkbox"
|
<input
|
||||||
checked={card.caseSensitive || false}
|
type="checkbox"
|
||||||
onChange={(e) => updateField('caseSensitive', e.target.checked)}
|
checked={false}
|
||||||
className="w-4 h-4 text-[color:var(--color-success)] border-[color:var(--color-surface-selected)] rounded focus:ring-[color:var(--color-success)]"
|
disabled
|
||||||
/>
|
className="w-4 h-4 text-[color:var(--color-success)] border-[color:var(--color-surface-selected)] rounded focus:ring-[color:var(--color-success)]"
|
||||||
<span className="text-[color:var(--color-text)]">Kis/nagy betű érzékeny</span>
|
/>
|
||||||
</label>
|
<span className="text-[color:var(--color-text)]">Kis/nagy betű érzékeny</span>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label className="flex items-center gap-2 text-sm">
|
||||||
|
<input
|
||||||
|
type="checkbox"
|
||||||
|
checked={false}
|
||||||
|
disabled
|
||||||
|
className="w-4 h-4 text-[color:var(--color-success)] border-[color:var(--color-surface-selected)] rounded focus:ring-[color:var(--color-success)]"
|
||||||
|
/>
|
||||||
|
<span className="text-[color:var(--color-text)]">Pontos egyezés</span>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label className="flex items-center gap-2 text-sm">
|
||||||
|
<input
|
||||||
|
type="checkbox"
|
||||||
|
checked={false}
|
||||||
|
disabled
|
||||||
|
className="w-4 h-4 text-[color:var(--color-success)] border-[color:var(--color-surface-selected)] rounded focus:ring-[color:var(--color-success)]"
|
||||||
|
/>
|
||||||
|
<span className="text-[color:var(--color-text)]">Részleges elfogadás</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
<label className="flex items-center gap-2 text-sm">
|
{/* Hamarosan elérhető felület */}
|
||||||
<input
|
<div className="absolute inset-0 flex items-center justify-center">
|
||||||
type="checkbox"
|
<div className="bg-[color:var(--color-warning)]/20 backdrop-blur-sm border-2 border-[color:var(--color-warning)] rounded-lg px-4 py-2">
|
||||||
checked={card.exactMatch || false}
|
<span className="text-[color:var(--color-warning)] font-semibold text-sm flex items-center gap-2">
|
||||||
onChange={(e) => updateField('exactMatch', e.target.checked)}
|
🚧 Hamarosan elérhető
|
||||||
className="w-4 h-4 text-[color:var(--color-success)] border-[color:var(--color-surface-selected)] rounded focus:ring-[color:var(--color-success)]"
|
</span>
|
||||||
/>
|
</div>
|
||||||
<span className="text-[color:var(--color-text)]">Pontos egyezés</span>
|
</div>
|
||||||
</label>
|
|
||||||
|
|
||||||
<label className="flex items-center gap-2 text-sm">
|
|
||||||
<input
|
|
||||||
type="checkbox"
|
|
||||||
checked={card.partialAccepted || true}
|
|
||||||
onChange={(e) => updateField('partialAccepted', e.target.checked)}
|
|
||||||
className="w-4 h-4 text-[color:var(--color-success)] border-[color:var(--color-surface-selected)] rounded focus:ring-[color:var(--color-success)]"
|
|
||||||
/>
|
|
||||||
<span className="text-[color:var(--color-text)]">Részleges elfogadás</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Tipp */}
|
{/* Tipp */}
|
||||||
@@ -423,76 +465,177 @@ export default function TaskCardEditor({ card, onChange }) {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Közös beállítások */}
|
{/* Közös beállítások - Később elérhető */}
|
||||||
<div className="bg-[color:var(--color-surface)] rounded-xl p-6">
|
<div className="bg-[color:var(--color-surface)] rounded-xl p-6 relative">
|
||||||
<h3 className="text-lg font-semibold text-[color:var(--color-text)] mb-4">
|
<h3 className="text-lg font-semibold text-[color:var(--color-text)] mb-4">
|
||||||
⚙️ Beállítások
|
⚙️ Beállítások
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-6">
|
<div className="relative">
|
||||||
{/* Pontszám */}
|
<div className="opacity-50 pointer-events-none blur-[1px]">
|
||||||
<div>
|
<div className="grid grid-cols-1 md:grid-cols-3 gap-6">
|
||||||
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
{/* Pontszám */}
|
||||||
💰 Pontszám
|
<div>
|
||||||
</label>
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
<input
|
💰 Pontszám
|
||||||
type="number"
|
</label>
|
||||||
value={card.points || 10}
|
<input
|
||||||
onChange={(e) => updateField('points', parseInt(e.target.value) || 0)}
|
type="number"
|
||||||
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
value={10}
|
||||||
min="0"
|
disabled
|
||||||
max="1000"
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
/>
|
min="0"
|
||||||
</div>
|
max="1000"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
{/* Időlimit */}
|
{/* Időlimit */}
|
||||||
|
<div>
|
||||||
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
|
⏱️ Időlimit
|
||||||
|
</label>
|
||||||
|
<select
|
||||||
|
disabled
|
||||||
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
|
>
|
||||||
|
<option>30 másodperc</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Karakterlimit (csak szöveges válasznál) */}
|
||||||
|
{card.subType === 'text' && (
|
||||||
|
<div>
|
||||||
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
|
📝 Karakterlimit
|
||||||
|
</label>
|
||||||
|
<input
|
||||||
|
type="number"
|
||||||
|
value={100}
|
||||||
|
disabled
|
||||||
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
|
min="10"
|
||||||
|
max="500"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Magyarázat */}
|
||||||
|
<div className="mt-6">
|
||||||
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
|
💡 Magyarázat (opcionális)
|
||||||
|
</label>
|
||||||
|
<textarea
|
||||||
|
disabled
|
||||||
|
className="w-full px-4 py-3 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200 resize-none"
|
||||||
|
rows="3"
|
||||||
|
placeholder="Magyarázat a helyes válaszhoz..."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Hamarosan elérhető felület */}
|
||||||
|
<div className="absolute inset-0 flex items-center justify-center">
|
||||||
|
<div className="bg-[color:var(--color-warning)]/20 backdrop-blur-sm border-2 border-[color:var(--color-warning)] rounded-lg px-4 py-2">
|
||||||
|
<span className="text-[color:var(--color-warning)] font-semibold text-sm flex items-center gap-2">
|
||||||
|
🚧 Hamarosan elérhető
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Következmények (helyes válasz esetén) */}
|
||||||
|
<div className="bg-[color:var(--color-surface)] rounded-xl p-6">
|
||||||
|
<h3 className="text-lg font-semibold text-[color:var(--color-text)] mb-4">
|
||||||
|
🎯 Következmények (helyes válasz esetén)
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<div className="space-y-4">
|
||||||
|
{/* Consequence Type */}
|
||||||
<div>
|
<div>
|
||||||
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
⏱️ Időlimit
|
Hatás típusa
|
||||||
</label>
|
</label>
|
||||||
<select
|
<select
|
||||||
value={card.timeLimit || 30}
|
value={card.consequence?.type ?? 0}
|
||||||
onChange={(e) => updateField('timeLimit', parseInt(e.target.value))}
|
onChange={(e) => updateConsequence('type', parseInt(e.target.value))}
|
||||||
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
>
|
>
|
||||||
{timeLimits.map(time => (
|
{consequenceTypes.map(type => (
|
||||||
<option key={time.value} value={time.value}>
|
<option key={type.value} value={type.value}>
|
||||||
{time.label}
|
{type.label}
|
||||||
</option>
|
</option>
|
||||||
))}
|
))}
|
||||||
</select>
|
</select>
|
||||||
|
<div className="text-xs text-[color:var(--color-text-muted)] mt-1">
|
||||||
|
{consequenceTypes.find(t => t.value === (card.consequence?.type ?? 0))?.description}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Karakterlimit (csak szöveges válasznál) */}
|
{/* Consequence Value - csak ha előre/hátra lépés */}
|
||||||
{card.subType === 'text' && (
|
{(card.consequence?.type === 0 || card.consequence?.type === 1) && (
|
||||||
<div>
|
<div>
|
||||||
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
📝 Karakterlimit
|
Mezők száma
|
||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
type="number"
|
type="number"
|
||||||
value={card.characterLimit || 100}
|
value={card.consequence?.value ?? 1}
|
||||||
onChange={(e) => updateField('characterLimit', parseInt(e.target.value) || 0)}
|
onChange={(e) => updateConsequence('value', parseInt(e.target.value) || 1)}
|
||||||
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
min="10"
|
min="1"
|
||||||
max="500"
|
max="10"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{/* Magyarázat */}
|
{/* Következmények (rossz válasz esetén) */}
|
||||||
<div className="mt-6">
|
<div className="bg-[color:var(--color-surface)] rounded-xl p-6">
|
||||||
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
<h3 className="text-lg font-semibold text-[color:var(--color-text)] mb-4">
|
||||||
💡 Magyarázat (opcionális)
|
❌ Következmények (rossz válasz esetén)
|
||||||
</label>
|
</h3>
|
||||||
<textarea
|
|
||||||
value={card.explanation || ''}
|
<div className="space-y-4">
|
||||||
onChange={(e) => updateField('explanation', e.target.value)}
|
{/* Wrong Consequence Type */}
|
||||||
className="w-full px-4 py-3 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200 resize-none"
|
<div>
|
||||||
rows="3"
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
placeholder="Magyarázat a helyes válaszhoz..."
|
Hatás típusa
|
||||||
/>
|
</label>
|
||||||
|
<select
|
||||||
|
value={card.wrongConsequence?.type ?? 1}
|
||||||
|
onChange={(e) => updateWrongConsequence('type', parseInt(e.target.value))}
|
||||||
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-danger)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
|
>
|
||||||
|
{consequenceTypes.map(type => (
|
||||||
|
<option key={type.value} value={type.value}>
|
||||||
|
{type.label}
|
||||||
|
</option>
|
||||||
|
))}
|
||||||
|
</select>
|
||||||
|
<div className="text-xs text-[color:var(--color-text-muted)] mt-1">
|
||||||
|
{consequenceTypes.find(t => t.value === (card.wrongConsequence?.type ?? 1))?.description}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Wrong Consequence Value - csak ha előre/hátra lépés */}
|
||||||
|
{(card.wrongConsequence?.type === 0 || card.wrongConsequence?.type === 1) && (
|
||||||
|
<div>
|
||||||
|
<label className="block text-[color:var(--color-text-muted)] text-sm font-medium mb-2">
|
||||||
|
Mezők száma
|
||||||
|
</label>
|
||||||
|
<input
|
||||||
|
type="number"
|
||||||
|
value={card.wrongConsequence?.value ?? 1}
|
||||||
|
onChange={(e) => updateWrongConsequence('value', parseInt(e.target.value) || 1)}
|
||||||
|
className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-danger)] focus:border-transparent outline-none transition-all duration-200"
|
||||||
|
min="1"
|
||||||
|
max="10"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -34,13 +34,13 @@ const Footer = () => {
|
|||||||
return (
|
return (
|
||||||
<footer
|
<footer
|
||||||
ref={footerRef}
|
ref={footerRef}
|
||||||
className="relative bg-zinc-900 text-white border-t-2 border-zinc-800 mt-auto py-8"
|
className="relative bg-zinc-900 text-zinc-400 border-t-2 border-zinc-800 mt-auto py-8"
|
||||||
style={{ transformOrigin: "bottom center" }}
|
style={{ transformOrigin: "bottom center" }}
|
||||||
>
|
>
|
||||||
<div className="max-w-6xl mx-auto flex flex-wrap justify-between items-start gap-8 px-4">
|
<div className="max-w-6xl mx-auto flex flex-wrap justify-between items-start gap-8 px-4">
|
||||||
{/* Logó */}
|
{/* Logó */}
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
<a href="/" className="hover:scale-105 hover:brightness-125">
|
<a href="/" className="hover:scale-105 hover:brightness-110">
|
||||||
<Logo size={100} />
|
<Logo size={100} />
|
||||||
</a>
|
</a>
|
||||||
<span className="font-extrabold text-xl mt-2 tracking-wide">SerpentRace</span>
|
<span className="font-extrabold text-xl mt-2 tracking-wide">SerpentRace</span>
|
||||||
@@ -48,30 +48,30 @@ const Footer = () => {
|
|||||||
|
|
||||||
{/* Oldalak */}
|
{/* Oldalak */}
|
||||||
<div className="flex flex-col gap-1">
|
<div className="flex flex-col gap-1">
|
||||||
<span className="text-lg font-semibold text-green-400 underline underline-offset-4 mb-2 drop-shadow-sm">
|
<span className="text-lg font-semibold text-green-600 underline underline-offset-4 mb-2 drop-shadow-sm">
|
||||||
Oldalak
|
Oldalak
|
||||||
</span>
|
</span>
|
||||||
<a href="/" className="hover:underline hover:text-green-400">
|
<a href="/" className="hover:underline hover:text-green-500">
|
||||||
Főoldal
|
Főoldal
|
||||||
</a>
|
</a>
|
||||||
<a href="/about" className="hover:underline hover:text-green-400">
|
<a href="/about" className="hover:underline hover:text-green-500">
|
||||||
Rólunk
|
Rólunk
|
||||||
</a>
|
</a>
|
||||||
<a href="/contact" className="hover:underline hover:text-green-400">
|
<a href="/contacts" className="hover:underline hover:text-green-500">
|
||||||
Kapcsolat
|
Kapcsolat
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Közösség */}
|
{/* Közösség */}
|
||||||
<div className="flex flex-col gap-1">
|
<div className="flex flex-col gap-1">
|
||||||
<span className="text-lg font-semibold text-green-400 underline underline-offset-4 mb-2 drop-shadow-sm">
|
<span className="text-lg font-semibold text-green-600 underline underline-offset-4 mb-2 drop-shadow-sm">
|
||||||
Közösség
|
Közösség
|
||||||
</span>
|
</span>
|
||||||
<a
|
<a
|
||||||
href="https://discord.gg/"
|
href="https://discord.gg/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="hover:underline hover:text-green-400"
|
className="hover:underline hover:text-green-500"
|
||||||
>
|
>
|
||||||
Discord
|
Discord
|
||||||
</a>
|
</a>
|
||||||
@@ -79,7 +79,7 @@ const Footer = () => {
|
|||||||
href="https://github.com/"
|
href="https://github.com/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="hover:underline hover:text-green-400"
|
className="hover:underline hover:text-green-500"
|
||||||
>
|
>
|
||||||
GitHub
|
GitHub
|
||||||
</a>
|
</a>
|
||||||
@@ -87,11 +87,11 @@ const Footer = () => {
|
|||||||
|
|
||||||
{/* Elérhetőség */}
|
{/* Elérhetőség */}
|
||||||
<div className="flex flex-col gap-1">
|
<div className="flex flex-col gap-1">
|
||||||
<span className="text-lg font-semibold text-green-400 underline underline-offset-4 mb-2 drop-shadow-sm">
|
<span className="text-lg font-semibold text-green-600 underline underline-offset-4 mb-2 drop-shadow-sm">
|
||||||
Elérhetőség
|
Elérhetőség
|
||||||
</span>
|
</span>
|
||||||
<span className="opacity-80">Email: info@serpentrace.hu</span>
|
<span className="opacity-85">Email: info@serpentrace.hu</span>
|
||||||
<span className="opacity-80">Telefon: +36 30 123 4567</span>
|
<span className="opacity-85">Telefon: +36 30 123 4567</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export default function InputBox({ type, placeholder, value, onChange, width })
|
|||||||
return (
|
return (
|
||||||
<input
|
<input
|
||||||
type={type}
|
type={type}
|
||||||
className={`${widthClass} py-3 px-4 border border-battleship-gray rounded-lg focus:border-mint focus:outline-none text-text placeholder-text-muted bg-background font-semibold text-lg`}
|
className={`${widthClass} py-3 px-4 border border-battleship-gray rounded-lg focus:border-mint-lighter focus:outline-none text-text placeholder-text-muted bg-background font-semibold text-lg`}
|
||||||
placeholder={placeholder}
|
placeholder={placeholder}
|
||||||
value={value}
|
value={value}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
|
|||||||
@@ -5,8 +5,13 @@ import logoImg from "../../assets/pictures/Logo.png"
|
|||||||
import ButtonGreen from "../Buttons/ButtonGreen.jsx"
|
import ButtonGreen from "../Buttons/ButtonGreen.jsx"
|
||||||
import { FaUsers, FaPaintBrush, FaHeadset } from "react-icons/fa"
|
import { FaUsers, FaPaintBrush, FaHeadset } from "react-icons/fa"
|
||||||
import { motion } from "framer-motion"
|
import { motion } from "framer-motion"
|
||||||
|
import { isAuthenticated } from "../../hooks/useRequireAuth" // <-- added import
|
||||||
|
import { useNavigate } from "react-router-dom" // <-- NEW
|
||||||
|
|
||||||
|
const LandingPage = ({ onNavigateToPlay, onNavigateToAuth, onNavigateToGame, onNavigateToContacts }) => {
|
||||||
|
const auth = isAuthenticated() // <-- check without redirect
|
||||||
|
const navigate = useNavigate() // <-- NEW
|
||||||
|
|
||||||
const LandingPage = ({ onNavigateToPlay, onNavigateToAuth }) => {
|
|
||||||
return (
|
return (
|
||||||
<div className="w-full">
|
<div className="w-full">
|
||||||
{/* Hero Section */}
|
{/* Hero Section */}
|
||||||
@@ -55,8 +60,16 @@ const LandingPage = ({ onNavigateToPlay, onNavigateToAuth }) => {
|
|||||||
animate={{ opacity: 1, y: 0 }}
|
animate={{ opacity: 1, y: 0 }}
|
||||||
transition={{ duration: 0.7, delay: 1 }}
|
transition={{ duration: 0.7, delay: 1 }}
|
||||||
>
|
>
|
||||||
<ButtonGreen text="Bejelntekezés" onClick={onNavigateToPlay} width="w-60" />
|
{/* If not authenticated show Login/Register; if authenticated show Home button */}
|
||||||
<ButtonGreen text="Regisztráció" onClick={onNavigateToAuth} width="w-60" />
|
{!auth ? (
|
||||||
|
<>
|
||||||
|
<ButtonGreen text="Bejelentkezés" onClick={onNavigateToPlay} width="w-60" />
|
||||||
|
<ButtonGreen text="Regisztráció" onClick={onNavigateToAuth} width="w-60" />
|
||||||
|
<ButtonGreen text="Játék" onClick={onNavigateToGame} width="w-60" />
|
||||||
|
</>
|
||||||
|
) : (
|
||||||
|
<ButtonGreen text="Játék" onClick={onNavigateToGame} width="w-60" />
|
||||||
|
)}
|
||||||
</motion.div>
|
</motion.div>
|
||||||
</div>
|
</div>
|
||||||
</motion.section>
|
</motion.section>
|
||||||
@@ -165,7 +178,7 @@ const LandingPage = ({ onNavigateToPlay, onNavigateToAuth }) => {
|
|||||||
|
|
||||||
<ButtonGreen
|
<ButtonGreen
|
||||||
text="Kapcsolatfelvétel"
|
text="Kapcsolatfelvétel"
|
||||||
onClick={onNavigateToAuth}
|
onClick={onNavigateToContacts}
|
||||||
className="px-12 py-4 text-xl font-bold"
|
className="px-12 py-4 text-xl font-bold"
|
||||||
/>
|
/>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|||||||
@@ -4,9 +4,11 @@ import logoImg from "../../assets/pictures/Logo.png" // <-- EZT ADD HOZZÁ
|
|||||||
import ButtonDark from "../Buttons/ButtonDark.jsx"
|
import ButtonDark from "../Buttons/ButtonDark.jsx"
|
||||||
import InputBoxDark from "../Inputs/InputBoxDark.jsx"
|
import InputBoxDark from "../Inputs/InputBoxDark.jsx"
|
||||||
|
|
||||||
const PlayMenu = ({ onJoinGame, onCreateGame, user }) => {
|
const PlayMenu = ({ onJoinGame, onCreateGame, user, setUser }) => {
|
||||||
const [joinCode, setJoinCode] = useState("")
|
const [joinCode, setJoinCode] = useState("")
|
||||||
const [error, setError] = useState("")
|
const [error, setError] = useState("")
|
||||||
|
const [guestName, setGuestName] = useState("")
|
||||||
|
const [guestError, setGuestError] = useState("")
|
||||||
|
|
||||||
// gyors username kiolvasás (ha a parent objektum user={ { name: ... } } küldi)
|
// gyors username kiolvasás (ha a parent objektum user={ { name: ... } } küldi)
|
||||||
const username = user?.name ?? null
|
const username = user?.name ?? null
|
||||||
@@ -24,7 +26,7 @@ const PlayMenu = ({ onJoinGame, onCreateGame, user }) => {
|
|||||||
onCreateGame()
|
onCreateGame()
|
||||||
}
|
}
|
||||||
|
|
||||||
// egyszerű segéd az inicialishez
|
// egyszerű segéd a kezdobetűk kinyerésére
|
||||||
const initials = username
|
const initials = username
|
||||||
? username
|
? username
|
||||||
.split(" ")
|
.split(" ")
|
||||||
@@ -64,32 +66,40 @@ const PlayMenu = ({ onJoinGame, onCreateGame, user }) => {
|
|||||||
style={{ background: "rgba(0,0,0,0.15)", backdropFilter: "blur(6px)" }}
|
style={{ background: "rgba(0,0,0,0.15)", backdropFilter: "blur(6px)" }}
|
||||||
>
|
>
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<div>
|
{username ? (
|
||||||
{username ? (
|
<div className="flex items-center gap-3">
|
||||||
<div className="flex items-center gap-3">
|
<div
|
||||||
{/* opcionális kis info ikon helye, ha később kell */}
|
className="w-10 h-10 rounded-full flex items-center justify-center text-sm font-semibold"
|
||||||
<div
|
style={{ background: "rgba(34,197,94,0.12)", color: "var(--color-mint)" }}
|
||||||
className="w-10 h-10 rounded-full flex items-center justify-center text-sm font-semibold"
|
>
|
||||||
style={{ background: "rgba(34,197,94,0.12)", color: "var(--color-mint)" }}
|
{initials}
|
||||||
>
|
|
||||||
{initials}
|
|
||||||
</div>
|
|
||||||
<div className="text-[32px]" style={{ color: "var(--color-muted, #cbd5e1)" }}>
|
|
||||||
{" "}
|
|
||||||
<span className="font-medium" style={{ color: "var(--color-text, #fff)" }}>
|
|
||||||
{username}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
) : (
|
<div className="text-[32px]" style={{ color: "var(--color-muted, #cbd5e1)" }}>
|
||||||
<div className="text-sm text-gray-300">Nincs bejelentkezve</div>
|
<span className="font-medium" style={{ color: "var(--color-text, #fff)" }}>
|
||||||
)}
|
{username}
|
||||||
</div>
|
</span>
|
||||||
{/* opcionális kis info ikon helye, ha később kell */}
|
</div>
|
||||||
|
</div>
|
||||||
|
) : (
|
||||||
|
<div className="w-full">
|
||||||
|
<div className="font-semibold mb-3 text-text">Nincs bejelentkezve — játssz vendégként:</div>
|
||||||
|
<InputBoxDark
|
||||||
|
type="text"
|
||||||
|
placeholder="Nickname..."
|
||||||
|
value={guestName}
|
||||||
|
onChange={(e) => {
|
||||||
|
setGuestName(e.target.value)
|
||||||
|
setGuestError("")
|
||||||
|
}}
|
||||||
|
width="w-full"
|
||||||
|
/>
|
||||||
|
{guestError && <div className="text-xs mt-2 text-error">{guestError}</div>}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h2 className="text-xl font-semibold mb-3 text-text">Csatlakozás játékhoz</h2>
|
<h2 className="font-semibold mb-3 text-text">Csatlakozás játékhoz</h2>
|
||||||
<div className={`${error ? "border border-error rounded-lg p-2" : ""}`}>
|
<div className={`${error ? "border border-error rounded-lg p-2" : ""}`}>
|
||||||
<InputBoxDark
|
<InputBoxDark
|
||||||
type="text"
|
type="text"
|
||||||
@@ -104,15 +114,16 @@ const PlayMenu = ({ onJoinGame, onCreateGame, user }) => {
|
|||||||
<ButtonDark text="Csatlakozás" type="button" onClick={handleJoin} width="w-full" />
|
<ButtonDark text="Csatlakozás" type="button" onClick={handleJoin} width="w-full" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{username ? (
|
||||||
<div className="border-t border-white/10 pt-4">
|
<div className="border-t border-white/10 pt-4">
|
||||||
{username && (
|
{username && (
|
||||||
<div>
|
<div>
|
||||||
<h3 className="text-lg font-semibold mb-3 text-text">Új játék létrehozása</h3>
|
<h3 className="font-semibold mb-3 text-text">Új játék létrehozása</h3>
|
||||||
<ButtonDark text="Játék létrehozása" type="button" onClick={handleCreate} width="w-full" />
|
<ButtonDark text="Játék létrehozása" type="button" onClick={handleCreate} width="w-full" />
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -3,25 +3,25 @@ import Logo from "../../assets/pictures/Logo"
|
|||||||
import { Link, useNavigate } from "react-router-dom"
|
import { Link, useNavigate } from "react-router-dom"
|
||||||
|
|
||||||
const navLinkClass = "px-3 py-2 rounded-lg text-white transition-all duration-200 hover:bg-white/10"
|
const navLinkClass = "px-3 py-2 rounded-lg text-white transition-all duration-200 hover:bg-white/10"
|
||||||
|
const navLinkClassPlay =
|
||||||
|
"px-4 py-2 rounded-lg text-white bg-white/12 hover:bg-white/20 transition-all duration-200"
|
||||||
|
|
||||||
const Navbar = () => {
|
const Navbar = () => {
|
||||||
const [menuOpen, setMenuOpen] = useState(false)
|
const [menuOpen, setMenuOpen] = useState(false)
|
||||||
const navigate = useNavigate()
|
const navigate = useNavigate()
|
||||||
// Check if authLevel and username exist in localStorage
|
|
||||||
const isLoggedIn = Boolean(localStorage.getItem("authLevel") && localStorage.getItem("username"))
|
const isLoggedIn = Boolean(localStorage.getItem("authLevel") && localStorage.getItem("username"))
|
||||||
|
|
||||||
// Logout function: töröljük az adatokat és navigálunk a /login-ra (SPA, nincs reload)
|
|
||||||
const handleLogout = () => {
|
const handleLogout = () => {
|
||||||
localStorage.removeItem("authLevel")
|
localStorage.removeItem("authLevel")
|
||||||
localStorage.removeItem("username")
|
localStorage.removeItem("username")
|
||||||
navigate("/login")
|
navigate("/")
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<nav className="bg-gradient-to-r from-green-700 to-emerald-500 shadow-lg">
|
<nav className="bg-gradient-to-r from-green-700 to-emerald-500 shadow-lg">
|
||||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-0">
|
||||||
<div className="flex justify-between h-16 items-center">
|
<div className="flex justify-between h-16 items-center">
|
||||||
{/* Logo */}
|
{/* Logo + Brand */}
|
||||||
<div className="flex-shrink-0 flex items-center gap-2">
|
<div className="flex-shrink-0 flex items-center gap-2">
|
||||||
<Link to="/" className="flex items-center mt-1 h-9">
|
<Link to="/" className="flex items-center mt-1 h-9">
|
||||||
<Logo size={36} />
|
<Logo size={36} />
|
||||||
@@ -30,41 +30,54 @@ const Navbar = () => {
|
|||||||
SerpentRace
|
SerpentRace
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Desktop Menu */}
|
{/* Desktop Menu */}
|
||||||
<div className="hidden md:flex space-x-8 items-center">
|
<div className="hidden md:flex items-center space-x-6">
|
||||||
{isLoggedIn ? (
|
{/* Bal oldali linkek */}
|
||||||
<>
|
<Link to="/" className={navLinkClass}>Főoldal</Link>
|
||||||
<Link to="/home" className={navLinkClass}>
|
<Link to="/about" className={navLinkClass}>Rólunk</Link>
|
||||||
Home
|
<Link to="/contacts" className={navLinkClass}>Kapcsolat</Link>
|
||||||
</Link>
|
|
||||||
<Link to="/decks" className={navLinkClass}>
|
{/* Csak bejelentkezve */}
|
||||||
Decks
|
|
||||||
</Link>
|
|
||||||
<Link to="/report" className={navLinkClass}>
|
|
||||||
Stats
|
|
||||||
</Link>
|
|
||||||
</>
|
|
||||||
) : (
|
|
||||||
<Link to="/" className={navLinkClass}>
|
|
||||||
Home
|
|
||||||
</Link>
|
|
||||||
)}
|
|
||||||
<Link to="/about" className={navLinkClass}>
|
|
||||||
About
|
|
||||||
</Link>
|
|
||||||
<Link to="/companies" className={navLinkClass}>
|
|
||||||
Contact
|
|
||||||
</Link>
|
|
||||||
{isLoggedIn && (
|
{isLoggedIn && (
|
||||||
|
<>
|
||||||
|
<Link to="/decks" className={navLinkClass}>Paklik</Link>
|
||||||
|
<Link to="/report" className={navLinkClass}>Statisztikák</Link>
|
||||||
|
</>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{/* Játék gomb */}
|
||||||
|
<Link to="/home" className={navLinkClassPlay}>Játék</Link>
|
||||||
|
|
||||||
|
{/* Jobb oldali akciók */}
|
||||||
|
{!isLoggedIn ? (
|
||||||
|
<div className="flex items-center space-x-4">
|
||||||
|
<Link
|
||||||
|
to="/login"
|
||||||
|
className="px-4 py-2 rounded-lg hover:bg-white/20 text-white font-semibold transition-all"
|
||||||
|
>
|
||||||
|
Bejelentkezés
|
||||||
|
</Link>
|
||||||
|
|
||||||
|
{/* Elválasztó vonal */}
|
||||||
|
<div className="w-px h-10 bg-white/100"></div>
|
||||||
|
|
||||||
|
<Link
|
||||||
|
to="/register"
|
||||||
|
className="px-4 py-2 rounded-lg bg-white/10 hover:bg-white/20 text-white font-semibold transition-all"
|
||||||
|
>
|
||||||
|
Regisztráció
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
|
) : (
|
||||||
<button
|
<button
|
||||||
onClick={handleLogout}
|
onClick={handleLogout}
|
||||||
className="ml-4 p-2 rounded-full bg-white/10 hover:bg-white/20 transition-all"
|
className="ml-2 p-2 rounded-full bg-[#166534] hover:bg-[#1f7a45] text-white shadow-lg hover:shadow-green-400/40 transition-all transform hover:scale-105 cursor-pointer"
|
||||||
title="Logout"
|
title="Kijelentkezés"
|
||||||
>
|
>
|
||||||
{/* Simple logout icon */}
|
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
className="h-6 w-6 text-white"
|
className="h-6 w-6"
|
||||||
fill="none"
|
fill="none"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
@@ -73,12 +86,13 @@ const Navbar = () => {
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
strokeWidth={2}
|
strokeWidth={2}
|
||||||
d="M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a2 2 0 01-2 2H7a2 2 0 01-2-2V7a2 2 0 012-2h4a2 2 0 012 2v1"
|
d="M10 16l4-4m0 0l-4-4m4 4H3m13 4v1a2 2 0 002 2h2a2 2 0 002-2V7a2 2 0 00-2-2h-2a2 2 0 00-2 2v1"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Mobile Hamburger */}
|
{/* Mobile Hamburger */}
|
||||||
<div className="md:hidden flex items-center">
|
<div className="md:hidden flex items-center">
|
||||||
<button
|
<button
|
||||||
@@ -94,12 +108,7 @@ const Navbar = () => {
|
|||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
>
|
>
|
||||||
{menuOpen ? (
|
{menuOpen ? (
|
||||||
<path
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M6 18L18 6M6 6l12 12" />
|
||||||
strokeLinecap="round"
|
|
||||||
strokeLinejoin="round"
|
|
||||||
strokeWidth={2}
|
|
||||||
d="M6 18L18 6M6 6l12 12"
|
|
||||||
/>
|
|
||||||
) : (
|
) : (
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M4 8h16M4 16h16" />
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M4 8h16M4 16h16" />
|
||||||
)}
|
)}
|
||||||
@@ -108,37 +117,55 @@ const Navbar = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Mobile Menu */}
|
{/* Mobile Menu */}
|
||||||
{menuOpen && (
|
{menuOpen && (
|
||||||
<div className="md:hidden bg-emerald-600 px-2 pt-2 pb-3 space-y-1">
|
<div className="md:hidden bg-emerald-600 px-2 pt-2 pb-3 space-y-1">
|
||||||
{isLoggedIn ? (
|
<Link to="/" onClick={() => setMenuOpen(false)} className={navLinkClass}>Főoldal</Link>
|
||||||
<Link to="/home" className={navLinkClass}>
|
<Link to="/about" onClick={() => setMenuOpen(false)} className={navLinkClass}>Rólunk</Link>
|
||||||
Home
|
<Link to="/contacts" onClick={() => setMenuOpen(false)} className={navLinkClass}>Kapcsolat</Link>
|
||||||
</Link>
|
|
||||||
) : (
|
|
||||||
<Link to="/" className={navLinkClass}>
|
|
||||||
Home
|
|
||||||
</Link>
|
|
||||||
)}
|
|
||||||
<Link to="/leaderboard" className={navLinkClass}>
|
|
||||||
Leaderboard
|
|
||||||
</Link>
|
|
||||||
<Link to="/about" className={navLinkClass}>
|
|
||||||
About
|
|
||||||
</Link>
|
|
||||||
<Link to="/companies" className={navLinkClass}>
|
|
||||||
Contact
|
|
||||||
</Link>
|
|
||||||
{isLoggedIn && (
|
{isLoggedIn && (
|
||||||
|
<>
|
||||||
|
<Link to="/decks" onClick={() => setMenuOpen(false)} className={navLinkClass}>Paklik</Link>
|
||||||
|
<Link to="/report" onClick={() => setMenuOpen(false)} className={navLinkClass}>Statisztikák</Link>
|
||||||
|
</>
|
||||||
|
)}
|
||||||
|
<Link to="/home" onClick={() => setMenuOpen(false)} className={navLinkClassPlay}>Játék</Link>
|
||||||
|
|
||||||
|
{!isLoggedIn ? (
|
||||||
|
<div className="flex flex-col space-y-2">
|
||||||
|
<Link
|
||||||
|
to="/login"
|
||||||
|
onClick={() => setMenuOpen(false)}
|
||||||
|
className="block px-3 py-2 rounded-lg hover:bg-white/20 text-white font-semibold transition-all"
|
||||||
|
>
|
||||||
|
Bejelentkezés
|
||||||
|
</Link>
|
||||||
|
|
||||||
|
{/* Elválasztó vonal mobilon */}
|
||||||
|
<div className="w-full h-px bg-white/30"></div>
|
||||||
|
|
||||||
|
<Link
|
||||||
|
to="/register"
|
||||||
|
onClick={() => setMenuOpen(false)}
|
||||||
|
className="block px-3 py-2 rounded-lg bg-white/10 hover:bg-white/20 text-white font-semibold transition-all"
|
||||||
|
>
|
||||||
|
Regisztráció
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
|
) : (
|
||||||
<div className="flex justify-end px-2 pb-2">
|
<div className="flex justify-end px-2 pb-2">
|
||||||
<button
|
<button
|
||||||
onClick={handleLogout}
|
onClick={() => {
|
||||||
className="p-2 rounded-full bg-white/10 hover:bg-white/20 transition-all"
|
handleLogout()
|
||||||
title="Logout"
|
setMenuOpen(false)
|
||||||
|
}}
|
||||||
|
className="p-2 rounded-full bg-[#166534] hover:bg-[#1f7a45] text-white shadow-lg hover:shadow-green-400/40 transition-all transform hover:scale-105 cursor-pointer"
|
||||||
|
title="Kijelentkezés"
|
||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
className="h-6 w-6 text-white"
|
className="h-6 w-6"
|
||||||
fill="none"
|
fill="none"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
@@ -147,7 +174,7 @@ const Navbar = () => {
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
strokeWidth={2}
|
strokeWidth={2}
|
||||||
d="M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a2 2 0 01-2 2H7a2 2 0 01-2-2V7a2 2 0 012-2h4a2 2 0 012 2v1"
|
d="M10 16l4-4m0 0l-4-4m4 4H3m13 4v1a2 2 0 002 2h2a2 2 0 002-2V7a2 2 0 00-2-2h-2a2 2 0 00-2 2v1"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -14,6 +14,10 @@ import {
|
|||||||
export default function DeckInfoPopUp({ deck, onClose }) {
|
export default function DeckInfoPopUp({ deck, onClose }) {
|
||||||
if (!deck) return null
|
if (!deck) return null
|
||||||
|
|
||||||
|
// Debug: Log the deck structure to see what we're working with
|
||||||
|
console.log('Deck in popup:', deck)
|
||||||
|
console.log('Cards:', deck.cards)
|
||||||
|
|
||||||
// Scroll blokkolás amikor a popup nyitva van
|
// Scroll blokkolás amikor a popup nyitva van
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
// Scroll letiltása
|
// Scroll letiltása
|
||||||
@@ -28,18 +32,30 @@ export default function DeckInfoPopUp({ deck, onClose }) {
|
|||||||
const deckTypes = {
|
const deckTypes = {
|
||||||
"Luck": { label: "Szerencse", color: "var(--color-luck)" },
|
"Luck": { label: "Szerencse", color: "var(--color-luck)" },
|
||||||
"Question": { label: "Kérdés", color: "var(--color-question)" },
|
"Question": { label: "Kérdés", color: "var(--color-question)" },
|
||||||
"Fun": { label: "Szórakozás", color: "var(--color-fun)" }
|
"Fun": { label: "Joker", color: "var(--color-fun)" }
|
||||||
}
|
}
|
||||||
|
|
||||||
const currentDeckType = deckTypes[deck.type] || { label: deck.type, color: "var(--color-success)" }
|
const currentDeckType = deckTypes[deck.type] || { label: deck.type, color: "var(--color-success)" }
|
||||||
|
|
||||||
// Mock data - ezeket majd a backend adatokra cseréljük
|
// Use real deck data with safe fallbacks
|
||||||
|
const creator = deck.creatorName || deck.creator || (deck.user && deck.user.name) || "Ismeretlen"
|
||||||
|
const privacy = deck.origin === "Vállalati" || deck.ctype === 1 || deck.privacy === 'public' ? "Publikus" : "Privát"
|
||||||
|
|
||||||
|
// Get data from raw if available
|
||||||
|
const rawData = deck.raw || deck
|
||||||
|
|
||||||
|
// Use played number from raw data for answers count
|
||||||
|
const questionsCount = rawData.cardCount || 0
|
||||||
|
const answersCount = rawData.playedNumber || 0
|
||||||
|
|
||||||
|
console.log('Calculated counts:', { questionsCount, answersCount, rawData })
|
||||||
|
|
||||||
const mockData = {
|
const mockData = {
|
||||||
creator: "John Doe",
|
...deck,
|
||||||
privacy: deck.origin === "Vállalati" ? "Publikus" : "Privát",
|
creator,
|
||||||
questionsCount: Math.floor(Math.random() * 50) + 10,
|
privacy,
|
||||||
answersCount: Math.floor(Math.random() * 200) + 50,
|
questionsCount,
|
||||||
...deck
|
answersCount
|
||||||
}
|
}
|
||||||
|
|
||||||
const formatDate = (dateString) => {
|
const formatDate = (dateString) => {
|
||||||
|
|||||||
@@ -0,0 +1,165 @@
|
|||||||
|
import { toast, ToastContainer, Bounce } from "react-toastify";
|
||||||
|
import "react-toastify/dist/ReactToastify.css";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 🔧 Ezt csak egyszer kell betenni az App.jsx-be!
|
||||||
|
* <ToastConfig /> = az a komponens, ami kirendereli a toastokat
|
||||||
|
*/
|
||||||
|
export const ToastConfig = () => (
|
||||||
|
<ToastContainer
|
||||||
|
position="bottom-right"
|
||||||
|
autoClose={5000}
|
||||||
|
hideProgressBar={false}
|
||||||
|
newestOnTop={false}
|
||||||
|
closeOnClick={false}
|
||||||
|
rtl={false}
|
||||||
|
pauseOnFocusLoss
|
||||||
|
draggable
|
||||||
|
pauseOnHover
|
||||||
|
theme="light"
|
||||||
|
transition={Bounce}
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 🦄 Alapértelmezett toast üzenet (semleges)
|
||||||
|
* notify("Üzenet szövege")
|
||||||
|
*/
|
||||||
|
export const notify = (message) => {
|
||||||
|
toast(message, {
|
||||||
|
position: "bottom-right",
|
||||||
|
autoClose: 5000,
|
||||||
|
hideProgressBar: false,
|
||||||
|
closeOnClick: false,
|
||||||
|
pauseOnHover: true,
|
||||||
|
draggable: true,
|
||||||
|
theme: "light",
|
||||||
|
transition: Bounce,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ✅ Sikeres művelethez
|
||||||
|
* notifySuccess("Sikeres mentés!")
|
||||||
|
*/
|
||||||
|
export const notifySuccess = (message) => {
|
||||||
|
toast.success(message, {
|
||||||
|
position: "bottom-right",
|
||||||
|
autoClose: 4000,
|
||||||
|
theme: "light",
|
||||||
|
transition: Bounce,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ❌ Hibás művelethez
|
||||||
|
* notifyError("Hiba történt a mentés során!")
|
||||||
|
*/
|
||||||
|
export const notifyError = (message) => {
|
||||||
|
toast.error(message, {
|
||||||
|
position: "bottom-right",
|
||||||
|
autoClose: 5000,
|
||||||
|
theme: "light",
|
||||||
|
transition: Bounce,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ℹ️ Információs üzenethez
|
||||||
|
* notifyInfo("Friss adatok betöltve!")
|
||||||
|
*/
|
||||||
|
export const notifyInfo = (message) => {
|
||||||
|
toast.info(message, {
|
||||||
|
position: "bottom-right",
|
||||||
|
autoClose: 4000,
|
||||||
|
theme: "light",
|
||||||
|
transition: Bounce,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ⚠️ Figyelmeztetéshez
|
||||||
|
* notifyWarning("Figyelem! Nem mentett módosítások vannak!")
|
||||||
|
*/
|
||||||
|
export const notifyWarning = (message) => {
|
||||||
|
toast.warn(message, {
|
||||||
|
position: "bottom-right",
|
||||||
|
autoClose: 4000,
|
||||||
|
theme: "light",
|
||||||
|
transition: Bounce,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// import React, { useState } from "react";
|
||||||
|
// import { notifyWarning } from "../../components/Toastify/toastifyServices";
|
||||||
|
|
||||||
|
// function AuthLogin() {
|
||||||
|
// const [email, setEmail] = useState("");
|
||||||
|
// const [password, setPassword] = useState("");
|
||||||
|
|
||||||
|
// const handleLogin = async (e) => {
|
||||||
|
// e.preventDefault();
|
||||||
|
|
||||||
|
// // Példa jelszó ellenőrzés logikára:
|
||||||
|
// if (password !== "titkosjelszo123") {
|
||||||
|
// notifyWarning("⚠️ Hibás jelszó! Kérlek próbáld újra.");
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
|
||||||
|
// // Ha jó a jelszó:
|
||||||
|
// notifySuccess("✅ Sikeres bejelentkezés!");
|
||||||
|
// };
|
||||||
|
|
||||||
|
// return (
|
||||||
|
// <form onSubmit={handleLogin} className="login-form">
|
||||||
|
// <input
|
||||||
|
// type="email"
|
||||||
|
// placeholder="Email cím"
|
||||||
|
// value={email}
|
||||||
|
// onChange={(e) => setEmail(e.target.value)}
|
||||||
|
// />
|
||||||
|
// <input
|
||||||
|
// type="password"
|
||||||
|
// placeholder="Jelszó"
|
||||||
|
// value={password}
|
||||||
|
// onChange={(e) => setPassword(e.target.value)}
|
||||||
|
// />
|
||||||
|
// <button type="submit">Bejelentkezés</button>
|
||||||
|
// </form>
|
||||||
|
// );
|
||||||
|
// }
|
||||||
|
|
||||||
|
// export default AuthLogin;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// meghivas
|
||||||
|
// import { toast } from "react-toastify";
|
||||||
|
|
||||||
|
// // 🔔 Alap toast
|
||||||
|
// export const notify = (msg) => toast(msg);
|
||||||
|
|
||||||
|
// // ✅ Sikeres üzenet
|
||||||
|
// export const notifySuccess = (msg) => toast.success(msg);
|
||||||
|
|
||||||
|
// // ⚠️ Figyelmeztetés
|
||||||
|
// export const notifyWarning = (msg) => toast.warning(msg);
|
||||||
|
|
||||||
|
// // ❌ Hiba
|
||||||
|
// export const notifyError = (msg) => toast.error(msg);
|
||||||
|
|
||||||
|
// // ℹ️ Információ
|
||||||
|
// export const notifyInfo = (msg) => toast.info(msg);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// hasznalat
|
||||||
|
// import { notifyWarning } from "../../components/Toastify/toastifyServices";
|
||||||
|
|
||||||
|
// if (password !== "titkos") {
|
||||||
|
// notifyWarning("⚠️ Hibás jelszó!");
|
||||||
|
// }
|
||||||
@@ -11,8 +11,17 @@ export function requireAuthSync({ key = "username", redirectTo = "/login", repla
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
// Default hook: ad vissza egy [value, setValue] párt, szinkronizálja localStorage-t és átirányít, ha nincs érték
|
// New: non-redirecting check for auth status
|
||||||
export default function useRequireAuth({ key = "username", redirectTo = "/login" } = {}) {
|
export function isAuthenticated(key = "username") {
|
||||||
|
try {
|
||||||
|
return !!localStorage.getItem(key)
|
||||||
|
} catch {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Default hook: ad vissza egy [value, setValue] párt, szinkronizálja localStorage-t és opcionálisan átirányít, ha nincs érték
|
||||||
|
export default function useRequireAuth({ key = "username", redirectTo = "/login", redirect = true } = {}) {
|
||||||
const navigate = useNavigate()
|
const navigate = useNavigate()
|
||||||
const [value, setValue] = useState(() => {
|
const [value, setValue] = useState(() => {
|
||||||
try {
|
try {
|
||||||
@@ -22,12 +31,12 @@ export default function useRequireAuth({ key = "username", redirectTo = "/login"
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
// Ha nincs érték, átirányítjuk (komponens mount-oláskor)
|
// Ha nincs érték és redirect engedélyezve van, átirányítjuk (komponens mount-oláskor)
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!value) {
|
if (!value && redirect) {
|
||||||
navigate(redirectTo)
|
navigate(redirectTo)
|
||||||
}
|
}
|
||||||
}, [navigate, value, redirectTo])
|
}, [navigate, value, redirectTo, redirect])
|
||||||
|
|
||||||
// Szinkronizáljuk a localStorage-t amikor a state változik
|
// Szinkronizáljuk a localStorage-t amikor a state változik
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
@@ -8,9 +8,13 @@
|
|||||||
--color-eerie-black: #181d23;
|
--color-eerie-black: #181d23;
|
||||||
|
|
||||||
--color-mint: #15803d;
|
--color-mint: #15803d;
|
||||||
|
|
||||||
--color-mint-dark: #136636;
|
--color-mint-dark: #136636;
|
||||||
--color-mint-darker: #11522b;
|
--color-mint-darker: #11522b;
|
||||||
|
|
||||||
|
--color-mint-light: #16a34a;
|
||||||
|
--color-mint-lighter: #22c55e;
|
||||||
|
|
||||||
/* Gombok */
|
/* Gombok */
|
||||||
--color-button-primary: #16a34a;
|
--color-button-primary: #16a34a;
|
||||||
--color-button-primary-hover: #15803d;
|
--color-button-primary-hover: #15803d;
|
||||||
@@ -27,7 +31,7 @@
|
|||||||
/* Deck típus színek */
|
/* Deck típus színek */
|
||||||
--color-luck: #5fa985; /* zöld, mint a success */
|
--color-luck: #5fa985; /* zöld, mint a success */
|
||||||
--color-question: #4f7be6; /* új kék, illik az oldalhoz */
|
--color-question: #4f7be6; /* új kék, illik az oldalhoz */
|
||||||
--color-fun: #e15b64; /* piros, mint az error */
|
--color-fun: #FFD700; /* citromsárga a joker kártyákhoz */
|
||||||
|
|
||||||
/* Háttérszínek */
|
/* Háttérszínek */
|
||||||
--color-background: #181d23;
|
--color-background: #181d23;
|
||||||
|
|||||||
@@ -1,12 +1,11 @@
|
|||||||
// src/pages/Auth/LoginForm.jsx
|
// src/pages/Auth/LoginForm.jsx
|
||||||
// Bejelentkezési űrlap
|
|
||||||
|
|
||||||
import InputBox from "../../components/Inputs/InputBox"
|
import InputBox from "../../components/Inputs/InputBox"
|
||||||
import Button from "../../components/Buttons/Button"
|
import Button from "../../components/Buttons/Button"
|
||||||
import { motion } from "framer-motion"
|
import { motion } from "framer-motion"
|
||||||
import { useState, useEffect } from "react"
|
import { useState, useEffect } from "react"
|
||||||
import { useLocation, useNavigate } from "react-router-dom"
|
import { useLocation, useNavigate } from "react-router-dom"
|
||||||
import { login } from "../../api/userApi"
|
import { login } from "../../api/userApi"
|
||||||
|
import { FaArrowLeft } from "react-icons/fa"
|
||||||
|
|
||||||
export default function LoginForm() {
|
export default function LoginForm() {
|
||||||
const [email, setEmail] = useState("")
|
const [email, setEmail] = useState("")
|
||||||
@@ -32,23 +31,23 @@ export default function LoginForm() {
|
|||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
setError("")
|
setError("")
|
||||||
setShowErrorPopup(false)
|
setShowErrorPopup(false)
|
||||||
|
|
||||||
if (!email || !password) {
|
if (!email || !password) {
|
||||||
setError("Minden mező kitöltése kötelező.")
|
setError("Minden mező kitöltése kötelező.")
|
||||||
setShowErrorPopup(true)
|
setShowErrorPopup(true)
|
||||||
setTimeout(() => setShowErrorPopup(false), 2000)
|
setTimeout(() => setShowErrorPopup(false), 2000)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!validateEmail(email)) {
|
if (!validateEmail(email)) {
|
||||||
setError("Hibás email formátum.")
|
setError("Hibás email formátum.")
|
||||||
setShowErrorPopup(true)
|
setShowErrorPopup(true)
|
||||||
setTimeout(() => setShowErrorPopup(false), 2000)
|
setTimeout(() => setShowErrorPopup(false), 2000)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// Backend API
|
|
||||||
login(email, password)
|
login(email, password)
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
console.log(response)
|
|
||||||
// Csak a response.status-t ellenőrizd!
|
|
||||||
if (response && response.status === 200) {
|
if (response && response.status === 200) {
|
||||||
if (response.data && response.data.user) {
|
if (response.data && response.data.user) {
|
||||||
localStorage.setItem("username", response.data.user.username)
|
localStorage.setItem("username", response.data.user.username)
|
||||||
@@ -61,7 +60,7 @@ export default function LoginForm() {
|
|||||||
setTimeout(() => setShowErrorPopup(false), 2000)
|
setTimeout(() => setShowErrorPopup(false), 2000)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch(() => {
|
||||||
setError("Hibás bejelentkezési adatok.")
|
setError("Hibás bejelentkezési adatok.")
|
||||||
setShowErrorPopup(true)
|
setShowErrorPopup(true)
|
||||||
setTimeout(() => setShowErrorPopup(false), 2000)
|
setTimeout(() => setShowErrorPopup(false), 2000)
|
||||||
@@ -75,18 +74,35 @@ export default function LoginForm() {
|
|||||||
animate={{ opacity: 1 }}
|
animate={{ opacity: 1 }}
|
||||||
exit={{ opacity: 0 }}
|
exit={{ opacity: 0 }}
|
||||||
transition={{ duration: 0.25 }}
|
transition={{ duration: 0.25 }}
|
||||||
|
className="relative flex flex-col items-center"
|
||||||
>
|
>
|
||||||
<h2 className="text-4xl font-extrabold text-center mb-6 text-gray-800 tracking-wide">Bejelentkezés</h2>
|
{/* 🔙 Vissza nyíl gomb — most pontosan a fehér box bal felső sarkában */}
|
||||||
|
<div
|
||||||
|
className="absolute -top-6 -left-6 flex items-center group cursor-pointer select-none"
|
||||||
|
onClick={() => navigate("/")}
|
||||||
|
>
|
||||||
|
<FaArrowLeft className="text-gray-700 text-xl transition-transform duration-300 group-hover:-translate-x-1" />
|
||||||
|
<span className="ml-2 text-gray-700 font-medium opacity-0 -translate-x-2 group-hover:opacity-100 group-hover:translate-x-0 transition-all duration-300">
|
||||||
|
Vissza a főoldalra
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2 className="text-4xl font-extrabold text-center mb-6 text-gray-800 tracking-wide">
|
||||||
|
Bejelentkezés
|
||||||
|
</h2>
|
||||||
|
|
||||||
{showSuccess && (
|
{showSuccess && (
|
||||||
<div className="fixed top-6 left-1/2 -translate-x-1/2 bg-green-500 text-white px-6 py-2 rounded shadow-lg z-50 text-center font-semibold transition-opacity duration-300">
|
<div className="fixed top-6 left-1/2 -translate-x-1/2 bg-green-500 text-white px-6 py-2 rounded shadow-lg z-50 text-center font-semibold transition-opacity duration-300">
|
||||||
Sikeres regisztráció! Az email ellenőrzése után be tudsz lépni.
|
Sikeres regisztráció! Az email ellenőrzése után be tudsz lépni.
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{showErrorPopup && error && (
|
{showErrorPopup && error && (
|
||||||
<div className="fixed top-6 left-1/2 -translate-x-1/2 bg-red-500 text-white px-6 py-2 rounded shadow-lg z-50 text-center font-semibold transition-opacity duration-300">
|
<div className="fixed top-6 left-1/2 -translate-x-1/2 bg-red-500 text-white px-6 py-2 rounded shadow-lg z-50 text-center font-semibold transition-opacity duration-300">
|
||||||
{error}
|
{error}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<form onSubmit={handleSubmit} className="space-y-6">
|
<form onSubmit={handleSubmit} className="space-y-6">
|
||||||
<InputBox
|
<InputBox
|
||||||
type="email"
|
type="email"
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
// src/pages/Auth/RegisterForm.jsx
|
// src/pages/Auth/RegisterForm.jsx
|
||||||
// Regisztrációs űrlap
|
|
||||||
|
|
||||||
import InputBox from "../../components/Inputs/InputBox"
|
import InputBox from "../../components/Inputs/InputBox"
|
||||||
import Button from "../../components/Buttons/Button"
|
import Button from "../../components/Buttons/Button"
|
||||||
import { motion } from "framer-motion"
|
import { motion } from "framer-motion"
|
||||||
import { useState } from "react"
|
import { useState } from "react"
|
||||||
import { register } from "../../api/userApi"
|
import { register } from "../../api/userApi"
|
||||||
import { useNavigate } from "react-router-dom"
|
import { useNavigate, useLocation } from "react-router-dom"
|
||||||
|
import { ToastConfig } from "../../components/Toastify/toastifyServices"
|
||||||
|
import { FaArrowLeft } from "react-icons/fa"
|
||||||
|
|
||||||
export default function RegisterForm() {
|
export default function RegisterForm() {
|
||||||
const [lastname, setLastname] = useState("")
|
const [lastname, setLastname] = useState("")
|
||||||
@@ -19,6 +19,7 @@ export default function RegisterForm() {
|
|||||||
const [error, setError] = useState("")
|
const [error, setError] = useState("")
|
||||||
const [showErrorPopup, setShowErrorPopup] = useState(false)
|
const [showErrorPopup, setShowErrorPopup] = useState(false)
|
||||||
const navigate = useNavigate()
|
const navigate = useNavigate()
|
||||||
|
const location = useLocation()
|
||||||
|
|
||||||
function validateEmail(email) {
|
function validateEmail(email) {
|
||||||
return /\S+@\S+\.\S+/.test(email)
|
return /\S+@\S+\.\S+/.test(email)
|
||||||
@@ -45,28 +46,26 @@ export default function RegisterForm() {
|
|||||||
setError("A jelszavak nem egyeznek.")
|
setError("A jelszavak nem egyeznek.")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// Backend API
|
|
||||||
try {
|
try {
|
||||||
const response = await register(username, email, password, firstname, lastname, phone)
|
const response = await register(username, email, password, firstname, lastname, phone)
|
||||||
// Check for 201 Created status
|
|
||||||
if (response && response.status === 201) {
|
if (response && response.status === 201) {
|
||||||
navigate("/login", { state: { success: true } })
|
ToastConfig("✅ Sikeres regisztráció!")
|
||||||
|
if (location.pathname === "/login") {
|
||||||
|
navigate("/login", { state: { success: true } })
|
||||||
|
window.location.reload()
|
||||||
|
} else {
|
||||||
|
navigate("/login", { state: { success: true } })
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
let msg = "Sikertelen regisztráció."
|
let msg = "Sikertelen regisztráció."
|
||||||
if (response && response.data && response.data.error) {
|
if (response?.data?.error) msg = response.data.error
|
||||||
msg = response.data.error
|
|
||||||
}
|
|
||||||
setError(msg)
|
setError(msg)
|
||||||
setShowErrorPopup(true)
|
setShowErrorPopup(true)
|
||||||
setTimeout(() => setShowErrorPopup(false), 2000)
|
setTimeout(() => setShowErrorPopup(false), 2000)
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
let msg = "Ismeretlen hiba történt."
|
let msg = err?.response?.data?.error || err.message || "Ismeretlen hiba történt."
|
||||||
if (err.response && err.response.data && err.response.data.error) {
|
|
||||||
msg = err.response.data.error
|
|
||||||
} else if (err.message) {
|
|
||||||
msg = err.message
|
|
||||||
}
|
|
||||||
setError(msg)
|
setError(msg)
|
||||||
setShowErrorPopup(true)
|
setShowErrorPopup(true)
|
||||||
setTimeout(() => setShowErrorPopup(false), 2000)
|
setTimeout(() => setShowErrorPopup(false), 2000)
|
||||||
@@ -80,56 +79,37 @@ export default function RegisterForm() {
|
|||||||
animate={{ opacity: 1 }}
|
animate={{ opacity: 1 }}
|
||||||
exit={{ opacity: 0 }}
|
exit={{ opacity: 0 }}
|
||||||
transition={{ duration: 0.25 }}
|
transition={{ duration: 0.25 }}
|
||||||
|
className="relative flex flex-col items-center"
|
||||||
>
|
>
|
||||||
<h2 className="text-4xl font-extrabold text-center mb-6 text-gray-800 tracking-wide">Regisztráció</h2>
|
{/* 🔙 Vissza nyíl gomb – ugyanott, mint a login oldalon */}
|
||||||
|
<div
|
||||||
|
className="absolute -top-2 -left-1 flex items-center group cursor-pointer select-none"
|
||||||
|
onClick={() => navigate("/")}
|
||||||
|
>
|
||||||
|
<FaArrowLeft className="text-gray-700 text-xl transition-transform duration-300 group-hover:-translate-x-1" />
|
||||||
|
<span className="ml-2 text-gray-700 font-medium opacity-0 -translate-x-2 group-hover:opacity-100 group-hover:translate-x-0 transition-all duration-300">
|
||||||
|
Vissza a főoldalra
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2 className="text-4xl font-extrabold text-center mb-6 text-gray-800 tracking-wide">
|
||||||
|
Regisztráció
|
||||||
|
</h2>
|
||||||
|
|
||||||
{showErrorPopup && error && (
|
{showErrorPopup && error && (
|
||||||
<div className="fixed top-6 left-1/2 -translate-x-1/2 bg-red-500 text-white px-6 py-2 rounded shadow-lg z-50 text-center font-semibold transition-opacity duration-300">
|
<div className="fixed top-6 left-1/2 -translate-x-1/2 bg-red-500 text-white px-6 py-2 rounded shadow-lg z-50 text-center font-semibold transition-opacity duration-300">
|
||||||
{error}
|
{error}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<form onSubmit={handleSubmit} className="space-y-6">
|
<form onSubmit={handleSubmit} className="space-y-6">
|
||||||
<InputBox
|
<InputBox type="text" placeholder="Vezetéknév" value={lastname} onChange={(e) => setLastname(e.target.value)} />
|
||||||
type="text"
|
<InputBox type="text" placeholder="Keresztnév" value={firstname} onChange={(e) => setFirstname(e.target.value)} />
|
||||||
placeholder="Vezetéknév"
|
<InputBox type="text" placeholder="Felhasználónév" value={username} onChange={(e) => setUsername(e.target.value)} />
|
||||||
value={lastname}
|
<InputBox type="email" placeholder="Email cím" value={email} onChange={(e) => setEmail(e.target.value)} />
|
||||||
onChange={(e) => setLastname(e.target.value)}
|
<InputBox type="phone" placeholder="Telefonszám" value={phone} onChange={(e) => setPhone(e.target.value)} />
|
||||||
/>
|
<InputBox type="password" placeholder="Jelszó" value={password} onChange={(e) => setPassword(e.target.value)} />
|
||||||
<InputBox
|
<InputBox type="password" placeholder="Jelszó megerősítése" value={confirmPassword} onChange={(e) => setConfirmPassword(e.target.value)} />
|
||||||
type="text"
|
|
||||||
placeholder="Keresztnév"
|
|
||||||
value={firstname}
|
|
||||||
onChange={(e) => setFirstname(e.target.value)}
|
|
||||||
/>
|
|
||||||
<InputBox
|
|
||||||
type="text"
|
|
||||||
placeholder="Felhasználónév"
|
|
||||||
value={username}
|
|
||||||
onChange={(e) => setUsername(e.target.value)}
|
|
||||||
/>
|
|
||||||
<InputBox
|
|
||||||
type="email"
|
|
||||||
placeholder="Email cím"
|
|
||||||
value={email}
|
|
||||||
onChange={(e) => setEmail(e.target.value)}
|
|
||||||
/>
|
|
||||||
<InputBox
|
|
||||||
type="phone"
|
|
||||||
placeholder="Telefonszám"
|
|
||||||
value={phone}
|
|
||||||
onChange={(e) => setPhone(e.target.value)}
|
|
||||||
/>
|
|
||||||
<InputBox
|
|
||||||
type="password"
|
|
||||||
placeholder="Jelszó"
|
|
||||||
value={password}
|
|
||||||
onChange={(e) => setPassword(e.target.value)}
|
|
||||||
/>
|
|
||||||
<InputBox
|
|
||||||
type="password"
|
|
||||||
placeholder="Jelszó megerősítése"
|
|
||||||
value={confirmPassword}
|
|
||||||
onChange={(e) => setConfirmPassword(e.target.value)}
|
|
||||||
/>
|
|
||||||
<Button text="Regisztráció" type="submit" />
|
<Button text="Regisztráció" type="submit" />
|
||||||
</form>
|
</form>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|||||||
+85
-64
@@ -1,7 +1,7 @@
|
|||||||
import React from "react"
|
import React, { useEffect, useRef, useState } from "react"
|
||||||
import Navbar from "../../components/Navbar/Navbar.jsx"
|
import Navbar from "../../components/Navbar/Navbar.jsx"
|
||||||
import Footer from "../../components/Footer/Footer.jsx"
|
import Footer from "../../components/Footer/Footer.jsx"
|
||||||
import Background from "../../assets/backgrounds/Background"
|
import Background from "../../assets/backgrounds/Background.jsx"
|
||||||
import {
|
import {
|
||||||
FaBuilding,
|
FaBuilding,
|
||||||
FaEnvelope,
|
FaEnvelope,
|
||||||
@@ -56,8 +56,22 @@ const SectionContainer = ({ id, title, children }) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const CompanyHub = () => {
|
const CompanyHub = () => {
|
||||||
|
|
||||||
|
const [visible, setVisible] = useState(false)
|
||||||
|
const sectionRef = useRef(null)
|
||||||
|
useEffect(() => {
|
||||||
|
const observer = new IntersectionObserver(
|
||||||
|
([entry]) => {
|
||||||
|
if (entry.isIntersecting) setVisible(true)
|
||||||
|
},
|
||||||
|
{ threshold: 0.3 }
|
||||||
|
)
|
||||||
|
if (sectionRef.current) observer.observe(sectionRef.current)
|
||||||
|
return () => observer.disconnect()
|
||||||
|
}, [])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="relative min-h-screen text-white">
|
<div className=" relative min-h-screen text-white">
|
||||||
{/* Background fixed behind everything */}
|
{/* Background fixed behind everything */}
|
||||||
<div className="fixed inset-0 -z-10">
|
<div className="fixed inset-0 -z-10">
|
||||||
<Background />
|
<Background />
|
||||||
@@ -67,6 +81,12 @@ const CompanyHub = () => {
|
|||||||
<Navbar />
|
<Navbar />
|
||||||
|
|
||||||
<main className="flex-grow relative px-4 py-8 md:px-12 md:py-16 overflow-y-auto scroll-smooth">
|
<main className="flex-grow relative px-4 py-8 md:px-12 md:py-16 overflow-y-auto scroll-smooth">
|
||||||
|
<section
|
||||||
|
ref={sectionRef}
|
||||||
|
className={`max-w-5xl mx-auto transition-all duration-1000 ease-out ${
|
||||||
|
visible ? "opacity-100 translate-y-0" : "opacity-0 translate-y-10"
|
||||||
|
}`}
|
||||||
|
>
|
||||||
<div className="flex justify-center gap-6 mt-8 flex-wrap">
|
<div className="flex justify-center gap-6 mt-8 flex-wrap">
|
||||||
<Card
|
<Card
|
||||||
icon={<FaBuilding />}
|
icon={<FaBuilding />}
|
||||||
@@ -152,68 +172,69 @@ const CompanyHub = () => {
|
|||||||
</div>
|
</div>
|
||||||
</SectionContainer>
|
</SectionContainer>
|
||||||
|
|
||||||
{/* Contact + Join Section */}
|
{/* Contact + Join Section */}
|
||||||
<section className="grid md:grid-cols-2 gap-10 max-w-6xl mx-auto mt-20 mb-28 px-4 md:px-0">
|
<section className="grid md:grid-cols-2 gap-10 max-w-6xl mx-auto mt-20 mb-28 px-4 md:px-0">
|
||||||
{/* Contact */}
|
{/* Contact */}
|
||||||
<div
|
<div
|
||||||
id="contact"
|
id="contact"
|
||||||
className="bg-white/10 p-8 rounded-xl border border-gray-500 shadow-lg"
|
className="bg-white/10 p-8 rounded-xl border border-gray-500 shadow-lg"
|
||||||
>
|
>
|
||||||
<h2 className="text-3xl font-bold mb-6 text-center border-b-4 border-emerald-400 pb-2 text-white">
|
<h2 className="text-3xl font-bold mb-6 text-center border-b-4 border-emerald-400 pb-2 text-white">
|
||||||
Kapcsolatfelvétel cégeknek
|
Kapcsolatfelvétel cégeknek
|
||||||
</h2>
|
</h2>
|
||||||
<form className="grid gap-6 md:grid-cols-2">
|
<form className="grid gap-6 md:grid-cols-2">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="Cég neve"
|
placeholder="Cég neve"
|
||||||
className="bg-white/20 text-white placeholder-white px-5 py-4 rounded-lg focus:outline-none focus:ring-2 focus:ring-emerald-400 col-span-2"
|
className="bg-white/20 text-white placeholder-white px-5 py-4 rounded-lg focus:outline-none focus:ring-2 focus:ring-emerald-400 col-span-2"
|
||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
type="email"
|
type="email"
|
||||||
placeholder="Email"
|
placeholder="Email"
|
||||||
className="bg-white/20 text-white placeholder-white px-5 py-4 rounded-lg focus:outline-none focus:ring-2 focus:ring-emerald-400 col-span-2 md:col-span-1"
|
className="bg-white/20 text-white placeholder-white px-5 py-4 rounded-lg focus:outline-none focus:ring-2 focus:ring-emerald-400 col-span-2 md:col-span-1"
|
||||||
/>
|
/>
|
||||||
<textarea
|
<textarea
|
||||||
placeholder="Üzenet"
|
placeholder="Üzenet"
|
||||||
rows="6"
|
rows="6"
|
||||||
className="bg-white/20 text-white placeholder-white px-5 py-4 rounded-lg focus:outline-none focus:ring-2 focus:ring-emerald-400 col-span-2"
|
className="bg-white/20 text-white placeholder-white px-5 py-4 rounded-lg focus:outline-none focus:ring-2 focus:ring-emerald-400 col-span-2"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
className="bg-emerald-500 hover:bg-emerald-400 text-white px-8 py-4 rounded-lg font-bold col-span-2 md:col-span-1 transition"
|
className="bg-emerald-500 hover:bg-emerald-400 text-white px-8 py-4 rounded-lg font-bold col-span-2 md:col-span-1 transition"
|
||||||
>
|
>
|
||||||
Küldés
|
Küldés
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Join */}
|
{/* Join */}
|
||||||
<div
|
<div
|
||||||
id="join"
|
id="join"
|
||||||
className="bg-white/10 p-8 rounded-xl border border-gray-500 shadow-lg"
|
className="bg-white/10 p-8 rounded-xl border border-gray-500 shadow-lg"
|
||||||
>
|
>
|
||||||
<h2 className="text-3xl font-bold mb-6 text-center border-b-4 border-emerald-400 pb-2 text-white">
|
<h2 className="text-3xl font-bold mb-6 text-center border-b-4 border-emerald-400 pb-2 text-white">
|
||||||
Csatlakozz partnerként
|
Csatlakozz partnerként
|
||||||
</h2>
|
</h2>
|
||||||
<ul className="list-disc space-y-4 ml-8 text-base text-white/90">
|
<ul className="list-disc space-y-4 ml-8 text-base text-white/90">
|
||||||
<li className="flex gap-3 items-center">
|
<li className="flex gap-3 items-center">
|
||||||
<FaHandsHelping className="text-green-400 text-xl flex-shrink-0" />
|
<FaHandsHelping className="text-green-400 text-xl flex-shrink-0" />
|
||||||
Gamification a vállalati kultúrában
|
Gamification a vállalati kultúrában
|
||||||
</li>
|
</li>
|
||||||
<li className="flex gap-3 items-center">
|
<li className="flex gap-3 items-center">
|
||||||
<FaChartBar className="text-blue-400 text-xl flex-shrink-0" />
|
<FaChartBar className="text-blue-400 text-xl flex-shrink-0" />
|
||||||
Teljesítménymérés játékosan
|
Teljesítménymérés játékosan
|
||||||
</li>
|
</li>
|
||||||
<li className="flex gap-3 items-center">
|
<li className="flex gap-3 items-center">
|
||||||
<FaUserCheck className="text-yellow-400 text-xl flex-shrink-0" />
|
<FaUserCheck className="text-yellow-400 text-xl flex-shrink-0" />
|
||||||
Személyre szabott riportok
|
Személyre szabott riportok
|
||||||
</li>
|
</li>
|
||||||
<li className="flex gap-3 items-center">
|
<li className="flex gap-3 items-center">
|
||||||
<FaHeadset className="text-pink-400 text-xl flex-shrink-0" />
|
<FaHeadset className="text-pink-400 text-xl flex-shrink-0" />
|
||||||
Dedikált ügyfélszolgálat
|
Dedikált ügyfélszolgálat
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
@@ -8,17 +8,18 @@ import DeckHeader from "../../components/DeckCreator/DeckHeader.jsx"
|
|||||||
import CardsList from "../../components/DeckCreator/CardsList.jsx"
|
import CardsList from "../../components/DeckCreator/CardsList.jsx"
|
||||||
import CardEditor from "../../components/DeckCreator/CardEditor.jsx"
|
import CardEditor from "../../components/DeckCreator/CardEditor.jsx"
|
||||||
import { createDeck } from '../../api/deckApi'
|
import { createDeck } from '../../api/deckApi'
|
||||||
|
import { notifySuccess, notifyError, notifyWarning } from "../../components/Toastify/toastifyServices"
|
||||||
|
|
||||||
export default function DeckCreator() {
|
export default function DeckCreator() {
|
||||||
const { deckId } = useParams() // URL-ből deck ID (új deck esetén undefined)
|
const { deckId } = useParams()
|
||||||
const navigate = useNavigate()
|
const navigate = useNavigate()
|
||||||
|
|
||||||
// Deck alapadatok
|
// Deck alapadatok
|
||||||
const [deck, setDeck] = useState({
|
const [deck, setDeck] = useState({
|
||||||
id: null,
|
id: null,
|
||||||
name: "Új Deck",
|
name: "Új Pakli",
|
||||||
type: "Question", // Question, Luck, Fun
|
type: "QUESTION",
|
||||||
privacy: "private", // private, public
|
privacy: "private",
|
||||||
description: "",
|
description: "",
|
||||||
cards: []
|
cards: []
|
||||||
})
|
})
|
||||||
@@ -26,19 +27,17 @@ export default function DeckCreator() {
|
|||||||
// UI állapotok
|
// UI állapotok
|
||||||
const [selectedCard, setSelectedCard] = useState(null)
|
const [selectedCard, setSelectedCard] = useState(null)
|
||||||
const [isCreatingCard, setIsCreatingCard] = useState(false)
|
const [isCreatingCard, setIsCreatingCard] = useState(false)
|
||||||
const [newCardType, setNewCardType] = useState(null) // task, joker, luck
|
const [newCardType, setNewCardType] = useState(null)
|
||||||
|
|
||||||
// Betöltés (később API-ból)
|
// Betöltés API-ból
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (deckId) {
|
if (deckId) {
|
||||||
// TODO: Betöltés API-ból
|
|
||||||
loadDeck(deckId)
|
loadDeck(deckId)
|
||||||
} else {
|
} else {
|
||||||
// Új deck
|
|
||||||
setDeck({
|
setDeck({
|
||||||
id: null,
|
id: null,
|
||||||
name: "Új Deck",
|
name: "Új Pakli",
|
||||||
type: "Question",
|
type: "QUESTION",
|
||||||
privacy: "private",
|
privacy: "private",
|
||||||
description: "",
|
description: "",
|
||||||
cards: []
|
cards: []
|
||||||
@@ -47,36 +46,14 @@ export default function DeckCreator() {
|
|||||||
}, [deckId])
|
}, [deckId])
|
||||||
|
|
||||||
const loadDeck = async (id) => {
|
const loadDeck = async (id) => {
|
||||||
// Mock deck betöltés
|
// Mock adatok – később backendből jön majd
|
||||||
const mockDeck = {
|
const mockDeck = {
|
||||||
id: id,
|
id,
|
||||||
name: "Quiz Night",
|
name: "Demo Deck",
|
||||||
type: "Question",
|
type: "QUESTION",
|
||||||
privacy: "public",
|
privacy: "public",
|
||||||
description: "Szórakoztató kvíz este",
|
description: "Ez egy teszt deck",
|
||||||
cards: [
|
cards: []
|
||||||
{
|
|
||||||
id: 1,
|
|
||||||
type: "task",
|
|
||||||
subType: "quiz",
|
|
||||||
question: "Mi Magyarország fővárosa?",
|
|
||||||
options: ["Budapest", "Debrecen", "Szeged", "Pécs"],
|
|
||||||
correctAnswer: 0,
|
|
||||||
points: 10,
|
|
||||||
timeLimit: 30,
|
|
||||||
explanation: "Budapest 1873 óta Magyarország fővárosa."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 2,
|
|
||||||
type: "task",
|
|
||||||
subType: "truefalse",
|
|
||||||
statement: "A Duna Magyarország leghosszabb folyója.",
|
|
||||||
isTrue: false,
|
|
||||||
points: 5,
|
|
||||||
timeLimit: 15,
|
|
||||||
explanation: "A Tisza a leghosszabb folyó Magyarországon."
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
setDeck(mockDeck)
|
setDeck(mockDeck)
|
||||||
}
|
}
|
||||||
@@ -87,30 +64,39 @@ export default function DeckCreator() {
|
|||||||
|
|
||||||
const handleSaveDeck = async () => {
|
const handleSaveDeck = async () => {
|
||||||
try {
|
try {
|
||||||
console.log("Deck mentése:", deck)
|
// Típus konverzió backendhez
|
||||||
|
const typeMapping = {
|
||||||
|
'LUCK': 0,
|
||||||
|
'JOKER': 1,
|
||||||
|
'QUESTION': 2
|
||||||
|
}
|
||||||
|
|
||||||
const payload = {
|
const payload = {
|
||||||
name: deck.name,
|
name: deck.name?.trim() || "Névtelen pakli",
|
||||||
type: (deck.type || 'Question').toString().toUpperCase(),
|
type: typeMapping[deck.type] ?? 2,
|
||||||
ctype: deck.privacy === 'public' ? 'PUBLIC' : 'PRIVATE',
|
ctype: deck.privacy === 'public' ? 'PUBLIC' : 'PRIVATE',
|
||||||
description: deck.description || '',
|
description: deck.description || "",
|
||||||
cards: deck.cards.map(c => ({ ...c, text: c.question || c.statement || c.text || '' }))
|
cards: deck.cards || []
|
||||||
}
|
}
|
||||||
|
|
||||||
const saved = await createDeck(payload)
|
const saved = await createDeck(payload)
|
||||||
setDeck(prev => ({ ...prev, id: saved.id ?? prev.id, creationdate: saved.creationdate ?? prev.creationdate, updatedate: saved.updatedate ?? prev.updatedate }))
|
setDeck(prev => ({
|
||||||
|
...prev,
|
||||||
|
id: saved.id ?? prev.id,
|
||||||
|
creationdate: saved.creationdate ?? prev.creationdate,
|
||||||
|
updatedate: saved.updatedate ?? prev.updatedate
|
||||||
|
}))
|
||||||
|
|
||||||
console.log('Deck saved (backend):', saved)
|
console.log('Deck saved (backend):', saved)
|
||||||
alert('✅ Deck sikeresen mentve!')
|
notifySuccess('Pakli sikeresen elmentve!')
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Mentési hiba:', error)
|
console.error('Mentési hiba:', error)
|
||||||
alert('❌ Hiba történt a mentés során: ' + (error?.response?.data?.error || error.message || String(error)))
|
notifyError('Hiba történt a mentés során: ' + (error?.response?.data?.error || error.message))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const handleBack = () => {
|
const handleBack = () => {
|
||||||
if (confirm("Biztosan visszamész? A nem mentett változtatások elvesznek.")) {
|
navigate("/decks")
|
||||||
navigate("/decks")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const handleCreateCard = (cardType) => {
|
const handleCreateCard = (cardType) => {
|
||||||
@@ -125,52 +111,91 @@ export default function DeckCreator() {
|
|||||||
setNewCardType(null)
|
setNewCardType(null)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 💡 Demo verzió: beállítások szekció kihagyva
|
||||||
const handleSaveCard = (cardData) => {
|
const handleSaveCard = (cardData) => {
|
||||||
if (isCreatingCard) {
|
try {
|
||||||
// Új kártya hozzáadása
|
if (cardData.section === "settings") {
|
||||||
const newCard = {
|
console.log("Beállítások szekció kihagyva (demo verzió)")
|
||||||
...cardData,
|
return
|
||||||
id: Date.now(), // Temporary ID
|
|
||||||
}
|
}
|
||||||
setDeck(prev => ({
|
|
||||||
...prev,
|
const defaultConsequence = { type: 0, value: 1 }
|
||||||
cards: [...prev.cards, newCard]
|
const defaultWrongConsequence = { type: 1, value: 1 }
|
||||||
}))
|
|
||||||
|
const updatedCard = {
|
||||||
|
...cardData,
|
||||||
|
id: isCreatingCard ? Date.now() : cardData.id,
|
||||||
|
consequence: cardData.consequence || defaultConsequence,
|
||||||
|
...(cardData.type === 'QUESTION' || cardData.type === 'JOKER' || cardData.type === 'PAIRING'
|
||||||
|
? { wrongConsequence: cardData.wrongConsequence || defaultWrongConsequence }
|
||||||
|
: {}
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
let wasInvalidCardDeleted = false
|
||||||
|
|
||||||
|
setDeck(prev => {
|
||||||
|
const invalidCards = prev.cards.filter(card => card.type !== prev.type)
|
||||||
|
|
||||||
|
if (isCreatingCard && cardData.type === prev.type && invalidCards.length > 0) {
|
||||||
|
wasInvalidCardDeleted = true
|
||||||
|
return {
|
||||||
|
...prev,
|
||||||
|
cards: [
|
||||||
|
...prev.cards.filter(card => card.type === prev.type),
|
||||||
|
updatedCard
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return {
|
||||||
|
...prev,
|
||||||
|
cards: isCreatingCard
|
||||||
|
? [...prev.cards, updatedCard]
|
||||||
|
: prev.cards.map(card => card.id === updatedCard.id ? updatedCard : card)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
setSelectedCard(updatedCard)
|
||||||
setIsCreatingCard(false)
|
setIsCreatingCard(false)
|
||||||
setNewCardType(null)
|
setNewCardType(null)
|
||||||
setSelectedCard(newCard)
|
|
||||||
} else {
|
if (wasInvalidCardDeleted) {
|
||||||
// Meglévő kártya frissítése
|
const invalidCount = deck.cards.filter(card => card.type !== deck.type).length
|
||||||
setDeck(prev => ({
|
notifyWarning(`Kártya mentve! ${invalidCount} db nem megfelelő típusú kártya törlésre került.`)
|
||||||
...prev,
|
} else {
|
||||||
cards: prev.cards.map(card =>
|
notifySuccess('Kártya sikeresen mentve!')
|
||||||
card.id === cardData.id ? cardData : card
|
}
|
||||||
)
|
} catch (error) {
|
||||||
}))
|
console.error('Kártya mentési hiba:', error)
|
||||||
setSelectedCard(cardData)
|
notifyError('Hiba történt a kártya mentése során')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 💬 Felugró ablak törlés előtt
|
||||||
const handleDeleteCard = (cardId) => {
|
const handleDeleteCard = (cardId) => {
|
||||||
if (confirm("Biztosan törlöd ezt a kártyát?")) {
|
const confirmDelete = window.confirm("Biztosan törölni szeretnéd ezt a kártyát?")
|
||||||
setDeck(prev => ({
|
if (!confirmDelete) return
|
||||||
...prev,
|
|
||||||
cards: prev.cards.filter(card => card.id !== cardId)
|
setDeck(prev => ({
|
||||||
}))
|
...prev,
|
||||||
|
cards: prev.cards.filter(card => card.id !== cardId)
|
||||||
if (selectedCard?.id === cardId) {
|
}))
|
||||||
setSelectedCard(null)
|
|
||||||
}
|
if (selectedCard?.id === cardId) {
|
||||||
|
setSelectedCard(null)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
notifySuccess("Kártya törölve a pakliból!")
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="w-full min-h-screen bg-[color:var(--color-background)] flex flex-col">
|
<div className="w-full min-h-screen bg-[color:var(--color-background)] flex flex-col">
|
||||||
<Navbar />
|
<Navbar />
|
||||||
|
|
||||||
<main className="flex-1 flex flex-col">
|
<main className="flex-1 flex flex-col">
|
||||||
{/* Deck Header */}
|
{/* Deck Header */}
|
||||||
<DeckHeader
|
<DeckHeader
|
||||||
deck={deck}
|
deck={deck}
|
||||||
onUpdate={handleDeckUpdate}
|
onUpdate={handleDeckUpdate}
|
||||||
onSave={handleSaveDeck}
|
onSave={handleSaveDeck}
|
||||||
@@ -184,6 +209,7 @@ export default function DeckCreator() {
|
|||||||
<CardsList
|
<CardsList
|
||||||
cards={deck.cards}
|
cards={deck.cards}
|
||||||
selectedCard={selectedCard}
|
selectedCard={selectedCard}
|
||||||
|
deckType={deck.type}
|
||||||
onSelectCard={handleSelectCard}
|
onSelectCard={handleSelectCard}
|
||||||
onCreateCard={handleCreateCard}
|
onCreateCard={handleCreateCard}
|
||||||
onDeleteCard={handleDeleteCard}
|
onDeleteCard={handleDeleteCard}
|
||||||
@@ -197,7 +223,7 @@ export default function DeckCreator() {
|
|||||||
<CardEditor
|
<CardEditor
|
||||||
card={selectedCard}
|
card={selectedCard}
|
||||||
isCreating={isCreatingCard}
|
isCreating={isCreatingCard}
|
||||||
cardType={newCardType}
|
cardType={isCreatingCard ? newCardType : deck.type}
|
||||||
onSave={handleSaveCard}
|
onSave={handleSaveCard}
|
||||||
onCancel={() => {
|
onCancel={() => {
|
||||||
setIsCreatingCard(false)
|
setIsCreatingCard(false)
|
||||||
@@ -210,4 +236,4 @@ export default function DeckCreator() {
|
|||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,12 +66,17 @@ const GameScreen = () => {
|
|||||||
{ id: 3, name: "Fürtös", position: 68, score: 14, color: "bg-yellow-600", emoji: "😂" },
|
{ id: 3, name: "Fürtös", position: 68, score: 14, color: "bg-yellow-600", emoji: "😂" },
|
||||||
])
|
])
|
||||||
|
|
||||||
|
// New: selected dice value from dropdown (null = none)
|
||||||
|
const [selectedDice, setSelectedDice] = useState(null)
|
||||||
|
|
||||||
// Sort players by position in descending order
|
// Sort players by position in descending order
|
||||||
const sortedPlayers = [...players].sort((a, b) => b.position - a.position)
|
const sortedPlayers = [...players].sort((a, b) => b.position - a.position)
|
||||||
|
|
||||||
// Handle dice roll
|
// Handle dice roll completion
|
||||||
const handleDiceRoll = (value) => {
|
const handleDiceRoll = (value) => {
|
||||||
console.log("Rolled:", value)
|
console.log("Rolled:", value)
|
||||||
|
// reset dropdown selection after roll
|
||||||
|
setSelectedDice(null)
|
||||||
// You can add logic here to move the current player based on the dice value
|
// You can add logic here to move the current player based on the dice value
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -118,9 +123,6 @@ const GameScreen = () => {
|
|||||||
{/* Háttér */}
|
{/* Háttér */}
|
||||||
<div className="absolute w-full h-full opacity-10 pointer-events-none overflow-hidden">
|
<div className="absolute w-full h-full opacity-10 pointer-events-none overflow-hidden">
|
||||||
{[...Array(35)].map((_, i) => (
|
{[...Array(35)].map((_, i) => (
|
||||||
// Sajat pulse effect! => node_modules/tailwindcss/index.css:
|
|
||||||
// --animate-pulse8: pulse 6s cubic-bezier(0.4, 0.2, 0.6, 1) infinite;
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
key={i}
|
key={i}
|
||||||
className="absolute rounded-full bg-teal-600 animate-pulse8"
|
className="absolute rounded-full bg-teal-600 animate-pulse8"
|
||||||
@@ -187,7 +189,7 @@ const GameScreen = () => {
|
|||||||
{sortedPlayers.map((player, index) => (
|
{sortedPlayers.map((player, index) => (
|
||||||
<div
|
<div
|
||||||
key={player.id}
|
key={player.id}
|
||||||
className="flex items-center mb-3 p-2 bg-gray-900 rounded-lg hover:bg-gray-800 transition-colors"
|
className="flex items-center mb-3 p-2 bg-gray-900 rounded-lg hover:bg-gray-700 transition-colors"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className={`w-8 h-8 ${player.color} rounded-full mr-3 flex items-center justify-center text-white text-sm font-bold shadow-md`}
|
className={`w-8 h-8 ${player.color} rounded-full mr-3 flex items-center justify-center text-white text-sm font-bold shadow-md`}
|
||||||
@@ -222,8 +224,31 @@ const GameScreen = () => {
|
|||||||
{/* Dice Container */}
|
{/* Dice Container */}
|
||||||
<div className="bg-gray-800 rounded-xl p-4 shadow-lg border border-teal-700 text-center">
|
<div className="bg-gray-800 rounded-xl p-4 shadow-lg border border-teal-700 text-center">
|
||||||
<h2 className="text-xl font-semibold mb-3 text-teal-300">Dobókocka</h2>
|
<h2 className="text-xl font-semibold mb-3 text-teal-300">Dobókocka</h2>
|
||||||
<p className="text-gray-300 text-sm mb-4">Kattints a kockára dobáshoz!</p>
|
<p className="text-gray-300 text-sm mb-4">
|
||||||
<Dice onRoll={handleDiceRoll} />
|
Kattints a kockára dobáshoz vagy válassz egy számot az alábbiból!
|
||||||
|
</p>
|
||||||
|
|
||||||
|
{/* Dropdown to select number 1-6 (triggers animated roll to that number) */}
|
||||||
|
<div className="mb-3">
|
||||||
|
<select
|
||||||
|
value={selectedDice ?? ""}
|
||||||
|
onChange={(e) => {
|
||||||
|
const v = e.target.value ? Number(e.target.value) : null
|
||||||
|
setSelectedDice(v)
|
||||||
|
}}
|
||||||
|
className="bg-gray-900 text-gray-200 rounded-md p-2 border border-gray-700"
|
||||||
|
>
|
||||||
|
<option value="">Válassz számot...</option>
|
||||||
|
<option value="1">1</option>
|
||||||
|
<option value="2">2</option>
|
||||||
|
<option value="3">3</option>
|
||||||
|
<option value="4">4</option>
|
||||||
|
<option value="5">5</option>
|
||||||
|
<option value="6">6</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<Dice onRoll={handleDiceRoll} selectedValue={selectedDice} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import PlayMenu from "../../components/Landingpage/PlayMenu.jsx"
|
|||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
// a hook inicializálja a user-t a localStorage-ból és visszaadja a state-et + settert
|
// a hook inicializálja a user-t a localStorage-ból és visszaadja a state-et + settert
|
||||||
const [user, setUser] = useRequireAuth()
|
const [user, setUser] = useRequireAuth({ redirect: false }) // no redirect on unauthenticated visitors
|
||||||
|
|
||||||
// Dummy callbackok és user példa
|
// Dummy callbackok és user példa
|
||||||
const handleJoinGame = (code) => {
|
const handleJoinGame = (code) => {
|
||||||
@@ -31,8 +31,13 @@ export default function Home() {
|
|||||||
<div className="fixed top-0 left-0 right-0 z-30">
|
<div className="fixed top-0 left-0 right-0 z-30">
|
||||||
<Navbar />
|
<Navbar />
|
||||||
</div>
|
</div>
|
||||||
<main className="flex-1 flex flex-col items-center justify-start py-15 min-h-0 mt-[64px]">
|
<main className="flex-1 min-h-[calc(100vh-64px)] flex mt-[64px] flex-col items-center justify-center">
|
||||||
<PlayMenu onJoinGame={handleJoinGame} onCreateGame={handleCreateGame} user={userObj} />
|
<PlayMenu
|
||||||
|
onJoinGame={handleJoinGame}
|
||||||
|
onCreateGame={handleCreateGame}
|
||||||
|
user={userObj}
|
||||||
|
setUser={setUser}
|
||||||
|
/>
|
||||||
{/* Ide jöhetnek további szekciók, ha szeretnél még tartalmat */}
|
{/* Ide jöhetnek további szekciók, ha szeretnél még tartalmat */}
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// Főoldal - Landing Page
|
// Főoldal - Landing Page
|
||||||
|
|
||||||
|
|
||||||
import { useNavigate } from "react-router-dom"
|
import { data, useNavigate } from "react-router-dom"
|
||||||
import Navbar from "../../components/Navbar/Navbar"
|
import Navbar from "../../components/Navbar/Navbar"
|
||||||
import Footer from "../../components/Footer/Footer.jsx"
|
import Footer from "../../components/Footer/Footer.jsx"
|
||||||
import Background from "../../assets/backgrounds/Background.jsx"
|
import Background from "../../assets/backgrounds/Background.jsx"
|
||||||
@@ -12,11 +12,22 @@ export default function LandingPageMain() {
|
|||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
|
||||||
const handleNavigateToPlay = () => {
|
const handleNavigateToPlay = () => {
|
||||||
navigate("/login");
|
navigate("/login", { preventScrollReset: false });
|
||||||
|
window.scrollTo(0, 0);
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleNavigateToAuth = () => {
|
const handleNavigateToAuth = () => {
|
||||||
navigate("/register");
|
navigate("/companies", { preventScrollReset: false });
|
||||||
|
window.scrollTo(0, 0);
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleNavigateToGame = () => {
|
||||||
|
navigate("/home", { preventScrollReset: false });
|
||||||
|
window.scrollTo(0, 0);
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleNavigateToContacts = () => {
|
||||||
|
navigate("/contacts");
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@@ -28,7 +39,7 @@ export default function LandingPageMain() {
|
|||||||
<Navbar />
|
<Navbar />
|
||||||
</div>
|
</div>
|
||||||
<main className="flex-1 flex flex-col items-center justify-start py-15 min-h-0 mt-[64px]">
|
<main className="flex-1 flex flex-col items-center justify-start py-15 min-h-0 mt-[64px]">
|
||||||
<LandingPage onNavigateToPlay={handleNavigateToPlay} onNavigateToAuth={handleNavigateToAuth} />
|
<LandingPage onNavigateToContacts={handleNavigateToContacts} onNavigateToPlay={handleNavigateToPlay} onNavigateToAuth={handleNavigateToAuth} onNavigateToGame={handleNavigateToGame} />
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -0,0 +1,96 @@
|
|||||||
|
import React, { useEffect, useRef, useState } from "react"
|
||||||
|
import { useNavigate, useLocation } from "react-router-dom"
|
||||||
|
import Navbar from "../../components/Navbar/Navbar"
|
||||||
|
import Background from "../../assets/backgrounds/Background.jsx"
|
||||||
|
import useRequireAuth from "../../hooks/useRequireAuth"
|
||||||
|
|
||||||
|
const Lobby = () => {
|
||||||
|
const [visible, setVisible] = useState(false)
|
||||||
|
const sectionRef = useRef(null)
|
||||||
|
const navigate = useNavigate()
|
||||||
|
const location = useLocation()
|
||||||
|
|
||||||
|
|
||||||
|
const [user, setUser] = useRequireAuth()
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
const observer = new IntersectionObserver(
|
||||||
|
([entry]) => {
|
||||||
|
if (entry.isIntersecting) setVisible(true)
|
||||||
|
},
|
||||||
|
{ threshold: 0.3 }
|
||||||
|
)
|
||||||
|
if (sectionRef.current) observer.observe(sectionRef.current)
|
||||||
|
return () => observer.disconnect()
|
||||||
|
}, [])
|
||||||
|
|
||||||
|
const handleExit = () => {
|
||||||
|
if (window.confirm("Biztosan ki szeretnél lépni a lobbyból?")) {
|
||||||
|
navigate("/home")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const getInitials = (name) => {
|
||||||
|
return name
|
||||||
|
.split(" ")
|
||||||
|
.map((n) => n[0])
|
||||||
|
.join("")
|
||||||
|
.slice(0, 2)
|
||||||
|
.toUpperCase()
|
||||||
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="flex flex-col min-h-screen overflow-y-auto relative">
|
||||||
|
<div className="fixed top-0 left-0 w-full h-full -z-10">
|
||||||
|
<Background />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="fixed top-0 left-0 right-0 z-30">
|
||||||
|
<Navbar />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<main className="flex-grow text-white px-6 pt-16 mt-0 mb-20 flex items-center justify-center">
|
||||||
|
<section
|
||||||
|
ref={sectionRef}
|
||||||
|
className={`w-full max-w-3xl rounded-2xl p-8 md:p-10 transition-all duration-1000 ease-out backdrop-blur-md shadow-2xl ${
|
||||||
|
visible ? "opacity-100 translate-y-0" : "opacity-0 translate-y-10"
|
||||||
|
}`}
|
||||||
|
style={{ background: "rgba(0,0,0,0.25)" }}
|
||||||
|
>
|
||||||
|
<h1 className="text-4xl md:text-5xl font-extrabold text-green-300 mb-4 text-center tracking-wide drop-shadow-lg">
|
||||||
|
{user} Lobby-ja
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
<p className="text-lg text-zinc-300 mb-8 text-center">
|
||||||
|
Játékosok, akik csatlakoztak ehhez a szobához:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div className="bg-zinc-800/90 rounded-xl shadow-lg p-6 mb-8">
|
||||||
|
<ul className="flex flex-col gap-4">
|
||||||
|
<li className="bg-zinc-700 py-3 px-4 rounded-xl text-green-400 font-semibold flex items-center gap-4 shadow hover:shadow-green-500/20 transition">
|
||||||
|
<div
|
||||||
|
className="w-10 h-10 rounded-full flex items-center justify-center text-sm font-semibold"
|
||||||
|
style={{ background: "rgba(34,197,94,0.12)", color: "var(--color-mint)" }}
|
||||||
|
>
|
||||||
|
{getInitials(user)}
|
||||||
|
</div>
|
||||||
|
<span className="text-white text-lg">{user}</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="flex justify-center">
|
||||||
|
<button
|
||||||
|
onClick={handleExit}
|
||||||
|
className="bg-gradient-to-r from-green-700 to-green-500 hover:from-green-600 hover:to-green-400 text-white px-8 py-3 rounded-xl font-semibold shadow-lg hover:shadow-green-400/30 transition-transform transform hover:scale-105"
|
||||||
|
>
|
||||||
|
Kilépés
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default Lobby
|
||||||
@@ -6,7 +6,7 @@ import Logo from "../../assets/pictures/Logo.jsx"
|
|||||||
import Navbar from "../../components/Navbar/Navbar"
|
import Navbar from "../../components/Navbar/Navbar"
|
||||||
import Footer from "../../components/Footer/Footer.jsx"
|
import Footer from "../../components/Footer/Footer.jsx"
|
||||||
import UserProfile from "../../components/Userdetails/Userdetails.jsx"
|
import UserProfile from "../../components/Userdetails/Userdetails.jsx"
|
||||||
import CompanyHub from "../Companies/Companies.jsx"
|
import CompanyHub from "../Contacts/Contacts.jsx"
|
||||||
|
|
||||||
import RatingSet from "../../components/PopUp/RatingSet" // <- statisztikai komponens
|
import RatingSet from "../../components/PopUp/RatingSet" // <- statisztikai komponens
|
||||||
|
|
||||||
|
|||||||
@@ -1,74 +1,103 @@
|
|||||||
import React, { useState, useEffect, useRef } from 'react';
|
import React, { useState, useEffect, useRef } from "react"
|
||||||
|
import { dotPositions } from "./diceDotPositions"
|
||||||
|
|
||||||
|
const Dice = ({ onRoll, selectedValue }) => {
|
||||||
|
const [diceValue, setDiceValue] = useState(1)
|
||||||
|
const [isRolling, setIsRolling] = useState(false)
|
||||||
|
const animationRef = useRef(null)
|
||||||
|
const rollTimeoutRef = useRef(null)
|
||||||
|
|
||||||
const Dice = ({ onRoll }) => {
|
|
||||||
const [diceValue, setDiceValue] = useState(1);
|
|
||||||
const [isRolling, setIsRolling] = useState(false);
|
|
||||||
const animationRef = useRef(null);
|
|
||||||
const rollTimeoutRef = useRef(null);
|
|
||||||
|
|
||||||
const diceFaces = [
|
const diceFaces = [
|
||||||
[<div key="center" className="dice-dot"></div>],
|
[<div key="center" className="dice-dot" style={dotPositions.center}></div>],
|
||||||
[<div key="top-left" className="dice-dot"></div>, <div key="bottom-right" className="dice-dot"></div>],
|
[
|
||||||
[<div key="top-left" className="dice-dot"></div>, <div key="center" className="dice-dot"></div>, <div key="bottom-right" className="dice-dot"></div>],
|
<div key="top-left" className="dice-dot" style={dotPositions.topLeft}></div>,
|
||||||
[<div key="top-left" className="dice-dot"></div>, <div key="top-right" className="dice-dot"></div>,
|
<div key="bottom-right" className="dice-dot" style={dotPositions.bottomRight}></div>,
|
||||||
<div key="bottom-left" className="dice-dot"></div>, <div key="bottom-right" className="dice-dot"></div>],
|
],
|
||||||
[<div key="top-left" className="dice-dot"></div>, <div key="top-right" className="dice-dot"></div>,
|
[
|
||||||
<div key="center" className="dice-dot"></div>,
|
<div key="top-left" className="dice-dot" style={dotPositions.topLeft}></div>,
|
||||||
<div key="bottom-left" className="dice-dot"></div>, <div key="bottom-right" className="dice-dot"></div>],
|
<div key="center" className="dice-dot" style={dotPositions.center}></div>,
|
||||||
[<div key="top-left" className="dice-dot"></div>, <div key="top-right" className="dice-dot"></div>,
|
<div key="bottom-right" className="dice-dot" style={dotPositions.bottomRight}></div>,
|
||||||
<div key="middle-left" className="dice-dot"></div>, <div key="middle-right" className="dice-dot"></div>,
|
],
|
||||||
<div key="bottom-left" className="dice-dot"></div>, <div key="bottom-right" className="dice-dot"></div>]
|
[
|
||||||
];
|
<div key="top-left" className="dice-dot" style={dotPositions.topLeft}></div>,
|
||||||
|
<div key="top-right" className="dice-dot" style={dotPositions.topRight}></div>,
|
||||||
|
<div key="bottom-left" className="dice-dot" style={dotPositions.bottomLeft}></div>,
|
||||||
|
<div key="bottom-right" className="dice-dot" style={dotPositions.bottomRight}></div>,
|
||||||
|
],
|
||||||
|
[
|
||||||
|
<div key="top-left" className="dice-dot" style={dotPositions.topLeft}></div>,
|
||||||
|
<div key="top-right" className="dice-dot" style={dotPositions.topRight}></div>,
|
||||||
|
<div key="center" className="dice-dot" style={dotPositions.center}></div>,
|
||||||
|
<div key="bottom-left" className="dice-dot" style={dotPositions.bottomLeft}></div>,
|
||||||
|
<div key="bottom-right" className="dice-dot" style={dotPositions.bottomRight}></div>,
|
||||||
|
],
|
||||||
|
[
|
||||||
|
<div key="top-left" className="dice-dot" style={dotPositions.topLeft}></div>,
|
||||||
|
<div key="top-right" className="dice-dot" style={dotPositions.topRight}></div>,
|
||||||
|
<div key="middle-left" className="dice-dot" style={dotPositions.middleLeft}></div>,
|
||||||
|
<div key="middle-right" className="dice-dot" style={dotPositions.middleRight}></div>,
|
||||||
|
<div key="bottom-left" className="dice-dot" style={dotPositions.bottomLeft}></div>,
|
||||||
|
<div key="bottom-right" className="dice-dot" style={dotPositions.bottomRight}></div>,
|
||||||
|
],
|
||||||
|
]
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
return () => {
|
return () => {
|
||||||
if (animationRef.current) cancelAnimationFrame(animationRef.current);
|
if (animationRef.current) cancelAnimationFrame(animationRef.current)
|
||||||
if (rollTimeoutRef.current) clearTimeout(rollTimeoutRef.current);
|
if (rollTimeoutRef.current) clearTimeout(rollTimeoutRef.current)
|
||||||
};
|
}
|
||||||
}, []);
|
}, [])
|
||||||
|
|
||||||
const rollDice = () => {
|
// Helper that starts the rolling animation and finishes with targetValue if provided
|
||||||
if (isRolling) return;
|
const startRoll = (targetValue = null) => {
|
||||||
|
if (isRolling) return
|
||||||
setIsRolling(true);
|
|
||||||
|
setIsRolling(true)
|
||||||
let duration = 0;
|
|
||||||
const rollInterval = 80; // ms between dice face changes
|
let duration = 0
|
||||||
const maxDuration = 1500; // total animation time
|
const rollInterval = 80 // ms between dice face changes
|
||||||
|
const maxDuration = 1500 // total animation time
|
||||||
|
|
||||||
const rollAnimation = () => {
|
const rollAnimation = () => {
|
||||||
const randomValue = Math.floor(Math.random() * 6) + 1;
|
const randomValue = Math.floor(Math.random() * 6) + 1
|
||||||
setDiceValue(randomValue);
|
setDiceValue(randomValue)
|
||||||
|
|
||||||
duration += rollInterval;
|
duration += rollInterval
|
||||||
|
|
||||||
if (duration < maxDuration) {
|
if (duration < maxDuration) {
|
||||||
// Speed effect: slow down towards the end
|
// Speed effect: slow down towards the end
|
||||||
const nextInterval = rollInterval * (1 + (duration / maxDuration) * 2);
|
const nextInterval = rollInterval * (1 + (duration / maxDuration) * 2)
|
||||||
rollTimeoutRef.current = setTimeout(() => {
|
rollTimeoutRef.current = setTimeout(() => {
|
||||||
animationRef.current = requestAnimationFrame(rollAnimation);
|
animationRef.current = requestAnimationFrame(rollAnimation)
|
||||||
}, nextInterval);
|
}, nextInterval)
|
||||||
} else {
|
} else {
|
||||||
// Final roll
|
// Final roll (use targetValue if provided)
|
||||||
const finalValue = Math.floor(Math.random() * 6) + 1;
|
const finalValue = targetValue != null ? Number(targetValue) : Math.floor(Math.random() * 6) + 1
|
||||||
setDiceValue(finalValue);
|
setDiceValue(finalValue)
|
||||||
setIsRolling(false);
|
setIsRolling(false)
|
||||||
|
|
||||||
if (onRoll) onRoll(finalValue);
|
if (onRoll) onRoll(finalValue)
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
animationRef.current = requestAnimationFrame(rollAnimation);
|
animationRef.current = requestAnimationFrame(rollAnimation)
|
||||||
};
|
}
|
||||||
|
|
||||||
|
// Click to roll randomly
|
||||||
|
const rollDice = () => {
|
||||||
|
startRoll(null)
|
||||||
|
}
|
||||||
|
|
||||||
|
// If parent provides a selectedValue, animate to that value
|
||||||
|
useEffect(() => {
|
||||||
|
if (selectedValue != null) {
|
||||||
|
startRoll(Number(selectedValue))
|
||||||
|
}
|
||||||
|
}, [selectedValue])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div className={`dice-container ${isRolling ? "rolling" : ""}`} onClick={rollDice}>
|
||||||
className={`dice-container ${isRolling ? 'rolling' : ''}`}
|
<div className="dice">{diceFaces[diceValue - 1]}</div>
|
||||||
onClick={rollDice}
|
|
||||||
>
|
|
||||||
<div className="dice">
|
|
||||||
{diceFaces[diceValue - 1]}
|
|
||||||
</div>
|
|
||||||
<style jsx>{`
|
<style jsx>{`
|
||||||
.dice-container {
|
.dice-container {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
@@ -78,15 +107,15 @@ const Dice = ({ onRoll }) => {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
transition: transform 0.2s;
|
transition: transform 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dice-container:hover {
|
.dice-container:hover {
|
||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dice-container:active {
|
.dice-container:active {
|
||||||
transform: scale(0.95);
|
transform: scale(0.95);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dice {
|
.dice {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -98,42 +127,45 @@ const Dice = ({ onRoll }) => {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: #e63946;
|
background-color: #e63946;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rolling .dice {
|
.rolling .dice {
|
||||||
animation: roll 0.5s infinite linear;
|
animation: roll 0.5s infinite linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes roll {
|
@keyframes roll {
|
||||||
0% { transform: rotateX(0deg) rotateY(0deg); }
|
0% {
|
||||||
25% { transform: rotateX(90deg) rotateY(45deg); }
|
transform: rotateX(0deg) rotateY(0deg);
|
||||||
50% { transform: rotateX(180deg) rotateY(90deg); }
|
}
|
||||||
75% { transform: rotateX(270deg) rotateY(135deg); }
|
25% {
|
||||||
100% { transform: rotateX(360deg) rotateY(180deg); }
|
transform: rotateX(90deg) rotateY(45deg);
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
transform: rotateX(180deg) rotateY(90deg);
|
||||||
|
}
|
||||||
|
75% {
|
||||||
|
transform: rotateX(270deg) rotateY(135deg);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform: rotateX(360deg) rotateY(180deg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dice-dot {
|
.dice-dot {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
|
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Positioning dots */
|
/* removed :nth-child positioning — positions are provided inline from diceDotPositions.js */
|
||||||
.dice-dot:nth-child(1) { top: 50%; left: 50%; transform: translate(-50%, -50%); } /* Center */
|
|
||||||
.dice-dot:nth-child(2) { top: 20%; left: 20%; } /* Top-left */
|
|
||||||
.dice-dot:nth-child(3) { bottom: 20%; right: 20%; } /* Bottom-right */
|
|
||||||
.dice-dot:nth-child(4) { top: 20%; right: 20%; } /* Top-right */
|
|
||||||
.dice-dot:nth-child(5) { bottom: 20%; left: 20%; } /* Bottom-left */
|
|
||||||
.dice-dot:nth-child(6) { top: 50%; left: 20%; transform: translateY(-50%); } /* Middle-left */
|
|
||||||
.dice-dot:nth-child(7) { top: 50%; right: 20%; transform: translateY(-50%); } /* Middle-right */
|
|
||||||
`}</style>
|
`}</style>
|
||||||
</div>
|
</div>
|
||||||
);
|
)
|
||||||
};
|
}
|
||||||
|
|
||||||
export default Dice;
|
export default Dice
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
export const dotPositions = {
|
||||||
|
center: { top: "50%", left: "50%", transform: "translate(-50%, -50%)" },
|
||||||
|
topLeft: { top: "20%", left: "20%" },
|
||||||
|
bottomRight: { bottom: "20%", right: "20%" },
|
||||||
|
topRight: { top: "20%", right: "20%" },
|
||||||
|
bottomLeft: { bottom: "20%", left: "20%" },
|
||||||
|
middleLeft: { top: "50%", left: "20%", transform: "translateY(-50%)" },
|
||||||
|
middleRight: { top: "50%", right: "20%", transform: "translateY(-50%)" },
|
||||||
|
}
|
||||||
@@ -18,6 +18,7 @@ if %errorlevel% neq 0 (
|
|||||||
|
|
||||||
if "%1"=="dev:start" goto dev_start
|
if "%1"=="dev:start" goto dev_start
|
||||||
if "%1"=="dev:watch" goto dev_watch
|
if "%1"=="dev:watch" goto dev_watch
|
||||||
|
if "%1"=="dev:watch_nat" goto dev_watch_nat
|
||||||
if "%1"=="dev:stop" goto dev_stop
|
if "%1"=="dev:stop" goto dev_stop
|
||||||
if "%1"=="prod:start" goto prod_start
|
if "%1"=="prod:start" goto prod_start
|
||||||
if "%1"=="prod:stop" goto prod_stop
|
if "%1"=="prod:stop" goto prod_stop
|
||||||
@@ -49,6 +50,16 @@ docker-compose -f docker-compose.watch.yml --env-file .env.dev up --build --watc
|
|||||||
cd ..
|
cd ..
|
||||||
goto end
|
goto end
|
||||||
|
|
||||||
|
:dev_watch_nat
|
||||||
|
echo [INFO] Starting SerpentRace development environment with file watchers without nat...
|
||||||
|
echo [INFO] This will automatically sync file changes and rebuild containers as needed
|
||||||
|
cd SerpentRace_Docker
|
||||||
|
echo [INFO] This will use system network to avoid nat
|
||||||
|
docker-compose -f docker-compose.watch.nat.yml --env-file .env.dev up --build --watch
|
||||||
|
cd ..
|
||||||
|
goto end
|
||||||
|
|
||||||
|
|
||||||
:dev_stop
|
:dev_stop
|
||||||
echo [INFO] Stopping SerpentRace development environment...
|
echo [INFO] Stopping SerpentRace development environment...
|
||||||
cd SerpentRace_Docker
|
cd SerpentRace_Docker
|
||||||
@@ -109,6 +120,7 @@ echo.
|
|||||||
echo Commands:
|
echo Commands:
|
||||||
echo dev:start Start development environment with hot reload
|
echo dev:start Start development environment with hot reload
|
||||||
echo dev:watch Start development environment with file watchers (auto-rebuild)
|
echo dev:watch Start development environment with file watchers (auto-rebuild)
|
||||||
|
echo dev:watch_nat Start development environment with file watchers (auto-rebuild); Without NAT
|
||||||
echo dev:stop Stop development environment
|
echo dev:stop Stop development environment
|
||||||
echo prod:start Start production environment
|
echo prod:start Start production environment
|
||||||
echo prod:stop Stop production environment
|
echo prod:stop Stop production environment
|
||||||
|
|||||||
Regular → Executable
Reference in New Issue
Block a user