February 16, 20233 yr Author Yup I know... 2023.02.16a is now available which would fix the update problem . ooopsie
September 1, 20232 yr A CSS for this would be nice... Times New Roman font is so 1995. Some little color accent would be nice too. Thank you for this Squid! H.
May 17, 20242 yr Why blink when I have notes? Can I disable this? I have notes about when I run certain tasks like backups and maintenance to keep a clear picture in one place. So I have one big note at the Dashboard page. I don't want it blinking all the time and I'm well aware that i have notes. How about just making it red color when notes are available at a certain page. The blinking keeps me thinking I have to do something about it.
December 24, 20241 yr @Squid The save button is permanently disabled on my side, please make sure the elements are accessible by jQuery by waiting for the DOM to be fully loaded ($(document).ready()). Like so: <textarea id="UnraidNotes" style="font-family:Courier New; width:90%; margin-left:5%" rows="20" placeholder="Enter Notes Here"></textarea> <br><br> <center> <input id="saveButton" type="button" value="SAVE" disabled /> </center> <script> $(document).ready(function() { // Enable save button when textarea content changes $('#UnraidNotes').on('input', function() { $('#saveButton').prop('disabled', false); }); // Save changes function function saveChanges() { alert('Changes saved!'); } // Bind the save button click event $('#saveButton').on('click', saveChanges); }); </script>
March 8, 20251 yr On 5/17/2024 at 1:57 PM, leth said: How about just making it red color when notes are available at a certain page. The blinking keeps me thinking I have to do something about it. This this this. I really love this plugin, but the blinking makes me think something's wrong and it keeps my focus away from the rest of the GUI. I have to uninstall the plugin until this is addressed unfortunately. Just turning red would be great, or any color really.
April 17, 20251 yr On 5/17/2024 at 11:57 AM, leth said: How about just making it red color when notes are available at a certain page. The blinking keeps me thinking I have to do something about it. this this this! please! also the ability to edit css, or at least a dark mode would be fantastic!
April 26, 20251 yr @Squid May you share the repository so forks/improvements can be added? Or update the plugin? Please? Thx!
August 20, 2025Aug 20 I'm another wholy in the please let me turn off the blinking category, I love the plugin it does exactly what I need but the Blinking always makes me think something is wrong (As does the Red colour). So the option to change the colour and also turn of the blinking would be amazing
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.