Resolve Nextcloud save issue and added mockup code for files browser

https://github.com/the-djmaze/snappymail/issues/96#issuecomment-1282589485
This commit is contained in:
the-djmaze 2022-10-18 19:21:27 +02:00
parent 640f75da8d
commit a41afb17ad
4 changed files with 61 additions and 3 deletions

View file

@ -0,0 +1,12 @@
<header>
<a class="close" href="#" data-bind="click: close">×</a>
<h3 data-i18n="NEXTCLOUD/BROWSE"></h3>
</header>
<div class="modal-body form-horizontal">
TODO: built tree of directories and optional files
In case of directories: radiobutton to select one OR click selects
In case of files: checkbox to select (multiple)
</div>
<footer>
<a class="btn" data-bind="command: select" data-i18n="NEXTCLOUD/SELECT"></a>
</footer>