Everything posted by GuildDarts
-
[Plugin] Docker Folder
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/')
-
[Plugin] Docker Folder
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
-
[Plugin] Docker Folder
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 )
-
[Plugin] Docker Folder
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
-
[Plugin] Docker Folder
Wow thanks (you're fast) @Jad i wont do it as its gonna be in the next version of unraid
-
[Plugin] Docker Folder
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.
-
[Plugin] Docker Folder
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
-
[Plugin] Docker Folder
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
-
[Plugin] Docker Folder
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
-
[Plugin] Docker Folder
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
-
[Plugin] Docker Folder
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.
-
[Plugin] Docker Folder
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
-
[Plugin] Docker Folder
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)
-
[Plugin] Docker Folder
@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
-
[Plugin] Docker Folder
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 )
-
[Plugin] Docker Folder
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)
-
[Plugin] Docker Folder
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
-
[Plugin] Docker Folder
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
-
[Plugin] Docker Folder
Update Added: Basic help info Added: Preview log icon Change: Style a bit
-
[Plugin] Docker Folder
Sounds good PM on forums and i will send discord ID
-
[Plugin] Docker Folder
Very strange. You are not getting any errors in browser console right? I'm a bit unsure as what might be the issue. If you're not getting any errors would you be willing to do teamviewer?
-
[Plugin] Docker Folder
-
[Plugin] Docker Folder
Could you check browser console and see if you get any errors? Could you try and reorder any docker or folder in the docker tab. Reordering saves the current order to 'userprefs.cfg'
-
[Plugin] Docker Folder
Yeah i don't think this is an issue with docker.folder, not trying to shift blame It does not make any sense to me why after you remove the plugin that its still in the plugins tab. The only thing i can think of is to manual make the plugin folder and put the docker.folder.plg in the folder and see if can uninstall. Could you maybe make a new post under general support and ask why you cant remove plugin as i have no clue. Maybe someone more knowledgeable can answer Sorry for not being of more help just really have no idea and this is a bit out of my comfort zone. Edit: Something that might be worth a try is a restart. As i think that all plugins get installed on startup. So since you removed all the files from the flash it won't be able to install. Tried deleting my docker.folder.plg and got the same plugin with missing icon thing.
-
[Plugin] Docker Folder
First of let my just say that i have never experience anything like this, so i might be totally wrong It's really weird that it would not uninstall and reinstall. You said that the 'add folder' button was still there even when you uninstalled. To me this kinda makes it sound like not an issue with docker.folder, but plugins in general. Are you able to install/uninstall other plugins without issues?