add a datetime picker

Unfortunately the datetime picker does not support seconds. But it is
one of the few that support date and time and are flexible enough to
be used with VueJS.
This commit is contained in:
2018-08-04 08:32:04 +00:00
parent 6871e250ad
commit 182d1edd97
8 changed files with 53 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ public class DataStore implements AutoCloseable {
final long start = System.nanoTime();
final Stream<ListingFileEntry> files = folderStorage.list();
files// .parallel()
files.parallel()
.forEach(listingFileEntry -> {
listingFileEntry.unsetRelativePath(); // unset the path, so that we don't store it for every document (will