Mattaton Posted June 5 Share Posted June 5 15 minutes ago, Masterwishx said: yea also changed to --container-logo-scale-hov Excellent. I updated all three themes on the repo with these changes. 1 Quote Link to comment
Masterwishx Posted June 6 Share Posted June 6 (edited) On 6/5/2024 at 6:06 PM, Mattaton said: Excellent. I updated all three themes on the repo with these changes Also updated same way dashboard and Folder icons in docker page : /*************************************************/ /* FOLDER LOGO ICON HOVER EFFECTS */ /*************************************************/ .folder-outer img.img { /* Desaturate folder image */ filter: saturate(var(--folder-logo-saturation)); /* Add a transition for smooth scaling */ transition: transform 0.3s ease; } .folder-outer img.img:hover { /* Saturate folder image on hover - Values above 1 will further saturate */ filter: saturate(var(--folder-logo-saturation-hov)); /* Scale the image on hover */ transform: scale(var(--folder-logo-size-hov)); } Edited June 6 by Masterwishx changed to this code 1 Quote Link to comment
Mattaton Posted June 6 Share Posted June 6 24 minutes ago, Masterwishx said: Also updated same way dashboard and Folder icons in docker page : /* Folder image */ .folder-outer img.img { width: var(--folder-logo-size); height: var(--folder-logo-size); margin-right: var(--folder-logo-mrgright); /* Desaturate folder image */ filter: saturate(var(--folder-logo-saturation)); /* Add a transition for smooth scaling */ transition: transform 0.3s ease; } .folder-outer img.img:hover { /* Saturate folder image on hover - Values above 1 will further saturate */ filter: saturate(var(--folder-logo-saturation-hov)); /* Scale the image on hover */ transform: scale(var(--folder-logo-size-hov)); } Nice! Since we have now moved the ability to disable the image saturation to the vars file for easy access, I think I should probably move the rules for the container image into the organized grouping/flow of the CSS file instead of having it at the very top. More like how the rules are for the folder icon/image (that you show above) are organized with other rules for that area. 1 Quote Link to comment
Vitek Posted July 28 Share Posted July 28 There is a bug with port mappings (IP addresses) when container uses network from other container. qBittorrent shows the same IP as Nextcloud but it should have GluetunVPN IP (192.168.0.134) Quote Link to comment
scolcipitato Posted July 28 Author Share Posted July 28 1 hour ago, Vitek said: There is a bug with port mappings (IP addresses) when container uses network from other container. qBittorrent shows the same IP as Nextcloud but it should have GluetunVPN IP (192.168.0.134) What you see is what unraid provides, those rows are the same as the ones without the plugin. 1 Quote Link to comment
gurulee Posted August 4 Share Posted August 4 I would love to see an option to hide the Autostart and Uptime column for the group rows when compressed, but display it when the group is expanded ? Quote Link to comment
Mattaton Posted August 4 Share Posted August 4 38 minutes ago, gurulee said: I would love to see an option to hide the Autostart and Uptime column for the group rows when compressed, but display it when the group is expanded ? Might be possible with custom CSS, but given we're dealing with a table, it could be difficult to pull off. Hiding the entire column is easy, but only hiding the column in compressed rows is tricky since the column is persistent through compressed and expanded rows. Kinda all or nothing. 1 Quote Link to comment
phil1c Posted August 6 Share Posted August 6 I'm transitioning certain containers to compose stacks. I use folders to sort by the primary function of groups of containers (ie: media related, system utilities, network utilities, documentation, etc). When using labels in my compose files, I assign all if the containers of a stack to the folder corresponding with the overall function (ex: my nextcloud stack has a mariadb container, a redis container, a container for Collabora, and the nextcloud container; these all get assigned to my "file management" folder). I'd like to be able to keep those containers sorted next to each other within the folder. However, I can't rearrange any of the containers in a compose stack when they're added via labels. Is there some other way besides the normal drag-n-drop to rearrange these containers in each folder? Containers from compose stacks in a folder: Edit Folder page. Note the grayed-out "Included" toggle for compose containers. They cannot be dragged to move. Quote Link to comment
Unraid-arr Posted August 8 Share Posted August 8 Updating one of the folders to add a new docker container I installed. Folderview plugin deleted all other folders and f·ed up the page. I had flash backup with unraid connect online thing. That does not let me download the old version of file. Thankfully, I had the manual backups configured via CA backup plugin. I do not have the patience to redo all the folders. TBH I was going to uninstall this plugin if I had not found that backup. Thanks! Quote Link to comment
phil1c Posted August 10 Share Posted August 10 @scolcipitato Could you point me in the right direction for my question here? Quote Link to comment
scolcipitato Posted August 10 Author Share Posted August 10 On 8/7/2024 at 1:14 AM, phil1c said: I'm transitioning certain containers to compose stacks. I use folders to sort by the primary function of groups of containers (ie: media related, system utilities, network utilities, documentation, etc). When using labels in my compose files, I assign all if the containers of a stack to the folder corresponding with the overall function (ex: my nextcloud stack has a mariadb container, a redis container, a container for Collabora, and the nextcloud container; these all get assigned to my "file management" folder). I'd like to be able to keep those containers sorted next to each other within the folder. However, I can't rearrange any of the containers in a compose stack when they're added via labels. Is there some other way besides the normal drag-n-drop to rearrange these containers in each folder? Containers from compose stacks in a folder: Edit Folder page. Note the grayed-out "Included" toggle for compose containers. They cannot be dragged to move. If you add container to folder using labels, you can't rearrange them. 1 Quote Link to comment
phil1c Posted August 10 Share Posted August 10 10 hours ago, scolcipitato said: If you add container to folder using labels, you can't rearrange them. Easy enough. Thanks for confirming. Quote Link to comment
MammothJerk Posted August 11 Share Posted August 11 I remember from the old docker folders plugin there was an option to indicate if a container with autostart enabled is not running, the green play symbol would turn into a yellow pause symbol. This to indicate that a container with autostart enabled is no longer running. This was very useful to me since i have some big folders and its hard to see at a glance if something crashed or not. Is it possible to add this function to folderview? Quote Link to comment
Jaycedk Posted August 11 Share Posted August 11 On 7/28/2023 at 11:22 PM, scolcipitato said: Using custom CSS/scripts is easy, just download the files and import it with the button in the settings. Here is a list of repository with custom CSS: hernandito Mattaton For the ones brave enough to make custom CSS or scripts, on GitHub you will find a README with all the instruction, if you have question you can DM me or ask it here. @MammothJerk See first post. You will need custom CSS to fix that. 1 Quote Link to comment
peterbata Posted August 11 Share Posted August 11 (edited) Hello all. I am not sure if my memory is failing me or not but I honestly don't recall having seen this information appear below my VMS list before. I know that I received a notification today saying that there was an update available for FolderView (Installed Version: 2024.08.11). Would this have anything to do with it. Thank you for your time and assistance. Peter Edited August 11 by peterbata Quote Link to comment
scolcipitato Posted August 11 Author Share Posted August 11 3 minutes ago, peterbata said: Hello all. I am not sure if my memory is failing me or not but I honestly don't recall having seen this information appear below my VMS list before. I know that I received a notification today saying that there was an update available for FolderView. Would this have anything to do with it. Thank you for your time and assistance. Peter This is a feature of unraid. 1 Quote Link to comment
SimonF Posted August 11 Share Posted August 11 7 minutes ago, peterbata said: Hello all. I am not sure if my memory is failing me or not but I honestly don't recall having seen this information appear below my VMS list before. I know that I received a notification today saying that there was an update available for FolderView (Installed Version: 2024.08.11). Would this have anything to do with it. Thank you for your time and assistance. Peter Click on vm name to show and hide details. 2 Quote Link to comment
peterbata Posted August 12 Share Posted August 12 18 hours ago, scolcipitato said: This is a feature of unraid. Thank you for chiming in. What feature might that be. I logged back into Unraid this morning, clicked on VMS and things appear to have gone back to normal. I have no explanation as to how that may have happened. I did nothing but am pleased. Quote Link to comment
Mattaton Posted August 12 Share Posted August 12 (edited) 16 minutes ago, peterbata said: Thank you for chiming in. What feature might that be. I logged back into Unraid this morning, clicked on VMS and things appear to have gone back to normal. I have no explanation as to how that may have happened. I did nothing but am pleased. If you click the name of a VM, that info will show beneath it. Click the name again and it will hide the info. As @scolcipitato said, this is just what vanilla unRAID does. Not a feature added by FolderView plugin. EDIT: I see @SimonF already explained how clicking the VM name works. 🙂 Edited August 12 by Mattaton 1 Quote Link to comment
peterbata Posted August 12 Share Posted August 12 @Mattaton Thank you for your input. I understand now. Much appreciated. I was clicking on the VM's icon and not the name. All good now. Have yourselves a safe and enjoyable day / night wherever you might be. Peter 1 Quote Link to comment
Mattaton Posted August 12 Share Posted August 12 Just now, peterbata said: @Mattaton Thank you for your input. I understand now. Much appreciated. I was clicking on the VM's icon and not the name. All good now. Have yourselves a safe and enjoyable day / night wherever you might be. Peter Yes, sir. You do the same, Peter. 🙂 1 Quote Link to comment
PartyingChair Posted 3 hours ago Share Posted 3 hours ago I feel like I'm missing something. I set up animated icons, but I really only want them animated on hover. Ibracorps video shows this as an option, but I don't see it in my options. Am I missing something, or was that removed? Quote Link to comment
Recommended Posts
Posted by Jaycedk,
8 reactions
Go to this post
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.