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