Draft
Conversation
aa6334e to
58d08ee
Compare
Owner
Author
|
Rebased on master (with some breakages). Time to tackle that to do list... 🔨 |
Owner
Author
|
Rebased again - now using property bindings for populating the details view. It's still pretty broken, but we can bind the Further steps could be finding a way to load the screenshot, icon, comments, etc via property binding and blueprint. It would be nice to e.g. declare an ExmImageResolver in the blueprint code and set the URL there and have everything magically work in the background. |
Owner
Author
Co-authored-by: Óscar Fernández Díaz <42654671+oscfdezdz@users.noreply.github.com>
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.


Unify the local and web representations of Extensions
This allows us to use online data and fallback to local data when it is not available.
Practically speaking, it unblocks:
Currently, this removes the dropdown in the local extensions view as requested in the Circle review. However, I won't merge this until we make it instant otherwise it's a huge regression (and annoyance). We can do this by:
TODO for this PR:
Add Oscar to DOAP file4900104Add Oscar to about dialog38a5b57Add license headers to various files3cd970fWhat this looks like: