You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the Download Page of the website, there is no button to copy the code And the
Cons
It requires the user to select it, which is not accurate sometimes, and it requires extra effort
it will be even easier to use
User Experience will be better
How I approach solving the problem.
First of all I would head towards any of the icon providers like, feather icons, box icons or font awesome, or bootstrap icons
From there, I would paste the HTML, right at the command div black part,
Make sure its at the most right part of the black div
And Lastly, I will add addEventListener to the icon and within that function, I will write the code to clipboard.add to install the command contents on the clipboard, either by fetching the HTML text content of the code tag
Else will add a parent tag as input and fetch the value of it
How much time will it require ?
I am not sure when will I raise a PR but it would barely take 10 mins to do so
If the reviewer found it an worthy and useful issue, Do assign me to this. I would like to contribute to Django
The text was updated successfully, but these errors were encountered:
At the Download Page of the website, there is no button to copy the code And the
Cons
How I approach solving the problem.
div
black part,div
addEventListener
to the icon and within that function, I will write the code toclipboard.add
to install the command contents on the clipboard, either by fetching theHTML
text content of thecode
taginput
and fetch the value of itHow much time will it require ?
If the reviewer found it an worthy and useful issue, Do assign me to this. I would like to contribute to Django
The text was updated successfully, but these errors were encountered: