-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Showing
6 changed files
with
19 additions
and
14 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 |
---|---|---|
|
@@ -30,3 +30,4 @@ gen | |
/db/ | ||
/docs/ | ||
/conf/conf.ini | ||
__debug_bin |
Submodule UI
updated
10 files
+50 −5 | src/assets/scss/app.scss | |
+2 −2 | src/components/Panel.vue | |
+2 −3 | src/components/SideBar.vue | |
+89 −0 | src/components/fileList/CreatePanel.vue | |
+66 −26 | src/components/fileList/FilePanel.vue | |
+1 −3 | src/components/fileList/ListItem.vue | |
+6 −6 | src/components/forms/IconInput.vue | |
+6 −6 | src/components/forms/ImportPanel.vue | |
+10 −3 | src/service/file.js | |
+0 −0 | src/t.yml |
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
package types | ||
|
||
const CURRENTVERSION = "0.1.5" | ||
const BODY = ` | ||
<li>Add CPU RAM Status with widget</li> | ||
<li>Add Disk Info with widget</li> | ||
<li>Enhance the Docker cli import experience and automatically fill in the folders that need to be mounted</li> | ||
<li>Realize automatic loading of widgets</li> | ||
<li>Fix display bugs when windows size less than 1024px</li> | ||
` | ||
const CURRENTVERSION = "0.1.6" | ||
const BODY = "<li>Add a file selector for app install.</li> <li>Fixed an issue with the app were it would disappear when the app was modified.</li>" |