|
.agent
|
14ac49d2bd
chore: add code quality, testing, and auto-import configuration
|
3 veckor sedan |
|
.claude
|
56f95eaaa3
feat: add Nuxt UI and Nuxt.js guidelines and configurations
|
2 veckor sedan |
|
.cursor
|
14ac49d2bd
chore: add code quality, testing, and auto-import configuration
|
3 veckor sedan |
|
.github
|
14ac49d2bd
chore: add code quality, testing, and auto-import configuration
|
3 veckor sedan |
|
.husky
|
e33b7bff3a
chore: update husky scripts to improve permissions and disable commitlint
|
2 veckor sedan |
|
.kiro
|
14ac49d2bd
chore: add code quality, testing, and auto-import configuration
|
3 veckor sedan |
|
.playwright-mcp
|
f9e056ae4a
fix: change language dropdown trigger to click
|
2 veckor sedan |
|
.shared
|
fe047406a3
update code
|
3 veckor sedan |
|
.vscode
|
80d6635854
init project
|
1 månad sedan |
|
.windsurf
|
14ac49d2bd
chore: add code quality, testing, and auto-import configuration
|
3 veckor sedan |
|
Prototype
|
56e1e8c089
feat: enhance layout navigation with submenu support and new icons
|
2 veckor sedan |
|
bug-issues
|
a6556b789c
feat(bug-issues): add new bug tracking CSV for tg-live-game
|
3 dagar sedan |
|
cloudflare_stream_webcom
|
0a69788318
feat: add Cloudflare Stream integration with streaming scripts and configuration
|
3 veckor sedan |
|
designs
|
56f95eaaa3
feat: add Nuxt UI and Nuxt.js guidelines and configurations
|
2 veckor sedan |
|
docs
|
da12caaf65
feat(stream-push): add local video streaming API and UI components
|
1 vecka sedan |
|
go_stream
|
0b3494a6bb
update code
|
6 dagar sedan |
|
jenkins
|
770fa3f19f
update code
|
2 veckor sedan |
|
public
|
b5a97c0c43
add crypto
|
3 dagar sedan |
|
scripts
|
0c23d9856a
feat(ffmpeg): add WHIP support compilation script and enhance live stream functionality
|
1 vecka sedan |
|
src
|
7981af21c3
feat(utils): update time formatting to use user's local timezone
|
3 dagar sedan |
|
tests
|
76c21a7840
feat(ui, routing, tests): enhance UI components and update routing structure
|
3 dagar sedan |
|
torna-docs
|
ee4725998b
feat(camera, machine): enhance API functionality and improve data handling
|
1 vecka sedan |
|
.cursorignore
|
b5a97c0c43
add crypto
|
3 dagar sedan |
|
.cz-config.js
|
b5a97c0c43
add crypto
|
3 dagar sedan |
|
.editorconfig
|
14ac49d2bd
chore: add code quality, testing, and auto-import configuration
|
3 veckor sedan |
|
.env
|
050cb1146c
feat: enhance language configuration and retrieval
|
3 veckor sedan |
|
.env.development
|
b59d384f53
chore: remove NODE_ENV variable from development and production environment files
|
2 veckor sedan |
|
.env.production
|
b59d384f53
chore: remove NODE_ENV variable from development and production environment files
|
2 veckor sedan |
|
.eslintignore
|
d7c3a08934
style: fix code formatting and add ignore configs
|
6 dagar sedan |
|
.eslintrc-auto-import.json
|
1c58ad8c73
feat: integrate Iconify for enhanced icon support
|
3 veckor sedan |
|
.eslintrc.cjs
|
14ac49d2bd
chore: add code quality, testing, and auto-import configuration
|
3 veckor sedan |
|
.gitignore
|
8881602de7
refactor(live-stream): remove auto-generated type declaration files and update component formatting
|
6 dagar sedan |
|
.prettierignore
|
d7c3a08934
style: fix code formatting and add ignore configs
|
6 dagar sedan |
|
.prettierrc.cjs
|
14ac49d2bd
chore: add code quality, testing, and auto-import configuration
|
3 veckor sedan |
|
CLAUDE.md
|
a7b75f569f
chore: update API base path in development environment and improve documentation
|
2 veckor sedan |
|
Jenkinsfile
|
260ba4c4af
feat: enhance login functionality and improve test coverage
|
2 veckor sedan |
|
README.md
|
80d6635854
init project
|
1 månad sedan |
|
architecture.canvas
|
eba6fa2971
Implement Jenkins pipeline for automated build and deployment, including environment setup, dependency installation, and Cloudflare deployment. Add logging and notification features for build status updates via Lark and Telegram. Introduce utility scripts for time management and Cloudflare synchronization.
|
3 veckor sedan |
|
commitlint.config.cjs
|
14ac49d2bd
chore: add code quality, testing, and auto-import configuration
|
3 veckor sedan |
|
i18next-scanner.config.cjs
|
b5a97c0c43
add crypto
|
3 dagar sedan |
|
index.html
|
b5a97c0c43
add crypto
|
3 dagar sedan |
|
package-lock.json
|
22303a9c7d
update code
|
1 månad sedan |
|
package.json
|
25cbb52178
chore: bump version to 1.0.28 for release v1.0.28
|
3 dagar sedan |
|
playwright.config.ts
|
4988e08825
chore: enhance test infrastructure based on pwtk-admin-web
|
3 veckor sedan |
|
pnpm-lock.yaml
|
b5a97c0c43
add crypto
|
3 dagar sedan |
|
release.sh
|
a931aa074f
fix: update branch validation in release script
|
2 veckor sedan |
|
tg-live-game.postman_collection.json
|
f0098efd22
refactor: update authentication tests and configurations for consistency
|
3 veckor sedan |
|
tsconfig.app.json
|
100dc0ef1d
chore: update development environment configuration
|
3 veckor sedan |
|
tsconfig.json
|
14ac49d2bd
chore: add code quality, testing, and auto-import configuration
|
3 veckor sedan |
|
tsconfig.node.json
|
14ac49d2bd
chore: add code quality, testing, and auto-import configuration
|
3 veckor sedan |
|
tsconfig.test.json
|
e4b644f099
fix: resolve TypeScript build errors and update dependencies
|
3 veckor sedan |
|
vite.config.ts
|
770fa3f19f
update code
|
2 veckor sedan |
|
vitest.config.ts
|
4767fc92c1
test: add comprehensive unit and E2E tests for all core pages
|
2 veckor sedan |
|
vitest.setup.ts
|
4988e08825
chore: enhance test infrastructure based on pwtk-admin-web
|
3 veckor sedan |