Add keyboard shortcuts (#637)

* Add documentation
* Fix manual styling
* Add dialog for setting Movie images
* Mention manual in README
This commit is contained in:
WithoutPants
2020-07-02 08:45:14 +10:00
committed by GitHub
parent 3157d748bc
commit bfeb7d1824
23 changed files with 698 additions and 30 deletions

View File

@@ -10,6 +10,7 @@ import Galleries from "src/docs/en/Galleries.md";
import Scraping from "src/docs/en/Scraping.md";
import Contributing from "src/docs/en/Contributing.md";
import SceneFilenameParser from "src/docs/en/SceneFilenameParser.md";
import KeyboardShortcuts from "src/docs/en/KeyboardShortcuts.md";
import Help from "src/docs/en/Help.md";
import { Page } from "./Page";
@@ -32,7 +33,7 @@ export const Manual: React.FC<IManualProps> = ({ show, onClose }) => {
},
{
key: "Interface.md",
title: "Interface",
title: "Interface Options",
content: Interface,
},
{
@@ -68,6 +69,11 @@ export const Manual: React.FC<IManualProps> = ({ show, onClose }) => {
title: "Metadata Scraping",
content: Scraping,
},
{
key: "KeyboardShortcuts.md",
title: "Keyboard Shortcuts",
content: KeyboardShortcuts,
},
{
key: "Contributing.md",
title: "Contributing",
@@ -116,7 +122,7 @@ export const Manual: React.FC<IManualProps> = ({ show, onClose }) => {
id="manual-tabs"
>
<Row>
<Col lg={3} className="mb-3 mb-lg-0">
<Col lg={3} className="mb-3 mb-lg-0 manual-toc">
<Nav variant="pills" className="flex-column">
{content.map((c) => {
return (