GuildDarts

Members
  • Posts

    209
  • Joined

  • Last visited

Everything posted by GuildDarts

  1. Update Fixed: Refactor migration script and fix a few issues Fixed: folder export This should hopefully be fixed now, there was a bug that would covert an object into an array if there were no folders when a migration ran. Stemming from me not reading the docs Don't know if this is what caused your issue @L0rdRaiden, or if i need to fix something for 6.9.0
  2. Yeah might have something to do with running the beta as im not having the issue on stable. I don't really wanna upgrade my own system, as i think you cant just revert back without doing a few things (might be wrong tho) When you try start/stopping a docker could you check if you get any errors in browser console?
  3. Update Added: Global settings Added: Option to prevent docker page shifting @bambi73 This should fix it, the option is under "Global Settings" in the top right when editing/adding a folder. Changed a bit how the fix is a applied, so i hope it still works Added: Preview webui icon This update changes a few things about folders.json incase your folders are gone please report it. And there is a backup at "/boot/config/plugins/docker.folder/folders.backup.json" This should not happen but just in case
  4. Glad that you like it It's definitely possible to do, but it's not something that i would be willing to do right now sorry Might do it in the future as i have been thinking of doing folders for VMs, so i might also do for plugins then cuz why not
  5. Ups should be fixed now. I should really test a bit more when doing those kinds of changes I think you're spot on. I have an idea of how I might be able to fix it, will try it later today and see how it goes edit: So after a bit of playing around i found a fix. What i do is get the width of all the columns before the folders are created then apply the width once folders are created. I have attached a zip file with the changes so you can check if its works for you, as i was unable to get it to happen on all my folders even with Tree style tab on firefox. If it works for you and there are not issues, then i will add it as and option DockerFolder_Docker.zip (just replace the existing one in '/usr/local/emhttp/plugins/docker.folder/')
  6. Update Change: A few small style tweaks Change: Cleanup edit functions a bit @bambi73 sorry for taking so long for such a simple change For me only one of my folders makes the header jump a bit, and thats my bitwarden folder. I think it happens because the network text is wider, so that adds a bit of width and shifts the port and volume colums. Does it happen for all your folders or only some like me? i'm a bit unsure of the best way to fix this, but will try and figure it out
  7. Update Change: Improve chart performance a bit this is not that big of a performance boost but it's a boost Change: Make advanced context feel like default context Change: Added padding to preview log icon Fixed: Mapping tab only showing 2 ports and paths Fixed: expanding folder shifting EVERYTHING @bambi73 Think i did everything except the double preview line, did not like how it looked (also just a bit lazy ) it would make the folder twice as tall as a normal folder and i just think that looks a bit odd i swear i thought i was only adding padding to the Application column, but nope was doing it to all *facepalm (looks alot nicer now thanks )
  8. will do both of these looks like another advanced/basic view thing a forgot. If you load in advanced view they are all there. Will fix this and add scroll if more than can fit. Might also separate ports/paths This is by design, did not want it to make a new line because then it would make the folder twice as tall. I could add it as an option if you really want it tho? Will see what i can do about this, but no promises
  9. Wow thanks (you're fast) @Jad i wont do it as its gonna be in the next version of unraid
  10. When i tried without docker.folder it still happened for me, but just a bit. Also just tried disabling docker preview for folders and its the same for me as without docker.folder installed, so look like thats whats causing it. Will still think about doing it, but i like you said its an edge case, and im still in the mind set thats its roots lie with unraid. The reason why i'm so opposed to doing it, is that i have thought about including some css that would fix the "Container ID" being placed on the side, but have decided against it and i feel they are a bit similar issues.
  11. So it still happens without docker.folder that you have to horizontal scroll, however its no where near as bad as when the docker is inside a folder. i'm still a bit against changing it as the root issue is not with docker.folder will think about doing it, but i still think that theme engine is a good option
  12. While i do understand your frustration, i think it might be in the feature creep territory. I feel it's a bit outside the scope folders for dockers. Again as this is not a bug with docker.folder it kinda feels wrong for me to fix it, when its not really what the plugin is about
  13. I dont think this is a docker.folder related issue more of a unraid itself issue What you could do its use theme engine and then in "Custom styling (advanced)" add something like .updatecolumn > div:last-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 125px; } hope this helps
  14. Update Added: preview update text the option is called "Make text orange on update" Change: Click folder name to edit folder Fixed: not getting data in basic view By default in unraid it stops getting the data when in basic view. I just made it get it even in basic view, however i cloud optimize it by only getting it for the dockers that are in folder with advancec context enabled Fixed: label-tab making preview bold Fixed: items not showing in advanced/basic view Fixed: Prevent opeing default context menu in advanced Fixed: Advanced context style fixes Fixed: preview icon causing horizontal scroll Fixed: folder page text overflow Fixed: preview/advanced context status not animating Fixed: renaming folder reseting sort order @bambi73 i think this update addresses everything you pointed up in your post above (except for the performance). Thanks again for your detailed post @Jad your issues should hopefully also be fixed
  15. will fix both of these about 2. im only getting a small bit of having to scroll, it's not the same as in your picture where half the page taken i thought it might be that long sha265 adding space, so i replaced the "by:" text with it and got similar results.
  16. This should be fixable forgot to make it also rename in the userprefs.cfg @hernandito pointed out to me that you might be taking about the docker names in the preview having bold text. If that's the case then that's a bug they are not supposed to be bold. Yeah also spotted this bug. There is probably a way for me to make it get the data even in basic view. Yeah i know it's not the most optimized thing ever, will ofcoure try and make it better but its never gonna be great. Might want to have an option to disable on mobile or if the device is not that powerfull Will do both of these will also fix this, thought i had done it
  17. glad that you like the advanced context menu, was a lot of fun the make It would very much be possible to add "Expand all" and "Hide all" button, my only question is where. Do you have any place in mind on the docker page? (i cant really think of a good place)
  18. @bambi73 should be fixed now, thanks for the excellent info It is indeed intentional, you can change the "Docker icon style" to "docker" and it will look like any old docker Alternative if you just wanna change the font you could use Theme Engine and use the "Enable custom styling" to modify the "label-tab" class font I added the popup preventing you from using a docker name, because the folder was just not loading when using the same name as a docker, and i was lazy that day so did not wanna figure out why I have also been asked to allow spaces and other such characters, so if i ever do that will hopefully remember to also fix this then Note while you cant use "home-assistant" you can use "Home-assistant" as a temp fix Forgot to add this just now when i updated, big ups way to late for me. Will add next update the reason its breaking is that i'm using the folder name as a class in a few places
  19. Update Added: Advanced context menu (thanks @hernandito) Fixed: Folders sometimes not loading Fixed: Log icon not showing in advanced view Fixed: Sort-order getting reset on sort (@bambi73 this should fix it )
  20. So just tried sorting my folders and also got the reset of sorting. Will be sure to fix this by next update (should be in 1-2 days)
  21. Yeah that's not supposed to happen. one thing you could try is "reset sorting" i know its not ideal but sometimes that fixes things hope that fixes if not i will think i bit hard about what might be causing it
  22. One week do to ISP that a long time holy moly It's very weird that "DOMOTIQUE" folder is not displaying Do you get any errors in browser console when loading the docker page, also does it only happen on the docker page or does it also not display on the dashboard
  23. Update Added: Basic help info Added: Preview log icon Change: Style a bit
  24. Sounds good PM on forums and i will send discord ID