From 73f3fc8d58db4cd2e44367b69bc5d403ed641dba Mon Sep 17 00:00:00 2001 From: Kylart Date: Wed, 26 Apr 2017 21:16:31 +0200 Subject: [PATCH] configModal now has its own component --- components/settings.vue | 221 ++++++++++++++++++++++++++++++++++++++++ layouts/default.vue | 213 ++------------------------------------ store/index.js | 4 +- 3 files changed, 231 insertions(+), 207 deletions(-) create mode 100644 components/settings.vue diff --git a/components/settings.vue b/components/settings.vue new file mode 100644 index 0000000..8e60733 --- /dev/null +++ b/components/settings.vue @@ -0,0 +1,221 @@ + + + + + \ No newline at end of file diff --git a/layouts/default.vue b/layouts/default.vue index 41e947b..ec6d2fc 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -7,129 +7,7 @@
かわニメ
- -
- - - settings - - - -

Settings

-
- - -
-
Download
- - -

Preferred Fansub

- -
- - -

Quality

- - - - - - - - - - - -
- - - - - - - -

Sound on magnet downloads

- -
- -
-
-
-
Local
- - -

- Preferred directory -

-
- Choose -
-
- Current: - -

- {{ configDir }} -

-
-
-
-
-
News
- - -

- Display news -

-
- - - - - - - -
-
-
- - - - Save - - - Save and close - - -
-
-
+
@@ -230,11 +108,13 @@