niubility000
niubility000
> Great job! I think we can make it extensible and have an info button that opens a popup with file-related metadata. So this information should be provided by the...
> That's a great idea and I was already thinking about that when I was implementing #1234. > > I think it would be nice to provide the location already...
It's good idea to have a public folder for all users (or for specific users? It will be complicated ). But a filebrowser user can only visit files and folders...
> almost many month was passed at least any way to disable preview for all files? puff please any response! I think I have fixed it in my modified version....
Wow, you really did what I need. I tried it, and just found the the relocation is not very accurate. Only the first 15 lines works great. After that, it...
> For me that's is a very uncommon feature, i would expect to have the previewer state always reset. I don't know if that feature should be enabled by default....
Just change to the following in the files.vue. It works fine! for (let i = 0; i < 100000; i++) { if (this.req.items[i].name === detail.clicked) { this.$store.commit('addSelected', i) this.$store.commit('resetSelected') break...
Maybe we can add a choice box in personal settings: enable listing cache. It will be better.
*Position is reset when moving the image out of the screen, even just by a bit. When doing that on top of the image the preview moves to the bottom....
> Found some issues with this PR: > > * Similar gestures for different actions, the swipe right/left is used to navigate between images and also to move the preview....