Show Features in development and planned features

This commit is contained in:
Vishesh Handa
2020-08-19 13:23:49 +02:00
parent 971e73af09
commit d6fb63c696
3 changed files with 38 additions and 0 deletions

View File

@ -36,6 +36,19 @@ class Features {
Feature.yamlTagsKey,
Feature.customMetaData,
];
static final inProgress = <String>[
tr("feature.graphVisualization"),
tr("feature.mutliRepos"),
tr("feature.customThemes"),
tr("feature.gitLog"),
];
static final planned = <String>[
tr("feature.latex"),
tr("feature.mermaid"),
tr("feature.encryptedHosting"),
];
}
class Feature {