justin-schroeder / arrow-js

Reactivity without the framework
https://arrow-js.com
MIT License
2.38k stars 49 forks source link

Fixes #84 #85

Closed PickleNik closed 7 months ago

PickleNik commented 1 year ago

https://github.com/justin-schroeder/arrow-js/assets/31113245/d25f0086-dacc-4cdb-9e0a-72e50d7c16a7

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
arrow-js ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2023 8:08pm
PickleNik commented 1 year ago

sorry, autoformatter made a mess of a diff with indents

Screenshot 2023-07-28 at 4 10 02 PM

but the actual changes are just having a <section> wrapper for the content after h1s so that it gets picked up by the intersection observer

Screenshot 2023-07-28 at 4 10 38 PM Screenshot 2023-07-28 at 4 11 39 PM

and the class="examples" styles are only used for h3s inside it so that shouldn't break anything

justin-schroeder commented 7 months ago

Thanks!