Waldir Pimenta
Waldir Pimenta
Feel free to create a draft PR with that commit — we can iterate on the implementation there :)
To be clear, I don't really care if the dialog is closed via clicking outside it or pressing a button. The main goal here is to ensure the dialog still...
Here are some suggestions from ChatGPT, using the Code Interpreter feature: > Based on the content of the uploaded files, your web application (named Browserpad) seems to be a simple...
I'm pretty sure you need to use some of the [CSS styles](https://github.com/github/details-dialog-element/blob/main/example/index.html#L12-L40) they have in [the demo](https://github.github.io/details-dialog-element/example/index.html) to actually make this work :)
@SenadAlagic I am so sorry for my lack of response! :broken_heart: I haven't been able to properly maintain my projects and this is totally unfair for contributors. All is good...
@SenadAlagic I actually ended up going with a different approach. I kept the two functions separate, as merging them did not fix this bug, and in fact would have (re)introduced...
There isn't any cloud storage system implemented at the moment, but something using [GitHub gists](https://gist.github.com/) would make a lot of sense. I don't foresee having the bandwidth to work on...
From [css-tricks](https://css-tricks.com/snippets/html/responsive-meta-tag/): ``` html ``` Don't forget to make all text, links and buttons large enough to be clicked on. perhaps using media queries -- something like: ``` css @media...
That sounds sensible to me, @SenadAlagic! Though perhaps we could make the controls more compact. For example, are the stats, 80 column, print and save functionalities really something important to...