Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Test User 1
test-extension
Commits
b83b8e55
Verified
Commit
b83b8e55
authored
1 year ago
by
Grigorii Lutkov
Browse files
Options
Downloads
Patches
Plain Diff
Init commit 2
parent
446397e6
Changes
125
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.editorconfig
+13
-0
.editorconfig
.eslintignore
+38
-0
.eslintignore
.eslintrc.cjs
+120
-0
.eslintrc.cjs
.gitattributes
+19
-0
.gitattributes
.gitignore
+41
-0
.gitignore
.npmrc
+5
-0
.npmrc
.nvmrc
+1
-0
.nvmrc
.prettierignore
+38
-0
.prettierignore
.prettierrc.json
+4
-0
.prettierrc.json
.yarnrc.yml
+3
-0
.yarnrc.yml
scripts/archive_win.ps1
+7
-0
scripts/archive_win.ps1
scripts/build_main_win.ps1
+5
-0
scripts/build_main_win.ps1
scripts/build_renderer_win.ps1
+6
-0
scripts/build_renderer_win.ps1
scripts/build_win.ps1
+6
-0
scripts/build_win.ps1
src/js/common.ts
+108
-0
src/js/common.ts
src/js/control_panel/controllers/cp_controller.ts
+92
-0
src/js/control_panel/controllers/cp_controller.ts
src/js/control_panel/cp_popup.ts
+13
-0
src/js/control_panel/cp_popup.ts
src/js/control_panel/cp_popup_node.ts
+36
-0
src/js/control_panel/cp_popup_node.ts
src/js/control_panel/cp_section.ts
+13
-0
src/js/control_panel/cp_section.ts
src/js/control_panel/cp_section_node.ts
+28
-0
src/js/control_panel/cp_section_node.ts
with
596 additions
and
0 deletions
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets