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

Remove all external dependencies to make it truly single-file & offline #102

Open
HarryR opened this issue Dec 20, 2024 · 0 comments
Open

Comments

@HarryR
Copy link

HarryR commented Dec 20, 2024

This is great, but it's annoying to rely on external online dependencies.

It looks like it should be fairly straightforward but tedious to remove jQuery as a dependency, this can be done on a case by case basis to transition away without breaking the app, until finally it's all removed. Many of these could be moved into a small collection of utility functions, such as addClass(el, className). Alternatively native WebComponents could also be used and could similarly simplify the code.

Secondly, while you may really like the Barlow font, most people will be happy with system fonts, for example GitHub uses -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji".

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

No branches or pull requests

1 participant