Compare commits

..

No commits in common. "3863edb8718045285f52c013d06842b870ea719d" and "288fa3719751f5acae8d3c81abc2c28802a721e6" have entirely different histories.

2 changed files with 5 additions and 2 deletions

View File

@ -119,7 +119,7 @@ export default function useCrossposter () {
removeToast() removeToast()
} }
const removeToast = toaster.warning( const removeToast = toaster.danger(
<> <>
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.warning(`crossposting failed: ${errorMessage}`) return toaster.danger(`Error crossposting: ${errorMessage}`)
} }
async function handleEventCreation (item) { async function handleEventCreation (item) {

View File

@ -232,7 +232,10 @@ 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(