Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matrix-Sasuke
pleroma-fe
Commits
52dd7c00
Commit
52dd7c00
authored
8 years ago
by
lain
Browse files
Options
Downloads
Patches
Plain Diff
Add Settings page.
parent
6de2dd04
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/settings/settings.js
+9
-0
9 additions, 0 deletions
src/components/settings/settings.js
src/components/settings/settings.vue
+22
-0
22 additions, 0 deletions
src/components/settings/settings.vue
with
31 additions
and
0 deletions
src/components/settings/settings.js
0 → 100644
+
9
−
0
View file @
52dd7c00
import
StyleSwitcher
from
'
../style_switcher/style_switcher.vue
'
const
settings
=
{
components
:
{
StyleSwitcher
}
}
export
default
settings
This diff is collapsed.
Click to expand it.
src/components/settings/settings.vue
0 → 100644
+
22
−
0
View file @
52dd7c00
<
template
>
<div
class=
"settings panel panel-default base00-background"
>
<div
class=
"panel-heading base01-background base04"
>
Settings
</div>
<div
class=
"panel-body"
>
<div
class=
"setting-item"
>
<h2>
Theme
</h2>
<style
-switcher
></style-switcher>
</div>
</div>
</div>
</
template
>
<
script
src=
"./settings.js"
>
</
script
>
<
style
>
.setting-item
{
margin
:
1em
}
</
style
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment