-
Notifications
You must be signed in to change notification settings - Fork 37
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
implement a simple fancy loading page, for all navigation #533
Comments
/bounty $10 YES skeletons are ideal- let's have a general purpose skeleton the skeleton cannot load any javascript from src tags, it might be able to execute something basic in a custom script tag, but it has to be crazy lightweight, the fix is entirely in index.html |
💎 $10 bounty • tscircuitSteps to solve:
Thank you for contributing to tscircuit/snippets! Add a bounty • Share on socials
|
/attempt #533 Options |
/attempt #533
|
Note The user @Saurabhsing21 is already attempting to complete issue #533 and claim the bounty. We recommend checking in on @Saurabhsing21's progress, and potentially collaborating, before starting a new solution. |
💡 @Saurabhsing21 submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
- Added a simple and lightweight skeleton loading page for all navigation. - Ensured no JavaScript is loaded via <script> tags for security and performance. - Custom lightweight inline script is used for minimal interactivity. - Fixes issue tscircuit#533. - Implemented skeleton in `index.html` to show loading state until content is fully loaded. Signed-off-by: Saurabhsing21 <[email protected]>
- Added a simple and lightweight skeleton loading page for all navigation. - Ensured no JavaScript is loaded via <script> tags for security and performance. - Custom lightweight inline script is used for minimal interactivity. - Fixes issue tscircuit#533. - Implemented skeleton in `index.html` to show loading state until content is fully loaded. Signed-off-by: Saurabhsing21 <[email protected]>
The text was updated successfully, but these errors were encountered: