Skip to content

Commit

Permalink
Merge pull request #13 from 0xorial/master
Browse files Browse the repository at this point in the history
Big update.
  • Loading branch information
jillalberts authored Jan 14, 2023
2 parents 9454e8f + fb4c48e commit 161ed33
Show file tree
Hide file tree
Showing 12 changed files with 986 additions and 1,038 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode", "glenn2223.live-sass"]
}
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll": true
},
"Scss2css.output": "expanded"
}
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,13 @@ This plugin works with most themes in either Light mode or Dark Mode.
- Changed name to "Privacy Glasses"
- squashed many bugs
- 2021-03-30: Version 0.1 (preliminary release under the name "Blurry Edit Mode"). Supported blurry text (only) in Edit Mode (only). Adjusting the blur level required manually editing a CSS file.



# Test cases
- full privacy
- left panels hidden, right panels hidden
- hover on reveal works
- half privacy
- left panel visible (maybe hide conent of private folders)
- hover on reveal works
694 changes: 382 additions & 312 deletions main.js

Large diffs are not rendered by default.

Loading

0 comments on commit 161ed33

Please sign in to comment.