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 @@ describe("external entry navigation", () => {
|
||||
ROUTES.chat,
|
||||
);
|
||||
expect(resolveExternalEntryTarget({ target: "/tip" })).toBe(ROUTES.chat);
|
||||
expect(resolveExternalEntryTarget({ target: "sidebar" })).toBe(ROUTES.chat);
|
||||
expect(resolveExternalEntryTarget({ target: "profile" })).toBe(ROUTES.chat);
|
||||
});
|
||||
|
||||
it("routes every tip entry to the tier selection page", () => {
|
||||
|
||||
Reference in New Issue
Block a user