Files
mediacms/frontend
Yiannis Christodoulou a12cbd08b6 feat: add showTitle option for embed videos
- Add showTitle prop support to EmbedInfoOverlay to conditionally show/hide title overlay
- Add showTitle checkbox option in MediaShareEmbed dialog with URL parameter support
- Update embed code generation to include showTitle parameter
- Add copy-url and copy-embed visual feedback icons to SeekIndicator
- Support showTitle prop in VideoJSEmbed component
2026-01-09 08:44:16 +02:00
..
2021-07-11 18:01:34 +03:00
2025-11-11 11:32:54 +02:00
2026-01-07 19:47:54 +02:00
2026-01-07 19:47:54 +02:00
2021-07-11 18:01:34 +03:00
2021-07-11 18:01:34 +03:00
2021-07-11 18:01:34 +03:00
2026-01-07 19:47:54 +02:00
2026-01-07 19:47:54 +02:00
2026-01-07 19:47:54 +02:00
2026-01-07 19:47:54 +02:00
2026-01-07 19:47:54 +02:00

MediaCMS Web Client (demo)

Requirements

  • nodejs: version >= 14.17.0

Installation

npm install

Development

npm run start

Open in browser: http://localhost:8088


Build

npm run dist

Generates the folder "frontend/dist".

Copy folders and files from "frontend/dist/static" into "static".


Test Scripts

test

Run all unit tests once.

npm run test

test-watch

Run tests in watch mode for development.

npm run test-watch

test-coverage

Run tests with coverage reporting in ./coverage folder.

npm run test-coverage

test-coverage-watch

Run tests with coverage in watch mode.

npm run test-coverage-watch