-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
a9b36a8
commit 0583c7d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule qwc2
updated
15 files
+15 −0 | .babelrc.json | |
+19 −19 | .eslintrc.js | |
+9 −0 | actions/windows.js | |
+25 −16 | components/AppMenu.jsx | |
+10 −4 | components/ResizeableWindow.jsx | |
+9 −2 | components/SideBar.jsx | |
+15 −0 | components/style/AppMenu.css | |
+1 −0 | components/style/ResizeableWindow.css | |
+1 −0 | doc/plugins.md | |
+0 −15 | package.json | |
+15 −2 | plugins/LoginUser.jsx | |
+12 −2 | plugins/TopBar.jsx | |
+2 −2 | plugins/style/TopBar.css | |
+29 −5 | reducers/windows.js | |
+4 −0 | utils/MiscUtils.js |