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

Added fileserver to host static files and allow for ES6 modules #15

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

Niels1006
Copy link
Collaborator

@Niels1006 Niels1006 commented Nov 22, 2024

It is now possible to use ES6 modules, which makes developing and structuring things way easier.
Easily loading assets like images is also possible with this (#12)

…ully adding it as <script> with content.

- index.html is loaded as file from javascript now - split it into settings.html (internal) and index.html (user)
- Moved css to apply in iFrames to iFrame.css - iFrame.css is being load as file instead of applying styles with javascript.
- Added logger.js - fixes #13
@Niels1006 Niels1006 added enhancement New feature or request in work It is still being worked on labels Nov 24, 2024
@Niels1006 Niels1006 merged commit 50021f0 into main Dec 17, 2024
1 check passed
@Niels1006 Niels1006 deleted the fileserver branch December 17, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in work It is still being worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant