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 |
|
gingervitis
|
d0eb1446f3
|
fixes for various admin issues (#181)
* up max char count for variant name to fix https://github.com/owncast/owncast/issues/1037
* max widthing the line chart canvas size so it scales with the page.
fixes
- https://github.com/owncast/owncast/issues/842
- https://github.com/owncast/owncast/issues/1024
* A fix to make Storage Endpoint URL validation have better feedback.
- give the field a type of "url"
- give the field a pattern to check
- have native browser handle the validation
- if the field is invalid, use :invalid selector to turn the text red on blur.
fixes: https://github.com/owncast/owncast/issues/1000
* a fix for https://github.com/owncast/owncast/issues/874
* - fixes for https://github.com/owncast/owncast/issues/972
Add optional prop to text field to trim() whitespaces from field. Apply logic to mostly url fields.
- move textfield blur if invalid turn red to globaal
* - a fix for bug: https://github.com/owncast/owncast/issues/998
don't return null if platform name not found because its custom.
- clean up react key problem on socialhandles table
* fix react key issue on Actions table
* fix for https://github.com/owncast/owncast/issues/1008 to display 'other' field when editing an item not in predefined social list
* clean up other potential react key warnings
* Prettified Code!
Co-authored-by: gingervitis <gingervitis@users.noreply.github.com>
|
2021-05-22 23:27:51 -07:00 |
|
Gabe Kangas
|
190b15e592
|
Limit icon size. Closes https://github.com/owncast/owncast/issues/890
|
2021-04-04 20:06:26 -07:00 |
|
Gabe Kangas
|
3fc7619367
|
Clear actions modal on save
|
2021-03-31 21:34:55 -07:00 |
|
Gabe Kangas
|
aefe884daf
|
Stop leaking instances via links. Closes https://github.com/owncast/owncast/issues/822
|
2021-03-22 20:43:58 -07:00 |
|
Gabe Kangas
|
2f27f516dc
|
Only allow SSLed urls for external actions. Closes https://github.com/owncast/owncast/issues/833
|
2021-03-17 21:26:27 -07:00 |
|
Gabe Kangas
|
195ac23bb2
|
Admin support for creating 3rd party external link actions (#72)
* WIP external actions
* Add comment
* Add support for external actions icons and colors
|
2021-03-15 15:27:19 -07:00 |
|