mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-10 21:13:57 +08:00
Show Features in development and planned features
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user