agavalda
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Recent Activity
Created comment
do you see on server start that give-ui mod was loaded?
Nov 6, 2025 9:37 AM
View details
Created comment
looks like the server is not under "https" ? you should use "http://..." instead of the current "https://...." in the login screen of give-ui
Nov 6, 2025 9:18 AM
View details
Created comment
do you see in the server log that the mod was loaded? what is the exact error message? it should give more details than "connection error"
Nov 6, 2025 8:22 AM
View details
Created comment
any idea how you end with that wrong data there? some other mod?
Oct 28, 2025 12:36 PM
View details
Created comment
your profile contains a string instead of number in an item property `StackObjectsCount`
You can do a search and replace in your profile or you can share it and i can fix it for you
Oct 28, 2025 7:58 AM
View details
Created comment
I uploaded a new version, basically changes:
- allow to change quantity of items in the dialog
- removed the delete item from the dialog, now you have to set 0 the amount and click update
- added the selected bundle in the footer
Whenever you have time give it a try, im not in a hurry so feel free to do check whenever is good for you
Oct 27, 2025 12:13 PM
View details
Hi there, got it working haha. Thanks for letting me help out, here’s some feedback after testing: