-
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.
- Loading branch information
1 parent
197fa04
commit d6546f6
Showing
6 changed files
with
12 additions
and
4 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 |
---|---|---|
|
@@ -8,3 +8,6 @@ | |
[submodule "somhunter-data-server"] | ||
path = somhunter-data-server | ||
url = [email protected]:siret-junior/somhunter-data-server.git | ||
[submodule "somhunter-docs"] | ||
path = somhunter-docs | ||
url = https://github.com/siret-junior/somhunter-docs |
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 somhunter-core
updated
692 files
Submodule somhunter-docs
added at
b8fd48
Submodule somhunter-ui
updated
25 files
+1 −1 | app/components/bookmarks-panel.hbs | |
+0 −1 | app/components/canvas-query-panel.hbs | |
+10 −2 | app/components/canvas-query-panel.js | |
+1 −1 | app/components/debug-buttons-panel.hbs | |
+1 −1 | app/components/detail-window.hbs | |
+5 −3 | app/components/detail-window.js | |
+78 −1 | app/components/filters-panel.hbs | |
+54 −0 | app/components/filters-panel.js | |
+2 −1 | app/components/frame.hbs | |
+41 −4 | app/components/frame.js | |
+3 −3 | app/components/global-notification-window.hbs | |
+1 −1 | app/components/likes-panel.hbs | |
+15 −5 | app/components/main-buttons-panel.hbs | |
+12 −3 | app/components/main-buttons-panel.js | |
+1 −3 | app/components/main-panel.hbs | |
+1 −1 | app/components/replay-window.hbs | |
+1 −0 | app/components/text-autocomplete.js | |
+3 −0 | app/components/zoom-window.hbs | |
+1 −1 | app/components/zoom-window.js | |
+7 −0 | app/constants.js | |
+46 −4 | app/services/action-manager.js | |
+79 −5 | app/styles/app.scss | |
+42 −29 | app/utils.js | |
+7 −40 | package-lock.json | |
+2 −2 | run.sh |