Skip to content

Commit

Permalink
feat(skizzle): rewrite all application code
Browse files Browse the repository at this point in the history
  • Loading branch information
Debaerdm committed Dec 13, 2020
1 parent 4b971ef commit c2f075b
Show file tree
Hide file tree
Showing 187 changed files with 6,222 additions and 37,592 deletions.
40 changes: 0 additions & 40 deletions .eslintrc

This file was deleted.

10 changes: 0 additions & 10 deletions .github/label-pr.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/build.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/labeler.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/stale.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/update.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"arrowParens": "avoid",
"htmlWhitespaceSensitivity": "ignore",
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"arrowParens": "avoid",
"htmlWhitespaceSensitivity": "ignore"
}
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ maintainers.

This Code of Conduct is adapted from the
[Contributor Covenant](http://contributor-covenant.org), version 1.0.0,
available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npm start
Installing Skizzle is pretty basic. Just follow the installer.
For logging into the app, you have to use your Azure devOps account.

**Note for Mac users** : Skizzle is not signed (yet). It can be a problem on some Macs. To fix it, you have to copy the Skizzle app in Application folder being administrator and then type the command : ```bash xattr -rc /Applications/Skizzle.app/.```
**Note for Mac users** : Skizzle is not signed (yet). It can be a problem on some Macs. To fix it, you have to copy the Skizzle app in Application folder being administrator and then type the command : `bash xattr -rc /Applications/Skizzle.app/.`

# Contributing

Expand Down
1 change: 0 additions & 1 deletion app-store-description.txt

This file was deleted.

1 change: 0 additions & 1 deletion app-store-keywoard.txt

This file was deleted.

2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
configMode: 'manual'
cliProjectKey: 'skizzle'
cliProjectName: 'skizzle'
cliProjectVersion: '1.1.2'
cliProjectVersion: '1.2.0'
cliSources: 'src'
extraProperties: |
# Additional properties that will be passed to the scanner,
Expand Down
12 changes: 0 additions & 12 deletions babel.config.js

This file was deleted.

Binary file removed buildResources/background.png
Binary file not shown.
Binary file removed buildResources/background@2x.png
Binary file not shown.
12 changes: 0 additions & 12 deletions buildResources/entitlements.mac.plist

This file was deleted.

10 changes: 0 additions & 10 deletions buildResources/entitlements.mas.inherit.plist

This file was deleted.

10 changes: 0 additions & 10 deletions buildResources/entitlements.mas.plist

This file was deleted.

Binary file removed buildResources/icon.icns
Binary file not shown.
Binary file removed buildResources/icon.png
Binary file not shown.
Binary file removed docs/icons.woff
Binary file not shown.
1,731 changes: 0 additions & 1,731 deletions docs/illustration.svg

This file was deleted.

137 changes: 0 additions & 137 deletions docs/index.html

This file was deleted.

17 changes: 0 additions & 17 deletions docs/logo-skizzle-dark-context.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/logo-skizzle.svg

This file was deleted.

Binary file removed docs/screenshot.jpg
Binary file not shown.
Loading

0 comments on commit c2f075b

Please sign in to comment.