
Orbitas
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
I'm certain you can figure it out! The peak of convenience on that UI would be a dropdown to select a profile to which to send the finalized package. Given that you select a profile at the start, it might make sense to have this inferface be parallel to that. So when you start give-ui, you either select a profile to work on giving items to as normal, or package mode where you build a package and can select a profile to send it?
Oct 18, 2025 12:55 PM
View details
Liked comment
I have to think a bit how the UI would look for that... i would need some kind of form to name those prizes and some search of items on top... need to think :)
Oct 18, 2025 12:50 PM
View details
Created comment
your cart idea, and saving it, both sound absolutely ideal honestly! That would be absolutely perfect for sending out prize bundles to people
Oct 17, 2025 11:58 PM
View details
Liked comment
i was thinking that trying to set up a container with specific items inside might be a pain, since i would have to calculate how many items can fit inside....
what if you would be able to select N items and add them into some kind of "cart" and then send them at once, that would be good for your use case?
Oct 17, 2025 11:56 PM
View details
Liked comment
also would you expect to save this "pre-packaged" items to re-send later?
Oct 17, 2025 11:56 PM
View details
Liked comment
currently there is no way to do that, but it's an interesting idea.... i might think about it in the near future
Oct 17, 2025 1:40 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.