Commit 64ea30d
authored
feat Add bottom navigation on dashboard home; update
* feat: Add Flutter client for Random Video Streamer
- Introduced a new Flutter client application for controlling and monitoring the Random Video Clips Streaming Server.
- Implemented API endpoints for admin context, stats, and audio file retrieval.
- Enhanced the dashboard with navigation and improved UI for better user experience.
- Added support for audio file management and chunk generation controls.
- Included necessary configuration files and dependencies for Flutter development.
* feat: Implement route-based navigation and enhance admin and stats screens
- Added `go_router` dependency for improved routing capabilities.
- Introduced separate pages for Dashboard, Admin, and Stats with a unified header for navigation.
- Enhanced Admin screen to display live status and system usage metrics.
- Updated Stats screen to include pagination for model and audio statistics.
- Refactored Home screen to streamline data loading and improve UI consistency.
* feat: Update dependencies and enhance UI components
- Added `google_fonts` and `url_launcher` dependencies for improved typography and link handling.
- Introduced `video_player_web_hls` for enhanced HLS streaming support on web platforms.
- Refactored the theme and UI components for better consistency and user experience across screens.
- Updated README with detailed instructions for enabling live streaming and platform-specific notes.
* feat: Enhance stats screen with new `StatCard`, `GlassCard` widgets, and introduce model filtering, sorting, and pagination.
* feat: introduce initial Flutter frontend application with admin, home, and stats screens, and update build/deployment scripts.
* refactor: Remove old Flutter client and HTML frontend, update backend configuration, and add new Flutter build scripts.
* ci: Update Docker build contexts and Dockerfile paths to the `backend` directory.
* feat: Introduce bottom navigation for dashboard, video, and audio sections, and update HLS streaming URL.flutter_config.env HLS URL (#24)1 parent c431021 commit 64ea30d
2 files changed
Lines changed: 102 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| 331 | + | |
| 332 | + | |
331 | 333 | | |
332 | 334 | | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
344 | 353 | | |
345 | | - | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
346 | 372 | | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
| 373 | + | |
356 | 374 | | |
357 | | - | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
358 | 395 | | |
359 | 396 | | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
360 | 426 | | |
361 | 427 | | |
362 | 428 | | |
363 | 429 | | |
364 | 430 | | |
365 | | - | |
| 431 | + | |
366 | 432 | | |
367 | 433 | | |
368 | 434 | | |
| |||
381 | 447 | | |
382 | 448 | | |
383 | 449 | | |
384 | | - | |
| 450 | + | |
385 | 451 | | |
386 | 452 | | |
387 | 453 | | |
| |||
557 | 623 | | |
558 | 624 | | |
559 | 625 | | |
560 | | - | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
561 | 635 | | |
562 | 636 | | |
563 | 637 | | |
| |||
597 | 671 | | |
598 | 672 | | |
599 | 673 | | |
600 | | - | |
| 674 | + | |
| 675 | + | |
601 | 676 | | |
602 | 677 | | |
603 | 678 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments