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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user