-
Notifications
You must be signed in to change notification settings - Fork 310
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
Show script notices a little more prominently #1632
Merged
Merged
Conversation
This file contains 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
* Change a few classes around for UI coloring and display * Shows exclamation on script homepage and script lists that there **may** be user initiated, system initiated, etc. notices on the Install button or Raw Source button e.g. the Source Code tab contents. * Few mustache identifier name changes for symmetry Applies to OpenUserJS#1548 OpenUserJS#432
Martii
added
enhancement
Something we do have implemented already but needs improvement upon to the best of knowledge.
UI
Pertains inclusively to the User Interface.
security
Usually relates to something critical.
CODE
Some other Code related issue and it should clearly describe what it is affecting in a comment.
stability
Important to operations.
labels
Jul 1, 2019
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jul 1, 2019
* Little less prominent for warnings vs. possible critical issue * More in line with the docs that mostly say "blue install button" * Add `updateURL` check for all modes and display if present * Reorder the UI notices a bit. * Some line length conformance Post OpenUserJS#1632 and applies to OpenUserJS#1548 OpenUserJS#432
Martii
added a commit
that referenced
this pull request
Jul 1, 2019
* Little less prominent for warnings vs. possible critical issue * More in line with the docs that mostly say "blue install button" * Add `updateURL` check for all modes and display if present * Reorder the UI notices a bit. * Some line length conformance Post #1632 and applies to #1548 #432 Auto-merge
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jul 2, 2019
* Chromium 75.0.3770.90 started spewing this out and it's not in *mime-db* dep (yet?)... Relates to `/install/<username>/<scriptname>.meta.js`. Don't think it has an extension spec based off skimming doc * Relaxing is temporary atm in lieu of more aggressive re Post OpenUserJS#1633 OpenUserJS#1632 OpenUserJS#944 and applies to OpenUserJS#1548 OpenUserJS#432
Martii
added a commit
that referenced
this pull request
Jul 2, 2019
* Chromium 75.0.3770.90 started spewing this out and it's not in *mime-db* dep (yet?)... Relates to `/install/<username>/<scriptname>.meta.js`. Don't think it has an extension spec based off skimming doc * Relaxing is temporary atm in lieu of more aggressive re Post #1633 #1632 #944 and applies to #1548 #432 Auto-merge
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Aug 26, 2019
* Also don't presume that metadata blocks are at the beginning *(easily findable)* and always set the tooltip. NOTE: * Fixes notice non-display of https://openuserjs.org/scripts/jesus2099/mb._MASS_MERGE_RECORDINGS Post OpenUserJS#1632
Martii
added a commit
that referenced
this pull request
Aug 26, 2019
* Also don't presume that metadata blocks are at the beginning *(easily findable)* and always set the tooltip. NOTE: * Fixes notice non-display of https://openuserjs.org/scripts/jesus2099/mb._MASS_MERGE_RECORDINGS Post #1632 Auto-merge
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
CODE
Some other Code related issue and it should clearly describe what it is affecting in a comment.
enhancement
Something we do have implemented already but needs improvement upon to the best of knowledge.
security
Usually relates to something critical.
stability
Important to operations.
UI
Pertains inclusively to the User Interface.
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.
Applies to #1548 #432