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
a6fa4fb4
Commit
a6fa4fb4
authored
Aug 11, 2019
by
Nick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: admin edit user (wip)
parent
0d9c7be9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
43 additions
and
2 deletions
+43
-2
admin-theme.vue
client/components/admin/admin-theme.vue
+18
-2
admin-users-edit.vue
client/components/admin/admin-users-edit.vue
+0
-0
theme.yml
server/themes/default/theme.yml
+25
-0
thumbnail.png
server/themes/default/thumbnail.png
+0
-0
No files found.
client/components/admin/admin-theme.vue
View file @
a6fa4fb4
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
v-form.pt-3
v-form.pt-3
v-layout(row wrap)
v-layout(row wrap)
v-flex(lg6 xs12)
v-flex(lg6 xs12)
v-card.
wiki-form.
animated.fadeInUp
v-card.animated.fadeInUp
v-toolbar(color='primary', dark, dense, flat)
v-toolbar(color='primary', dark, dense, flat)
v-toolbar-title.subtitle-1
{{
$t
(
'admin:theme.title'
)
}}
v-toolbar-title.subtitle-1
{{
$t
(
'admin:theme.title'
)
}}
v-card-text
v-card-text
...
@@ -51,7 +51,23 @@
...
@@ -51,7 +51,23 @@
:hint='$t(`admin:theme.darkModeHint`)'
:hint='$t(`admin:theme.darkModeHint`)'
)
)
v-card.wiki-form.mt-3.animated.fadeInUp.wait-p2s
//- v-card.mt-3.animated.fadeInUp.wait-p1s
//- v-toolbar(color='primary', dark, dense, flat)
//- v-toolbar-title.subtitle-1
{{
$t
(
`admin:theme.options`
)
}}
//- v-spacer
//- v-chip(label, color='white', small).primary--text coming soon
//- v-card-text
//- v-select(
//- :items='iconsets'
//- outlined
//- prepend-icon='mdi-border-vertical'
//- v-model='config.iconset'
//- label='Table of Contents Position'
//- persistent-hint
//- hint='Select whether the table of contents is shown on the left, right or not at all.'
//- )
v-card.mt-3.animated.fadeInUp.wait-p2s
v-toolbar(color='primary', dark, dense, flat)
v-toolbar(color='primary', dark, dense, flat)
v-toolbar-title.subtitle-1
{{
$t
(
`admin:theme.codeInjection`
)
}}
v-toolbar-title.subtitle-1
{{
$t
(
`admin:theme.codeInjection`
)
}}
v-card-text
v-card-text
...
...
client/components/admin/admin-users-edit.vue
View file @
a6fa4fb4
This diff is collapsed.
Click to expand it.
server/themes/default/theme.yml
0 → 100644
View file @
a6fa4fb4
name
:
Default
author
:
requarks.io
site
:
https://wiki.requarks.io/
version
:
1.0.0
requirements
:
minimum
:
'
>=
2.0.0'
maximum
:
'
<
3.0.0'
props
:
accentColor
:
type
:
String
title
:
Accent Color
hint
:
Color used in the sidebar navigation and other elements.
order
:
1
default
:
blue darken-2
control
:
color-material
tocPosition
:
type
:
String
title
:
Table of Contents Position
hint
:
Select whether the table of contents is shown on the left, right or not at all.
order
:
2
default
:
left
enum
:
-
left
-
right
-
hidden
server/themes/default/thumbnail.png
0 → 100644
View file @
a6fa4fb4
This diff was suppressed by a .gitattributes entry.
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