fix dashboard error boundary flex issue, add Discord server issue template config

pull/42/head
dperolio 3 years ago
parent c537f3871c
commit 37cd772f88
No known key found for this signature in database
GPG Key ID: 3E9BBAA710D3DDCE

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discord Support Server
url: https://invite.vizality.com
about: If you need help with anything, join our Discord support server and ask in the appropriated channel.

@ -84,6 +84,9 @@
flex-flow: column;
width: 100%;
}
> .vz-error-boundary {
display: block;
}
}
.vz-dashboard-sidebar-header {

@ -209,7 +209,7 @@ export default class Plugin extends Updatable {
message: `Directory "${path.replace(this.path + sep, '')}" has been removed.`
}))
.on('error', error =>
log({
error({
labels: [ 'Watcher', ...this._labels ],
message: error
}))

Loading…
Cancel
Save