Mardo

Results 17 issues of Mardo

When you have multiple web applications in a project its not clean when you share the application reference. Current User Service loses its context definition if you have different claims...

Probably a bad title.. As a beginner in this eco-system this project currently has 160 repositories. As you can imagine that is a bit overwhelming for someone coming in new....

type: question

Is there any way to size a radio button?

If I need to put structure in a list item, how do I use something besides Layout? When I use Layout, when I press the list item the layout elements...

### Steps to reproduce the problem I notice a lot of double posts. The requests just be idempotent. ### Expected behaviour If I post the same message it should only...

bug

These are the same components

Is this supposed to work? The position isn't taking. ``` const success = (message: string) => { toast.custom((t) => { t.position = "bottom-center"; return ( {message} ); }); }; ```...

question

Is there anyway to differentiate when someone swipes to change the page vs when the index changes? I am getting caught in a loop by changing the scroll position and...

How would I go about getting the left coordinate of the item being dragged around in the hover event of useDrop? Everything I see that is available to me in...

### Describe the bug After a slideout is showen and closed, the dropdownmenu no longer works. ### Affected component/components DropdownMenu ### How to reproduce 1. Create a slide out 2....

bug