Dialogs are often used to accept user input or otherwise manipulate stored entities. As a result they frequently resize as changes are made to the dialog inner HTML. I'm not sure that there's a good Svelte way to solve this from the library side, but it would be really awesome if there's a simple way to abstract it. Otherwise we should at least include some basic documentation in the component doc providing a simple implementation example.
Dialogs are often used to accept user input or otherwise manipulate stored entities. As a result they frequently resize as changes are made to the dialog inner HTML. I'm not sure that there's a good Svelte way to solve this from the library side, but it would be really awesome if there's a simple way to abstract it. Otherwise we should at least include some basic documentation in the component doc providing a simple implementation example.
end
added the enhancement label 2026-06-16 10:26:03 -07:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Dialogs are often used to accept user input or otherwise manipulate stored entities. As a result they frequently resize as changes are made to the dialog inner HTML. I'm not sure that there's a good Svelte way to solve this from the library side, but it would be really awesome if there's a simple way to abstract it. Otherwise we should at least include some basic documentation in the component doc providing a simple implementation example.