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
de1d4ca1
Commit
de1d4ca1
authored
Apr 09, 2020
by
NGPixel
Committed by
Nicolas Giard
May 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: comments side panel
parent
1def5289
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
8 deletions
+41
-8
page.vue
client/themes/default/components/page.vue
+41
-8
No files found.
client/themes/default/components/page.vue
View file @
de1d4ca1
...
...
@@ -92,15 +92,48 @@
v-card.mb-5
.pa-5
.overline.indigo--text.d-flex.align-center(:class='$vuetify.theme.dark ? `text--lighten-3` : ``')
.overline.pb-2.pink--text.d-flex.align-center(:class='$vuetify.theme.dark ? `text--lighten-3` : `text--darken-4`')
span Talk
v-spacer
v-chip.text-center(
label
x-small
:color='$vuetify.theme.dark ? `pink darken-3` : `pink darken-4`'
dark
style='min-width: 50px; justify-content: center;'
)
span 334
.d-flex
v-btn.text-none(
:color='$vuetify.theme.dark ? `pink` : `pink darken-3`'
outlined
style='flex: 1 1 100%;'
small
)
span.pink--text(:class='$vuetify.theme.dark ? `text--lighten-1` : `text--darken-4`') View Discussion
v-tooltip(right, v-if='isAuthenticated')
template(v-slot:activator='{ on }')
v-btn.ml-2(
:href='"/h/" + locale + "/" + path'
v-on='on'
outlined
small
:color='$vuetify.theme.dark ? `pink` : `pink darken-3`'
)
v-icon(:color='$vuetify.theme.dark ? `pink lighten-1` : `pink darken-4`', dense) mdi-comment-plus
span New Comment
v-card.mb-5
.pa-5
.overline.indigo--text.d-flex(:class='$vuetify.theme.dark ? `text--lighten-3` : ``')
span
{{
$t
(
'common:page.lastEditedBy'
)
}}
//-
v-spacer
//- v-tooltip(top
, v-if='isAuthenticated')
//-
template(v-slot:activator='{ on }')
//-
v-btn.btn-animate-edit(icon, :href='"/h/" + locale + "/" + path', v-on='on', x-small)
//- v-icon(color='grey
', dense) mdi-history
//- span History
.body-2.grey--text(:class='
$vuetify.theme.dark
? `` : `text--darken-3`')
{{
authorName
}}
v-spacer
v-tooltip(right
, v-if='isAuthenticated')
template(v-slot:activator='{ on }')
v-btn.btn-animate-edit(icon, :href='"/h/" + locale + "/" + path', v-on='on', x-small)
v-icon(color='indigo
', dense) mdi-history
span
{{
$t
(
'common:header.history'
)
}}
.body-2.grey--text(:class='
darkMode
? `` : `text--darken-3`')
{{
authorName
}}
.caption.grey--text.text--darken-1
{{
updatedAt
|
moment
(
'calendar'
)
}}
//- v-card.mb-5
...
...
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