Remove legacy frontend assets and update gallery routes
This commit is contained in:
@@ -14,6 +14,11 @@ export default function ArtworkAuthor({ artwork, presentSq }) {
|
||||
: null
|
||||
|
||||
const onToggleFollow = async () => {
|
||||
if (following) {
|
||||
const confirmed = window.confirm(`Unfollow @${user.username || user.name || 'this creator'}?`)
|
||||
if (!confirmed) return
|
||||
}
|
||||
|
||||
const nextState = !following
|
||||
setFollowing(nextState)
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user