6 ms·
Harmonic is my main way to interact with HN.(writing this on Harmonic) Love the ux of just pushing articles down for the articles and was curious how it was imp
by AugurCognito 3y ago
Harmonic is my main way to interact with HN.(writing this on Harmonic) Love the ux of just pushing articles down for the articles and was curious how it was implemented and why other applications don't do it. Thanks for creating and open sourcing Harmonic.
- swesnow 3y agoGlad that you like it! It is a BottomSheet (https://m2.material.io/components/sheets-bottom https://m2.material.io/components/sheets-bottom) which is a Material design component from Google and they handle a lot of the complexity (although the implementation in the app has a few bugs) which is nice
- AugurCognito 3y agoThanks for the reply! Your implementation looks like a very ingenious way to use bottom sheet.