- Add create/update/remove ad mutations with auth & ownership checks
- Ad detail screen: gallery placeholder, title, description, category
badge, location, price range, availability, rating, handyman info
card, start-chat and write-review buttons for non-owners,
edit/delete for ad owner, auth redirect for anonymous
- Create ad screen: 4-step form (category → title/description →
location → price/availability/submit), handyman-only guard,
edit mode via editId param
- Profile screen: user avatar/name/role/email/phone, my-ads
section for handymen with edit/delete, new-ad button, placeholder
my-posts section for customers, proper logout mutation
All UI text in Macedonian. TypeScript clean, Convex functions deployed.