ECB-lite: Explore Boundary + Control split (no behavior change)#4
Open
badnanx wants to merge 4 commits into
Open
ECB-lite: Explore Boundary + Control split (no behavior change)#4badnanx wants to merge 4 commits into
badnanx wants to merge 4 commits into
Conversation
- Implement Explore page with hover overlays, search, and filters. - Add card actions: save locally, enlarge, open artist profile, send to workspace. - Wire WorkspaceAware/PageAware injection to enable Explore→Workspace export. - Add ArtistProfileController + FXML for Raven’s artist bio popup. - Update WorkspaceBoundary to accept tattoo images from Explore. - Include demo icons: artist, completed tattoos, tattoo designs (flowers, koi, mandala, dragon, phoenix, skull-rose, snake). - Minor UI polish and layout fixes for Explore.fxml.
…ore page & taskbar change; accept upstream WorkspaceBoundary.
- Merged latest origin/main updates (workspace refactor, profile navigation). - Preserved Explore.fxml and ExploreController functionality. - Integrated Explore page into navigation via Taskbar (replaced old Gallery button with Explore). - Verified Explore → Workspace export pipeline (tattoo images send successfully and appear in workspace history). - Cleaned up duplicate sidebar icons; ensured single consistent Explore entry point. - Tested UI flow end-to-end: app launches, Explore loads, Workspace functions with new UV model.
…c); moved ArtistProfile.fxml into /view; verified behavior
|
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.


Refactored Explore into ECB layers. Verified that navigation, export-to-workspace, and artist popups work as before. Ready for review.