-
Notifications
You must be signed in to change notification settings - Fork 1.2k
package asset (theme files) #653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cb81d72 to
3ab2aee
Compare
3ab2aee to
0b35da0
Compare
| this._view.versionSelector = yo` | ||
| <select onchange="${this.onchangeLoadVersion.bind(this)}" class="custom-select" id="versionSelector" disabled> | ||
| <option disabled selected>${this.data.defaultVersion}</option> | ||
| <option disabled>builtin</option> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we put a version here? Is this used for offline one?
| async fetchAllVersion (callback) { | ||
| let allVersions, selectedVersion, allVersionsWasm, isURL | ||
| let selectedVersion, allVersionsWasm, isURL | ||
| let allVersions = [{ path: 'builtin', longVersion: 'latest local version' }] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we put a exact version here? "Latest local (v0.10.12)"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't know before hand which version will be loaded cause it is the one located in the asset folder, we could hardcode it, we'll need to change it each time we put a new version in the asset
fix #402
partially_fix #403 with "offline compiler"