-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename extension property enabled to available
- Loading branch information
Showing
14 changed files
with
356 additions
and
535 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[re.sonny.Commit] | ||
title-length-hint=72 | ||
body-length-wrap=50 | ||
auto-capitalize-title=true |
Submodule demos
updated
42 files
Large diffs are not rendered by default.
Oops, something went wrong.
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
Submodule troll
updated
18 files
+40 β29 | .eslintrc.yaml | |
+2 β2 | gjspack/README.md | |
+ β | gjspack/bin/gjspack.src.gresource | |
+1 β1 | gjspack/demo/dev.js | |
+7 β7 | gjspack/demo/main.js | |
+4 β3 | gjspack/src/cli.js | |
+1,891 β1,227 | package-lock.json | |
+8 β5 | package.json | |
+3 β3 | src/async.js | |
+8 β2 | src/builder.js | |
+1 β1 | src/gsx.js | |
+1 β1 | src/main.js | |
+5 β4 | src/std/WebSocket.js | |
+2 β3 | src/util.js | |
+1 β1 | src/widgets/ThemeSelector.js | |
+2 β2 | test/WebSocket.test.js | |
+5 β5 | test/fetch.test.js | |
+2 β1 | test/gsx.test.js |