Jannik
|
be5243f5f8
|
Update Next to 11.0.1 (including lint & import fixes) (#248)
* Bump next from 10.2.3 to 11.0.1
Bumps [next](https://github.com/vercel/next.js) from 10.2.3 to 11.0.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v10.2.3...v11.0.1)
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* 🚨 apply automatic linting
* 🎨 remove unused imports
* 🔇 allow console.* to give more debugging options
* 🎨 move stuff around to reduce linter messages
* 🚨 use destructuring so lint won't complain
* 📌 link Chartkick and Chart.js
Commit uses the linking code which was previously imported with
`import "chartkick/chart.js" [1]. Next did not like the import path,
but this does works now. ¯\_(ツ)_/¯
[1]: https://github.com/ankane/chartkick.js/blob/master/chart.js/chart.esm.js
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-07-09 11:42:01 -07:00 |
|
gabek
|
5676b38b98
|
Prettified Code!
|
2021-07-01 19:09:44 +00:00 |
|
Meisam
|
f64d06279d
|
Collapse news content in the admin home page (#236)
* use Collapse for news feed
* set url as the Panel key
|
2021-07-01 12:09:06 -07:00 |
|
Gabe Kangas
|
810a8a7e3f
|
allow empty and/or missing news
|
2021-04-11 23:56:41 -07:00 |
|
Gabe Kangas
|
70f33b624f
|
Show loading spinner for news component
|
2021-04-04 18:43:55 -07:00 |
|
Gabe Kangas
|
a6fa16c1bf
|
Add key to ArticleItem list
|
2021-04-04 18:30:38 -07:00 |
|
gingervitis
|
2c86fa34fd
|
add news feed (#99)
* add news feed
* Prettified Code!
Co-authored-by: gingervitis <gingervitis@users.noreply.github.com>
|
2021-04-03 21:25:21 -07:00 |
|