Add overlay definitions and enhance poster icon configuration#312
Open
DineshSolanki wants to merge 8 commits into
Open
Add overlay definitions and enhance poster icon configuration#312DineshSolanki wants to merge 8 commits into
DineshSolanki wants to merge 8 commits into
Conversation
- Introduced multiple new overlay definitions including "Alternate", "Faelpessoal", "Legacy", "Liaher", and "Windows 11" with respective properties and configurations. - Updated the PreviewerViewModel to load available overlays dynamically. - Enhanced PosterIconConfigViewModel to manage overlay selection with a new OverlayItemViewModel for better data binding. - Implemented a dynamic poster icon renderer that builds its visual tree based on the selected overlay definition. - Refactored the poster icon configuration view to utilize an ItemsControl for overlay selection, improving UI scalability and maintainability.
- Add Tests for the plugin feature
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| CodeStyle | 1 minor |
🟢 Metrics 426 complexity · 33 duplication
Metric Results Complexity 426 Duplication 33
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Owner
Author
Release 1: Core Plugin System (MVP) — ✅ COMPLETEAll 7 phases done. Build verified, 58 tests passing.
|
…y overlays via a GitHub-backed catalog.
```
GitHub (FoliCon-Overlays repo)
catalog.json ──→ OverlayRepositoryService ──→ OverlayStoreViewModel ──→ OverlayStore.xaml
overlays/{id}/ ↕
manifest.json OverlayProvider (reads from %AppData%/FoliCon/Overlays/)
overlay.json DynamicPosterIcon (renders previews)
preview.png OverlayPreviewCache (caches rendered previews)
*.png (assets)
```
Owner
Author
Release 2: Overlay Store + Repository — ✅ COMPLETEPhase 1: Data Models — ✅ DONE
Phase 2: Repository Service — ✅ DONE
Phase 3: ViewModels — ✅ DONE
Phase 4: Overlay Store UI — ✅ DONE
Phase 5: Wire Up UI + DI — ✅ DONE
Phase 6: GitHub Repo Prep — ✅ DONE
Phase 7: Update Checker — ✅ DONE
Community Overlay Support — ✅ DONE
Testing — ✅ DONE
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What
Folicon Plugin ecosystem rebuilt from scratch after the previous discarded dll approch.
Why
This is part of folicon plugin feature ecosystem.
How
Implemented multiple overlay definitions with respective properties, updated the PreviewerViewModel for dynamic loading, and enhanced the PosterIconConfigViewModel for better data binding. Refactored the UI for improved scalability for multiple overlay, overlays are now controlled by json
Testing
dotnet build)Screenshots