mirror of
https://github.com/discourse/discourse.git
synced 2025-04-17 00:39:31 +08:00
Fix prettier offenses
This commit is contained in:
parent
3fe646b94d
commit
11ce7b5e18
@ -5,15 +5,16 @@ export const POPULAR_THEMES = [
|
||||
preview: "https://theme-creator.discourse.org/theme/awesomerobot/graceful",
|
||||
description: "A light and graceful theme for Discourse.",
|
||||
meta_url:
|
||||
"https://meta.discourse.org/t/a-graceful-theme-for-discourse/93040",
|
||||
"https://meta.discourse.org/t/a-graceful-theme-for-discourse/93040"
|
||||
},
|
||||
{
|
||||
name: "Material Design Theme",
|
||||
value: "https://github.com/discourse/material-design-stock-theme",
|
||||
preview: "https://theme-creator.discourse.org/theme/tshenry/material-design",
|
||||
preview:
|
||||
"https://theme-creator.discourse.org/theme/tshenry/material-design",
|
||||
description:
|
||||
"Inspired by Material Design, this theme comes with several color palettes (incl. a dark one).",
|
||||
meta_url: "https://meta.discourse.org/t/material-design-stock-theme/47142",
|
||||
meta_url: "https://meta.discourse.org/t/material-design-stock-theme/47142"
|
||||
},
|
||||
{
|
||||
name: "Minima",
|
||||
@ -21,7 +22,7 @@ export const POPULAR_THEMES = [
|
||||
preview: "https://theme-creator.discourse.org/theme/awesomerobot/minima",
|
||||
description: "A minimal theme with reduced UI elements and focus on text.",
|
||||
meta_url:
|
||||
"https://meta.discourse.org/t/minima-a-minimal-theme-for-discourse/108178",
|
||||
"https://meta.discourse.org/t/minima-a-minimal-theme-for-discourse/108178"
|
||||
},
|
||||
{
|
||||
name: "Sam's Simple Theme",
|
||||
@ -30,7 +31,7 @@ export const POPULAR_THEMES = [
|
||||
description:
|
||||
"Simplified front page design with classic colors and typography.",
|
||||
meta_url:
|
||||
"https://meta.discourse.org/t/sams-personal-minimal-topic-list-design/23552",
|
||||
"https://meta.discourse.org/t/sams-personal-minimal-topic-list-design/23552"
|
||||
},
|
||||
{
|
||||
name: "Brand Header",
|
||||
@ -38,7 +39,7 @@ export const POPULAR_THEMES = [
|
||||
description:
|
||||
"Add an extra top header with your logo, navigation links and social icons.",
|
||||
meta_url: "https://meta.discourse.org/t/brand-header-theme-component/77977",
|
||||
component: true,
|
||||
component: true
|
||||
},
|
||||
{
|
||||
name: "Custom Header Links",
|
||||
@ -47,7 +48,7 @@ export const POPULAR_THEMES = [
|
||||
"https://theme-creator.discourse.org/theme/Johani/custom-header-links",
|
||||
description: "Easily add custom text-based links to the header.",
|
||||
meta_url: "https://meta.discourse.org/t/custom-header-links/90588",
|
||||
component: true,
|
||||
component: true
|
||||
},
|
||||
{
|
||||
name: "Category Banners",
|
||||
@ -57,7 +58,7 @@ export const POPULAR_THEMES = [
|
||||
description:
|
||||
"Show banners on category pages using your existing category details.",
|
||||
meta_url: "https://meta.discourse.org/t/discourse-category-banners/86241",
|
||||
component: true,
|
||||
component: true
|
||||
},
|
||||
{
|
||||
name: "Kanban Board",
|
||||
@ -66,7 +67,7 @@ export const POPULAR_THEMES = [
|
||||
description: "Display and organize topics using a Kanban board interface.",
|
||||
meta_url:
|
||||
"https://meta.discourse.org/t/kanban-board-theme-component/118164",
|
||||
component: true,
|
||||
component: true
|
||||
},
|
||||
{
|
||||
name: "Hamburger Theme Selector",
|
||||
@ -74,7 +75,7 @@ export const POPULAR_THEMES = [
|
||||
description:
|
||||
"Displays a theme selector in the hamburger menu provided there is more than one user-selectable theme.",
|
||||
meta_url: "https://meta.discourse.org/t/hamburger-theme-selector/61210",
|
||||
component: true,
|
||||
component: true
|
||||
},
|
||||
{
|
||||
name: "Header Submenus",
|
||||
@ -82,7 +83,7 @@ export const POPULAR_THEMES = [
|
||||
preview: "https://theme-creator.discourse.org/theme/Johani/header-submenus",
|
||||
description: "Lets you build a header menu with submenus (dropdowns).",
|
||||
meta_url: "https://meta.discourse.org/t/header-submenus/94584",
|
||||
component: true,
|
||||
component: true
|
||||
},
|
||||
{
|
||||
name: "Alternative Logos",
|
||||
@ -90,7 +91,7 @@ export const POPULAR_THEMES = [
|
||||
description: "Add alternative logos for dark / light themes.",
|
||||
meta_url:
|
||||
"https://meta.discourse.org/t/alternative-logo-for-dark-themes/88502",
|
||||
component: true,
|
||||
component: true
|
||||
},
|
||||
{
|
||||
name: "Automatic Table of Contents",
|
||||
@ -99,7 +100,7 @@ export const POPULAR_THEMES = [
|
||||
"Generates an interactive table of contents on the sidebar of your topic with a simple click in the composer.",
|
||||
meta_url:
|
||||
"https://meta.discourse.org/t/discotoc-automatic-table-of-contents/111143",
|
||||
component: true,
|
||||
component: true
|
||||
},
|
||||
{
|
||||
name: "Easy Responsive Footer",
|
||||
@ -107,6 +108,6 @@ export const POPULAR_THEMES = [
|
||||
preview: "https://theme-creator.discourse.org/theme/Johani/easy-footer",
|
||||
description: "Add a fully responsive footer without writing any HTML.",
|
||||
meta_url: "https://meta.discourse.org/t/easy-responsive-footer/95818",
|
||||
component: true,
|
||||
},
|
||||
component: true
|
||||
}
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user