Pavithran Gridharan
Pavithran Gridharan
Got something here ;) ``` javascript $('.gallery').mousewheel(function(e) { e.preventDefault(); var flkty = Flickity.data(this); if (!window.wheeling) { // console.log('start wheeling!'); if(e.deltaX > 0 || e.deltaY < 0){ flkty.next(); } else if(e.deltaX...
I'm also experiencing this issue. I did remove all images and container, used volume prune. and restarted but still no change. Docker is currently blocking aroung 15GB of space. **System...
What could be the correct way to translate `mount`, `mounted`, `unmount` and `unmounted`? Reference: https://github.com/reactjs/de.reactjs.org/blame/master/content/docs/reference-react-component.md#L148
I was thinking that we might not need to save the author as a separate entity since the main goal of the application is just managing the books. So in...
Something like the following?
I'll make a PR with the prototype so that you people can take a look at it ✌️ EDIT: You can find the PR here: #6
Updated the PR to include a toggle for changing the view. I used the [Heroicons](https://heroicons.com/) for this.