mirror of https://github.com/Kylart/KawAnime.git
Disabled some inspection related to vuejs in webstorm.
Fixed color of inputs in downloader form.
This commit is contained in:
parent
cd6708e2c5
commit
534a02521c
|
@ -1,6 +1,8 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="ES6ModulesDependencies" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="ES6UnusedImports" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="HtmlUnknownAttribute" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="myValues">
|
||||
<value>
|
||||
|
@ -28,7 +30,7 @@
|
|||
<inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="myValues">
|
||||
<value>
|
||||
<list size="20">
|
||||
<list size="21">
|
||||
<item index="0" class="java.lang.String" itemvalue="nobr" />
|
||||
<item index="1" class="java.lang.String" itemvalue="noembed" />
|
||||
<item index="2" class="java.lang.String" itemvalue="comment" />
|
||||
|
@ -49,12 +51,18 @@
|
|||
<item index="17" class="java.lang.String" itemvalue="md-checkbox" />
|
||||
<item index="18" class="java.lang.String" itemvalue="md-radio" />
|
||||
<item index="19" class="java.lang.String" itemvalue="md-theme" />
|
||||
<item index="20" class="java.lang.String" itemvalue="p" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
<option name="myCustomValuesEnabled" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="JSUnfilteredForInLoop" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="JSUnresolvedFunction" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="JSUnresolvedVariable" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="JSUnusedAssignment" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="JSUnusedGlobalSymbols" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="JSUnusedLocalSymbols" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="RequiredAttributes" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="myAdditionalRequiredHtmlAttributes" value="src" />
|
||||
</inspection_tool>
|
||||
|
|
|
@ -240,6 +240,7 @@ body
|
|||
}
|
||||
|
||||
/* ----------------- INFOS ----------------- */
|
||||
/*noinspection CssOptimizeSimilarProperties*/
|
||||
#info-container
|
||||
{
|
||||
width: 100%;
|
||||
|
|
48
index.html
48
index.html
|
@ -68,7 +68,7 @@
|
|||
<md-input-container id="anime-name" class="downloader-input">
|
||||
<label><p>Name of the anime...</p></label>
|
||||
<md-input autofocus v-model="animeName" id="animeName-input"
|
||||
style="color: rgba(255, 255, 255, 0.8);"></md-input>
|
||||
style="color: rgba(255, 255, 255, 0.8);text-shadow: 0 0 0 rgba(255, 255, 255, 0.8); "></md-input>
|
||||
</md-input-container>
|
||||
</form>
|
||||
</div>
|
||||
|
@ -94,29 +94,30 @@
|
|||
|
||||
<div class="mdl-cell mdl-cell--12-col">
|
||||
<md-theme md-name="radio">
|
||||
<div class="mdl-grid">
|
||||
<div class="mdl-cell mdl-cell--4-col">
|
||||
<md-radio v-model="quality"
|
||||
id="480p"
|
||||
name="480p"
|
||||
md-value="480p"><h6>480p</h6>
|
||||
</md-radio>
|
||||
<div class="mdl-grid">
|
||||
<div class="mdl-cell mdl-cell--4-col">
|
||||
<md-radio v-model="quality"
|
||||
id="480p"
|
||||
name="480p"
|
||||
md-value="480p"><h6>480p</h6>
|
||||
</md-radio>
|
||||
</div>
|
||||
<div class="mdl-cell mdl-cell--4-col">
|
||||
<md-radio v-model="quality"
|
||||
id="720p"
|
||||
name="720p"
|
||||
md-value="720p"><h6>720p</h6>
|
||||
</md-radio>
|
||||
</div>
|
||||
<div class="mdl-cell mdl-cell--4-col">
|
||||
<md-radio v-model="quality"
|
||||
id="1080p"
|
||||
name="1080p"
|
||||
md-value="1080p"><h6>1080p</h6>
|
||||
</md-radio>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mdl-cell mdl-cell--4-col">
|
||||
<md-radio v-model="quality"
|
||||
id="720p"
|
||||
name="720p"
|
||||
md-value="720p"><h6>720p</h6>
|
||||
</md-radio>
|
||||
</div>
|
||||
<div class="mdl-cell mdl-cell--4-col">
|
||||
<md-radio v-model="quality"
|
||||
id="1080p"
|
||||
name="1080p"
|
||||
md-value="1080p"><h6>1080p</h6>
|
||||
</md-radio>
|
||||
</div>
|
||||
</div>
|
||||
</md-theme>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mdl-grid">
|
||||
|
@ -255,6 +256,7 @@
|
|||
<div id="season-form-container">
|
||||
<div class="field-group">
|
||||
<md-input-container id="season-container" style="margin-right: 20px;">
|
||||
<!--suppress XmlInvalidId -->
|
||||
<label for="season">Season</label>
|
||||
<md-select name="season" id="season" v-model="season">
|
||||
<md-option value="winter"><a>Winter</a></md-option>
|
||||
|
|
2
main.js
2
main.js
|
@ -46,7 +46,7 @@ function createWindow () {
|
|||
})
|
||||
|
||||
// Open the DevTools.
|
||||
mainWindow.webContents.openDevTools()
|
||||
// mainWindow.webContents.openDevTools()
|
||||
|
||||
// Emitted when the window is closed.
|
||||
mainWindow.on('closed', function () {
|
||||
|
|
|
@ -16,7 +16,8 @@
|
|||
"author": "Kylart",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"electron": "^1.4.15"
|
||||
"electron": "^1.4.15",
|
||||
"request": "latest"
|
||||
},
|
||||
"dependencies": {
|
||||
"electron": "^1.4.15",
|
||||
|
@ -26,6 +27,7 @@
|
|||
"malapi": "0.0.3",
|
||||
"node-nyaa-api": "latest",
|
||||
"progressbar.js": "^1.0.1",
|
||||
"vue-material": "^0.6.3"
|
||||
"vue-material": "^0.6.3",
|
||||
"request": "latest"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue