diff --git a/.eslintignore b/.eslintignore index 96e49da53..cd0c80673 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,5 @@ dist +docs client/lib **/*.html plugins/* diff --git a/README.md b/README.md index ffb54a4fd..a514d1ee1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ To set up a development environment or build from source, see [INSTALL.md](https To launch a Talk server of your own from your browser without any need to muck about in a terminal or think about engineering concepts, stay tuned. We will launch [our installer](https://github.com/coralproject/talk-install) shortly! - ### Configuration The Talk application looks for the following configuration values either as environment variables: @@ -45,6 +44,10 @@ sign and verify tokens via a `HS256` algorithm. Refer to the wiki page on [Configuration Loading](https://github.com/coralproject/talk/wiki/Configuration-Loading) for alternative methods of loading configuration during development. +## Plugins + +Talk ships with a plugin architecture that allows developers to significantly extend the platform. For more information, see our [plugin documentation](docs/PLUGINS.md). + ## Supported Browsers ### Web diff --git a/client/coral-admin/src/components/ui/Header.css b/client/coral-admin/src/components/ui/Header.css index eba94d892..7cb68ecbf 100644 --- a/client/coral-admin/src/components/ui/Header.css +++ b/client/coral-admin/src/components/ui/Header.css @@ -73,6 +73,8 @@ font-weight: 500; background-color: transparent; transition: background-color 200ms; + font-weight: 100; + letter-spacing: .8; &:hover { background-color: #232323; @@ -80,6 +82,7 @@ &.active { background-color: #232323; + font-weight: 400; } } diff --git a/client/coral-admin/src/containers/ModerationQueue/components/CommentCount.css b/client/coral-admin/src/containers/ModerationQueue/components/CommentCount.css index 6ca30866a..b684d0f4a 100644 --- a/client/coral-admin/src/containers/ModerationQueue/components/CommentCount.css +++ b/client/coral-admin/src/containers/ModerationQueue/components/CommentCount.css @@ -3,12 +3,13 @@ background: #989797; margin: 2px; vertical-align: middle; - padding: 4px 7px; + padding: 1px 7px; border-radius: 2px; - margin-left: 10px; + margin-left: 2px; line-height: 20px; box-sizing: border-box; - height: 27px; + height: 21px; right: 0; margin-top: -2px; + font-size: 12px; } diff --git a/client/coral-admin/src/containers/ModerationQueue/components/ModerationHeader.js b/client/coral-admin/src/containers/ModerationQueue/components/ModerationHeader.js index 5d6e8b9de..1a982a68c 100644 --- a/client/coral-admin/src/containers/ModerationQueue/components/ModerationHeader.js +++ b/client/coral-admin/src/containers/ModerationQueue/components/ModerationHeader.js @@ -10,7 +10,7 @@ const ModerationHeader = (props) => ( props.asset ?
The following pages and posts are tagged with
+| Title | Type | Excerpt |
|---|---|---|
| {{page.title}} | +Page | +{% if page.summary %} {{ page.summary | strip_html | strip_newlines | truncate: 160 }} {% else %} {{ page.content | truncatewords: 50 | strip_html }} {% endif %} | +
| {{post.title}} | +Post | +{% if post.summary %} {{ post.summary | strip_html | strip_newlines | truncate: 160 }} {% else %} {{ post.content | truncatewords: 50 | strip_html }} {% endif %} | +
+{
+ "apples": "red fruit at the store",
+ "bananas": "yellow bananas in a bunch",
+ "carrots": "orange vegetables that grow in the ground",
+ "dingbats": "a type of character symbol on a computer",
+ "eggs": "chickens lay them, and people eat them",
+ "falafel": "a Mediterranean sandwich consisting of lots of different stuff i don't know much about",
+ "giraffe": "tall animal, has purple tongue",
+ "hippo": "surprisingly dangerous amphibian",
+ "igloo": "an ice shelter made by eskimos",
+ "jeep: "the only car that starts with a j",
+ "kilt": "something worn by scottish people, not a dress",
+ "lamp": "you use it to read by your bedside at night"
+ "manifold": "an intake mechanism on a car, like a valve, i think",
+ "octopus": "eight tentacles, shoots ink, lives in dark caves, very mysterious",
+ "paranoia": "the constant feeling that others are out to get you, conspiring against your success",
+ "qui": "a life force that runs through your body",
+ "radical": "someone who opposes the status quo in major ways",
+ "silly": "how I feel writing this dummy copy",
+ "taffy": "the sweets children like the most and dentists hate the worst",
+ "umbrella": "an invention that has not had any advancements in 200 years",
+ "vampire": "a paranormal figure that is surprisingly in vogue despite its basic nature",
+ "washington": "the place where tom was born",
+ "xylophone": "some kind of pinging instrument used to sound chime-like notes",
+ "yahoo": "an expression of exuberance, said under breath when something works right",
+ "zeta": "the way british people pronounce z",
+ "alpha": "the original letter of the alphabet, which has since come to mean the first. however, i think the original symbol of alpha is actually an ox. it is somewhat of a mystery to linquists as to the exact origin of the letter alpha, but it basically represents the dawn of the alphabet, which proved to be a huge step forward for human thought and expression.",
+ "beta": "the period of time when something is finished but undergoing testing by a group of people.",
+ "cappa": "how italians refer to their baseball caps",
+ "dunno": "informal expression for 'don't know'"
+ }
+
+
+
+