Compare commits
2 Commits
288fa37197
...
3863edb871
Author | SHA1 | Date | |
---|---|---|---|
|
3863edb871 | ||
|
f7a170fff0 |
@ -119,7 +119,7 @@ export default function useCrossposter () {
|
|||||||
removeToast()
|
removeToast()
|
||||||
}
|
}
|
||||||
|
|
||||||
const removeToast = toaster.danger(
|
const removeToast = toaster.warning(
|
||||||
<>
|
<>
|
||||||
Crossposting failed for {failedRelays.join(', ')} <br />
|
Crossposting failed for {failedRelays.join(', ')} <br />
|
||||||
<Button
|
<Button
|
||||||
@ -145,7 +145,7 @@ export default function useCrossposter () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const crosspostError = (errorMessage) => {
|
const crosspostError = (errorMessage) => {
|
||||||
return toaster.danger(`Error crossposting: ${errorMessage}`)
|
return toaster.warning(`crossposting failed: ${errorMessage}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
async function handleEventCreation (item) {
|
async function handleEventCreation (item) {
|
||||||
|
@ -232,10 +232,7 @@ module.exports = withPlausibleProxy()({
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// const ignorePlugin = new webpack.IgnorePlugin({ resourceRegExp: /server\.js$/ })
|
|
||||||
|
|
||||||
config.plugins.push(workboxPlugin)
|
config.plugins.push(workboxPlugin)
|
||||||
// config.plugins.push(ignorePlugin)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
config.module.rules.push(
|
config.module.rules.push(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user