-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0 parents
commit ef3e1b8
Showing
22 changed files
with
8,176 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[run] | ||
init_cmds = [ # Commands run in start | ||
["yarn", "build-dev"], | ||
["yarn", "electron"] | ||
] | ||
watch_all = true # Watch all sub-directories | ||
watch_dirs = ["./"] # Directories to watch | ||
watch_exts = [".tsx", ".ts", ".html", ".css"] # Extensions to watch | ||
env_files = [] # Load env vars from files | ||
ignore = [".git", "node_modules", "./dist"] # Directories to exclude from watching | ||
ignore_files = [] # Regexps for ignoring specific notifies | ||
follow_symlinks = false # Enable/disable following symbolic links of sub directories | ||
build_delay = 1500 # Minimal interval to Trigger build event | ||
interrupt_timout = 15 # Time to wait until force kill | ||
graceful_kill = false # Wait for exit and before directly kill | ||
cmds = [ # Commands to run | ||
["yarn", "build-dev"] | ||
] | ||
|
||
[sync] | ||
listen_addr = ":5050" | ||
remote_addr = ":5050" |
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,16 @@ | ||
# http://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
max_line_length = 120 | ||
|
||
[*.{js,ts,tsx,scss}] | ||
quote_type = single | ||
|
||
[*.md] | ||
trim_trailing_whitespace = 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
dist/ | ||
node_modules/ | ||
.yarn/cache | ||
.yarn/install-state.gz |
12 changes: 12 additions & 0 deletions
12
.yarn/patches/react-split-pane-npm-0.1.92-93dbf51dff.patch
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,12 @@ | ||
diff --git a/index.d.ts b/index.d.ts | ||
index d116f54d6da12d24b48e24ff3636c9066059aa58..93290945d8b1818cab893d6466179b33869a47b9 100644 | ||
--- a/index.d.ts | ||
+++ b/index.d.ts | ||
@@ -25,6 +25,7 @@ export type SplitPaneProps = { | ||
pane2Style?: React.CSSProperties; | ||
resizerClassName?: string; | ||
step?: number; | ||
+ children?: React.ReactNode; | ||
}; | ||
|
||
export type SplitPaneState = { |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-3.5.1.cjs |
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 @@ | ||
# fermions |
Binary file not shown.
Oops, something went wrong.