Skip to content

Commit

Permalink
Scroll (#12)
Browse files Browse the repository at this point in the history
* ✨ render last news

* 🚧

* ✨ infinity scroll

* ✨ render last news

* 🚧

* 👌 review changes

* ✨ render last news

* 🚧

* 👌 review changes

* 🙈 ignore news

* ♻️ refactor js controllers

* 🐛 fix load news

* 🙈 feeds main in gitignore
  • Loading branch information
funtom48 authored Jul 20, 2020
1 parent 325db30 commit e1d932a
Show file tree
Hide file tree
Showing 15 changed files with 11,770 additions and 177 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.env
.idea
.vscode
.phpstorm.meta.php
.phpunit.result.cache
/node_modules
Expand All @@ -16,4 +17,6 @@ yarn-error.log
/public/index.html
/public/api/*.json
/public/*.html
/public/news
/public/feeds.main.xml

49 changes: 15 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
},
"dependencies": {
"bootstrap": "^4.5.0",
"handlebars": "^4.7.6",
"stimulus": "^1.1.1",
"turbolinks": "^5.2.0"
}
Expand Down
Loading

0 comments on commit e1d932a

Please sign in to comment.