I like it. It looks like a good place to browse through different UI elements.
There are a few places where your UI needs a little polish (The bar at the bottom isn't very responsive and can be janky, there's some issues with box overlap, there's a few places where alignment looks off). All in all I think it's a great start and I'm excited to see where you'll take it. If you get around to it could we have something like this for React-Native ;)?
Thanks a lot for the feedback!
I'm a developer and love great designs but miss, unfortunately, the design skill :(
so decided to practice that skill with this side project.
A lot of optimizations are on my roadmap (especially mobile support).
Wow, that is strange.
Lazy loading is something that I working on.
Currently, the entire gallery will be rendered on page load and that is a nogo for a bigger gallery.
8 comments
[ 1.9 ms ] story [ 26.0 ms ] threadThere are a few places where your UI needs a little polish (The bar at the bottom isn't very responsive and can be janky, there's some issues with box overlap, there's a few places where alignment looks off). All in all I think it's a great start and I'm excited to see where you'll take it. If you get around to it could we have something like this for React-Native ;)?
A lot of optimizations are on my roadmap (especially mobile support).
Regarding React-Native: will think about that!
thanks again
Running the Chrome Devtools profiler[1], it seems like the animated GIFs or some other scroll effects are causing Blink's renderer to go crazy.
I guess running/loading animated GIFs only when they're in focus is a better idea.
[1]: https://imgur.com/a/8TnvrqL
Thanks for your feedback.