Skip to content

Layout adjustments and responsive design#4

Draft
Cyklon3000 wants to merge 1 commit intoblackears:masterfrom
Cyklon3000:master
Draft

Layout adjustments and responsive design#4
Cyklon3000 wants to merge 1 commit intoblackears:masterfrom
Cyklon3000:master

Conversation

@Cyklon3000
Copy link

Redesign of website (kept vanilla look), responsivity using grid layout,
random seed on load,
adjusted basis for clipboard copying (not available because of unsuficcient security),
Links to generator in 'How it works',
Patreon support link added (ionic icons are free to use, without attributution)

@blackears
Copy link
Owner

blackears commented Mar 2, 2023

That looks like a lot of changes. Is the main issue you're addressing that you were getting security errors when copying to clipboard?

Also, could you please restore the indentation of the <head> element? It would make the diff more readable.

};

// Requires save connection (HTTPS)
function copyClipboardCanvas()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Potential implementation of copying to clipboard implemented, but in order for browsers to actually copy those files into the clipboard they require a HTTPS connection, there for a implementation that doesn't work at the moment, because the website is missing a security certificate. (disabled by setting the buttons style to "display:none;" in line 196)

<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>

</html> No newline at end of file
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reimplemented indentation for and

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants