Skip to content

Commit c2f075b

Browse files
committed
feat(skizzle): rewrite all application code
1 parent 4b971ef commit c2f075b

File tree

187 files changed

+6222
-37592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+6222
-37592
lines changed

.eslintrc

-40
This file was deleted.

.github/label-pr.yml

-10
This file was deleted.

.github/workflows/build.yml

-26
This file was deleted.

.github/workflows/labeler.yml

-13
This file was deleted.

.github/workflows/stale.yml

-19
This file was deleted.

.github/workflows/update.yml

-20
This file was deleted.

.prettierrc

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"semi": true,
3-
"trailingComma": "all",
4-
"singleQuote": true,
5-
"arrowParens": "avoid",
6-
"htmlWhitespaceSensitivity": "ignore",
2+
"semi": true,
3+
"trailingComma": "all",
4+
"singleQuote": true,
5+
"arrowParens": "avoid",
6+
"htmlWhitespaceSensitivity": "ignore"
77
}

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ maintainers.
2525

2626
This Code of Conduct is adapted from the
2727
[Contributor Covenant](http://contributor-covenant.org), version 1.0.0,
28-
available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
28+
available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ npm start
4040
Installing Skizzle is pretty basic. Just follow the installer.
4141
For logging into the app, you have to use your Azure devOps account.
4242

43-
**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/.```
43+
**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/.`
4444

4545
# Contributing
4646

app-store-description.txt

-1
This file was deleted.

app-store-keywoard.txt

-1
This file was deleted.

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
configMode: 'manual'
3030
cliProjectKey: 'skizzle'
3131
cliProjectName: 'skizzle'
32-
cliProjectVersion: '1.1.2'
32+
cliProjectVersion: '1.2.0'
3333
cliSources: 'src'
3434
extraProperties: |
3535
# Additional properties that will be passed to the scanner,

babel.config.js

-12
This file was deleted.

buildResources/background.png

-3.81 KB
Binary file not shown.

buildResources/[email protected]

-26.8 KB
Binary file not shown.

buildResources/entitlements.mac.plist

-12
This file was deleted.

buildResources/entitlements.mas.inherit.plist

-10
This file was deleted.

buildResources/entitlements.mas.plist

-10
This file was deleted.

buildResources/icon.icns

-175 KB
Binary file not shown.

buildResources/icon.png

-8.1 KB
Binary file not shown.

docs/icons.woff

-21.2 KB
Binary file not shown.

docs/illustration.svg

-1,731
This file was deleted.

docs/index.html

-137
This file was deleted.

docs/logo-skizzle-dark-context.svg

-17
This file was deleted.

docs/logo-skizzle.svg

-1
This file was deleted.

docs/screenshot.jpg

-125 KB
Binary file not shown.

0 commit comments

Comments
 (0)