feat(profile)!: replace sidebar and add avatar navigation
Rename the global Sidebar route, UI, assets, analytics, and payment return context to Profile. Add accessible message-avatar navigation and preserve the source character across auth and logout flows. BREAKING CHANGE: /sidebar has been removed; use /profile instead.
This commit is contained in:
@@ -29,7 +29,7 @@ export function parseSubscriptionReturnTo(
|
||||
if (
|
||||
returnTo === "chat" ||
|
||||
returnTo === "private-room" ||
|
||||
returnTo === "sidebar"
|
||||
returnTo === "profile"
|
||||
) {
|
||||
return returnTo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user