Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout adjustments and responsive design #4

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

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/[email protected]/dist/ionicons/ionicons.js"></script>
</body>

</html>
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