Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
a4eb5584
You need to sign in or sign up before continuing.
Commit
a4eb5584
authored
Sep 15, 2019
by
Nick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: editor selection UI improvements
parent
309de5bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
26 deletions
+38
-26
editor-modal-editorselect.vue
client/components/editor/editor-modal-editorselect.vue
+38
-26
No files found.
client/components/editor/editor-modal-editorselect.vue
View file @
a4eb5584
...
@@ -26,7 +26,27 @@
...
@@ -26,7 +26,27 @@
)
)
.body-2.mt-7 Coming Soon
.body-2.mt-7 Coming Soon
v-flex(xs4)
v-flex(xs4)
v-card.radius-7.animated.fadeInUp.wait-p1s(
v-hover
template(v-slot:default='{ hover }')
v-card.radius-7.grey.animated.fadeInUp.wait-p1s(
hover
light
ripple
)
v-card-text.text-center(@click='')
img(src='/svg/editor-icon-wikitext.svg', alt='WikiText', style='width: 36px;')
.body-2.grey--text.mt-2.text--darken-2 Blog
.caption.grey--text.text--darken-1 Timeline of Posts
v-fade-transition
v-overlay(
v-if='hover'
absolute
color='primary'
opacity='.8'
)
.body-2.mt-7 Coming Soon
v-flex(xs4)
v-card.radius-7.animated.fadeInUp.wait-p2s(
hover
hover
light
light
ripple
ripple
...
@@ -36,7 +56,7 @@
...
@@ -36,7 +56,7 @@
.body-2.primary--text.mt-2 Code
.body-2.primary--text.mt-2 Code
.caption.grey--text Raw HTML
.caption.grey--text Raw HTML
v-flex(xs4)
v-flex(xs4)
v-card.radius-7.animated.fadeInUp.wait-p
2
s(
v-card.radius-7.animated.fadeInUp.wait-p
1
s(
hover
hover
light
light
ripple
ripple
...
@@ -48,7 +68,7 @@
...
@@ -48,7 +68,7 @@
v-flex(xs4)
v-flex(xs4)
v-hover
v-hover
template(v-slot:default='{ hover }')
template(v-slot:default='{ hover }')
v-card.radius-7.grey.animated.fadeInUp.wait-p
3
s(
v-card.radius-7.grey.animated.fadeInUp.wait-p
2
s(
hover
hover
light
light
ripple
ripple
...
@@ -66,7 +86,7 @@
...
@@ -66,7 +86,7 @@
)
)
.body-2.mt-7 Coming Soon
.body-2.mt-7 Coming Soon
v-flex(xs4)
v-flex(xs4)
v-card.radius-7.animated.fadeInUp.wait-p
4
s(
v-card.radius-7.animated.fadeInUp.wait-p
3
s(
hover
hover
light
light
ripple
ripple
...
@@ -75,29 +95,21 @@
...
@@ -75,29 +95,21 @@
img(src='/svg/editor-icon-ckeditor.svg', alt='Visual Editor', style='width: 36px;')
img(src='/svg/editor-icon-ckeditor.svg', alt='Visual Editor', style='width: 36px;')
.body-2.mt-2.primary--text Visual Editor
.body-2.mt-2.primary--text Visual Editor
.caption.grey--text Rich-text WYSIWYG
.caption.grey--text Rich-text WYSIWYG
v-flex(xs4)
v-hover
template(v-slot:default='{ hover }')
v-card.radius-7.grey.animated.fadeInUp.wait-p5s(
hover
light
ripple
)
v-card-text.text-center(@click='')
img(src='/svg/editor-icon-wikitext.svg', alt='WikiText', style='width: 36px;')
.body-2.grey--text.mt-2.text--darken-2 WikiText
.caption.grey--text.text--darken-1 MediaWiki Format
v-fade-transition
v-overlay(
v-if='hover'
absolute
color='primary'
opacity='.8'
)
.body-2.mt-7 Coming Soon
.caption.blue--text.text--lighten-2
{{
$t
(
'editor:select.cannotChange'
)
}}
.caption.blue--text.text--lighten-2
{{
$t
(
'editor:select.cannotChange'
)
}}
v-card.radius-7.mt-3(color='teal darken-3', dark)
v-card.radius-7.mt-2(color='indigo darken-3', dark)
v-toolbar(dense, flat, color='light-green darken-3')
v-spacer
.caption.mr-1 Or convert from
v-btn.mx-1(depressed, color='light-green darken-2', @click='')
v-icon(left) mdi-alpha-a-box
.body-2.text-none AsciiDoc
v-btn.mx-1(depressed, color='light-green darken-2', @click='')
v-icon(left) mdi-alpha-w-circle
.body-2.text-none WikiText
v-spacer
v-card.radius-7.mt-2(color='teal darken-3', dark)
v-card-text.text-center.py-4
v-card-text.text-center.py-4
.subtitle-1.white--text
{{
$t
(
'editor:select.customView'
)
}}
.subtitle-1.white--text
{{
$t
(
'editor:select.customView'
)
}}
v-container(grid-list-lg, fluid)
v-container(grid-list-lg, fluid)
...
@@ -162,7 +174,7 @@
...
@@ -162,7 +174,7 @@
opacity='.8'
opacity='.8'
)
)
.body-2.mt-7 Coming Soon
.body-2.mt-7 Coming Soon
v-card.radius-7.mt-
3
(color='grey darken-3', dark)
v-card.radius-7.mt-
2
(color='grey darken-3', dark)
v-toolbar(dense, flat)
v-toolbar(dense, flat)
v-spacer
v-spacer
v-btn(text, @click='goBack')
v-btn(text, @click='goBack')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment