-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reworked metadata loading: * use configurable value for metadata batch size * send retrieved metadata to requesting tab as each batch finishes * include gulp-print utility for debugging during development * markdown lint file for document parts * filter panel component tweaks: * group i18n labels into one object * avoid excessive use of `$scope.apply()` * include jquery before angular on management page * adjust drag n drop filter import for (occasionally) missing dataTransfer * adjust message.action check in runtime onMessage handlers for consistency * docblock updates * move placeholder toggle logic (for content script) into a function * use filter name in debug logs for CSSFilter class * adjust TODO note to also mention galleries and folders * change log message severity to info when deviations are missing metadata * make return statements consistent * updated pnpm shrinkwrap * allow option descriptions to use HTML * (WIP) allow user to configure colors for placeholders (re #38) * make placholder logo color configurable * placeholder image is used as a CSS mask instead of a background image * adjusted other CSS for placeholders to accomodate new mask implementation * change metadata batch size option to range slider * fix loading message when loading options * standardize text input size * move placeholder text back to bottom of placeholder * watch for placeholder option changes; only set placeholder vars once * removed note about needing to reload DeviantArt after changing placeholder color options * updated Options screenshot and documentation * update version number for next release * update README * add changelog entry (tentative) for version 5.1 * use relative paths to screenshots * clarify and restrict use of hashtag symbol tag filters (fixes #57) * emphasize partial matches in wildcard example for tag filters * internationalize remaining text on filter panel * Yes/No labels for boolean fields * Error messages for invalid filter properties * use i18n Yes/No labels for boolean values in filter tables * added tag filter hashtag bug fix to changelog * update Tags filter screenshot * re-trim Options screenshot
- Loading branch information
Showing
39 changed files
with
587 additions
and
281 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../../.markdownlint.json", | ||
"first-header-h1": false, | ||
"first-line-h1": false | ||
} |
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.