Profile page UI and functionality implemented

This commit is contained in:
adilallo
2026-04-25 17:57:58 -06:00
parent 7dd2562bae
commit 68517796a9
103 changed files with 4439 additions and 1476 deletions
+7
View File
@@ -79,6 +79,13 @@ describe("createFlowStateSchema", () => {
expect(r.success).toBe(false);
});
it("rejects communityContext longer than 200 chars", () => {
const r = createFlowStateSchema.safeParse({
communityContext: "x".repeat(201),
});
expect(r.success).toBe(false);
});
it("accepts communityStructureChipSnapshots with custom chip rows", () => {
const r = createFlowStateSchema.safeParse({
communityStructureChipSnapshots: {