Add more todos

This commit is contained in:
erik 2024-03-19 15:30:56 +01:00
parent 884e38bdab
commit 84f236a58d

View file

@ -75,11 +75,13 @@
<!-- TODO: implement Err_FederationRepos somewhere -->
<div class="field {{if .Err_FederationRepos}}error{{end}}">
<label for="federation_repos">{{ctx.Locale.Tr "repo.settings.federation_labelname_repo"}}</label>
<!-- TODO: input is far from ideal, we might want something that allows for more overview -->
<input id="federation_repos" name="federation_repos" value="{{.Repository.FederationRepos}}" data-repo-name="{{.Repository.FederationRepos}}">
</div>
<div class="field">
<button class="ui primary button">{{ctx.Locale.Tr "repo.settings.update_settings"}}</button>
</div>
<!-- TODO: We need a way to display the currently federated repos. -->
</form>
</div>
{{end}}