What we have shipped and what is coming next.
May 27, 2026
v0.1.9 - Logo everywhere, mobile layout fixed
- Logo image replaces Landlord text in nav across all 9 pages
- Landing page hero content properly sized for mobile - headline scales with viewport
- CTA buttons full width on mobile with proper spacing
- Browse page mobile padding, filter chips scroll horizontally
- List page mobile - step bar, ratings, form fields all tightened
- Modal popup mobile padding fixed
May 27, 2026
v0.1.8 - Login, modal and admin fixes
- Google sign in fixed - broken JS cleaned up, proper error handling added
- Browse without sign in fixed - skipLogin now correctly hides overlay and loads listings
- 10-second modal fixed - session key updated so it shows fresh
- Admin panel fixed - now sends correct auth headers to new backend
- Admin approve/reject fixed - uses correct PATCH endpoint
May 27, 2026
v0.1.7 - Listing submission working
- Listing submission confirmed working end to end
- Clean backend deployed to Railway successfully
- Supabase schema created - all tables live
- landlord-files storage bucket confirmed public
- Photos upload to Supabase Storage on submission
- WhatsApp notification sent to Rahul on new listing
May 27, 2026
v0.1.6 - Root cause fix for listing submission
- Root cause found: backend was rejecting all submissions because rent agreement was marked required - fixed to optional
- Auth middleware fixed to handle both phone tokens and Google login tokens correctly
- Google token format (user-google-UID-timestamp) now parsed correctly
- Missing database columns added: google_uid, tenant_name, any_hidden_charges
- Listing submission now creates user automatically if not found
May 27, 2026
v0.1.5 - Performance, login fix, modal questions
- Browse page now loads demo listings instantly without waiting for API
- Google login fixed - now runs after Firebase loads, no race condition
- Modal popup questions updated - area, BHK pills, budget pills, phone
- Duplicate JS functions removed from browse page
- List flat - Other area now shows text input to type custom area
- List flat submission error message improved with retry
- Logo size increased to 40px across all pages
- Images lazy loaded with decoding async for faster render
May 27, 2026
v0.1.4 - Real photos and logo fix
- 18 real flat photos added to demo listings across Koramangala, HSR Layout, BTM Layout, Bellandur, Marathahalli
- Favicon fixed across all pages - now uses logo.png correctly
- Logo acts as home button on all pages - no text in nav
- Hero cards in landing page now show real flat photos
- Demo listing data cleaned up - water timing removed, reviews improved
May 27, 2026
v0.1.3 - Logo and OG image
- Logo image (black background, white mark) added to nav across all pages
- Logo acts as home button on every page
- Favicon updated to use logo.png
- OG image source created for social sharing previews
May 27, 2026
v0.1.2 - Mobile, modals and fixes
- Browse page mobile padding and spacing fixed across all breakpoints
- Hero cards now visible on mobile (were hidden)
- 10-second popup modal on browse — collects area, BHK, phone and stores in Supabase
- Chat with tenant button now triggers Google login if not signed in
- All "outgoing tenant" language replaced with "tenant" sitewide
- List flat submit button fixed — proper phone validation and API error handling
- Logo SVG added to nav across all pages, acts as home button
- Favicon updated with logo mark across all pages
- OG meta tags added to landing page for WhatsApp and Twitter sharing
- Privacy, Terms, Contact, Changelog pages rebuilt with landing page design
- Supabase tables added: modal_responses, contact_messages, follow_ups
- Contact form now saves messages directly to Supabase