Add scene rating to scene filename parser (#432)

* Fix scene parser display issues in 2.5
* Dropdown menu presentation improvements
* Fix refresh on parser apply
* Ignore line endings on scss files
This commit is contained in:
WithoutPants
2020-04-05 07:59:57 +10:00
committed by GitHub
parent 18dc5e85fa
commit b3e8d1e8dd
9 changed files with 272 additions and 53 deletions

1
.gitattributes vendored
View File

@@ -1,3 +1,4 @@
go.mod text eol=lf
go.sum text eol=lf
ui/v2.5/**/*.ts* text eol=lf
ui/v2.5/**/*.scss text eol=lf