mirror of
https://github.com/romancm/gamebrary
synced 2025-02-25 11:17:10 +00:00
Show theme dropdown, comment out themes that aren't ready
This commit is contained in:
parent
cd2f4750ae
commit
acfb9fa055
2 changed files with 20 additions and 20 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
<wallpaper-upload />
|
||||
|
||||
<!-- <div class="setting">
|
||||
<div class="setting">
|
||||
<i class="fas fa-palette" />
|
||||
<h5>Global theme</h5>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
|||
{{ name }}
|
||||
</option>
|
||||
</select>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<div class="setting">
|
||||
<i class="fas fa-exclamation-triangle" />
|
||||
|
|
|
@ -8,15 +8,15 @@ export default [
|
|||
url: 'http://google.com',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'City lights',
|
||||
id: 'city-lights',
|
||||
description: 'Inspired on the awesome theme developed by YummyGum http://citylights.xyz/',
|
||||
author: {
|
||||
name: 'Gamebrary staff',
|
||||
url: 'http://gamebrary.com',
|
||||
},
|
||||
},
|
||||
// {
|
||||
// name: 'City lights',
|
||||
// id: 'city-lights',
|
||||
// description: 'Inspired on the awesome theme developed by YummyGum http://citylights.xyz/',
|
||||
// author: {
|
||||
// name: 'Gamebrary staff',
|
||||
// url: 'http://gamebrary.com',
|
||||
// },
|
||||
// },
|
||||
{
|
||||
name: 'Dark',
|
||||
id: 'dark',
|
||||
|
@ -26,13 +26,13 @@ export default [
|
|||
url: 'http://gamebrary.com',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Blue',
|
||||
id: 'blue',
|
||||
description: 'Blue theme',
|
||||
author: {
|
||||
name: 'Gamebrary staff',
|
||||
url: 'http://gamebrary.com',
|
||||
},
|
||||
},
|
||||
// {
|
||||
// name: 'Blue',
|
||||
// id: 'blue',
|
||||
// description: 'Blue theme',
|
||||
// author: {
|
||||
// name: 'Gamebrary staff',
|
||||
// url: 'http://gamebrary.com',
|
||||
// },
|
||||
// },
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue