mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 18:38:36 +08:00
Add MarkdownToolbar to In Progress
This commit is contained in:
@ -230,6 +230,7 @@ feature:
|
|||||||
mermaid: Mermaid Diagram Support
|
mermaid: Mermaid Diagram Support
|
||||||
encryptedHosting: Encrypted Git Hosting
|
encryptedHosting: Encrypted Git Hosting
|
||||||
desktop: Desktop App
|
desktop: Desktop App
|
||||||
|
markdownToolbar: Markdown Toolbar
|
||||||
|
|
||||||
feature_timeline:
|
feature_timeline:
|
||||||
title: Feature Timeline
|
title: Feature Timeline
|
||||||
|
@ -40,11 +40,12 @@ class Features {
|
|||||||
static final inProgress = <String>[
|
static final inProgress = <String>[
|
||||||
tr("feature.graphVisualization"),
|
tr("feature.graphVisualization"),
|
||||||
tr("feature.mutliRepos"),
|
tr("feature.mutliRepos"),
|
||||||
tr("feature.customThemes"),
|
|
||||||
tr("feature.gitLog"),
|
tr("feature.gitLog"),
|
||||||
|
tr("feature.markdownToolbar"),
|
||||||
];
|
];
|
||||||
|
|
||||||
static final planned = <String>[
|
static final planned = <String>[
|
||||||
|
tr("feature.customThemes"),
|
||||||
tr("feature.latex"),
|
tr("feature.latex"),
|
||||||
tr("feature.mermaid"),
|
tr("feature.mermaid"),
|
||||||
tr("feature.encryptedHosting"),
|
tr("feature.encryptedHosting"),
|
||||||
|
Reference in New Issue
Block a user