Work Tracker

πŸ“Š Daily Overview

Total Activity: 13 commits + 1 merges across 1 repositories


πŸš€ GitHub Activity

1. VipinKaushik πŸ”’ β€” 13 commits + 1 merges

Hide navigation services cards for responsive menu Β· 592f8e3

  • Comment out NavbarConsultationCards component in mobile/tablet view
  • Comment out import to keep code clean
  • Consultation cards (Book, Remedies, Matchmaking, etc.) no longer shown on mobile

Add services dropdown menu to navigation Β· 82fa071

  • Add Services dropdown with 5 service types: Astrology, Numerology, Palmistry, Vastu, Tantra
  • Import NavigationMenuTrigger and NavigationMenuContent components
  • Services displayed in 2-column grid with descriptions
  • Fully bilingual support (English/Hindi)
  • Responsive design with hover effects

Services menu items:

  • Astrology (/services#astrology)
  • Numerology (/services#numerology)
  • Palmistry (/services#palmistry)
  • Vastu (/services#vastu)
  • Tantra (/services#tantra)

Update services navigation to use consultations route structure Β· dd4142c

  • Updated all service links to use /consultations/{service} format

  • Astrology: /consultations/astrology (career, relationship, prashna, karmic, annual, remedies)

  • Numerology: /consultations/numerology (name-analysis, personal-year, business-name, compatibility)

  • Palmistry: /consultations/palmistry (life-line, career-line, relationship-lines)

  • Vastu: /consultations/vastu (home, office, plot, astro-vastu)

  • Tantra: /consultations/tantra (energy-balance, protection, release, sadhana-guidance)

  • Updated descriptions to mention key subpages for each service

  • Bilingual descriptions (English/Hindi) for all services

Add core services to navigation dropdown Β· 9f3b9d8

Core Services (highlighted):

  • All Consultations (/consultations) - View all consultation services
  • Match Making (/services#matchmaking) - Kundli matching & compatibility
  • Remedies (/services#remedies) - Astrological remedies & solutions

Specific Consultations:

  • Astrology (/consultations/astrology)
  • Numerology (/consultations/numerology)
  • Palmistry (/consultations/palmistry)
  • Vastu (/consultations/vastu)
  • Tantra (/consultations/tantra)

UI Updates:

  • 3-column grid on large screens, 2-column on medium
  • Core services visually highlighted with border and background
  • Smaller description text to fit more content
  • Total of 8 services in dropdown menu

Fix services dropdown visibility with z-index improvements Β· c71ab7e

  • Removed overflow-hidden from header to prevent clipping
  • Increased navigation menu viewport z-index to z-[100]
  • Added z-50 to navigation wrapper for proper layering
  • Increased header z-index to z-[60] for better stacking
  • Removed overflow-x-auto that was clipping dropdown vertically
  • Enhanced shadow on dropdown (shadow-lg)

Dropdown should now appear above all content including hero section

Restructure services dropdown with column-based layout Β· 78b04b0

Services Dropdown Structure:

  • 5 main service columns: Astrology, Numerology, Palmistry, Vastu, Tantra
  • Each service heading links to main consultation page
  • Subpages listed beneath each heading

Astrology (/consultations/astrology):

  • Career, Relationship, Prashna, Karmic, Annual, Remedies

Numerology (/consultations/numerology):

  • Name Analysis, Personal Year, Business Name, Compatibility

Palmistry (/consultations/palmistry):

  • Life Line, Career Line, Relationship Lines

Vastu (/consultations/vastu):

  • Home, Office, Plot, Astro-Vastu

Tantra (/consultations/tantra):

  • Energy Balance, Protection, Release, Sadhana Guidance

…

Add vertical separators and improve alignment in services dropdown Β· ad9533e

UI Improvements:

  • Added vertical separators (1px border) between each service column
  • Used flexbox layout instead of grid for better spacing control
  • Each column has equal flex-1 width
  • Horizontal padding (px-4) on each column, removed on first/last
  • Border-bottom underline on each service heading
  • Separators only between columns (not after the last one)
  • Increased dropdown width to 900px for better spacing

Layout:

  • 5 equal-width columns with vertical dividers
  • Clean separation between service categories
  • Properly aligned headings and subpages

Add separators between all navbar utility icons Β· d716932

Left Side (Desktop):

  • Social icons now have separators between each icon (WhatsApp | Instagram | Facebook | Twitter | YouTube | Email)
  • Separator after all social icons

Right Side:

  • Search (hidden FontDebugger) | Language | Theme | Profile
  • Each icon separated by vertical divider
  • Removed duplicate separator before FontDebugger

Separator Details:

  • 1px vertical dividers (w-px)
  • Uses bg-accent-foreground/20 for desktop
  • Uses bg-border for mobile
  • Height: h-4 for consistent alignment

Add spacing around all utility bar separators Β· feb0ed8

Separator spacing:

  • All utility icon separators now have mx-1 sm:mx-2 (horizontal margin)
  • Social icon separators have mx-1 for consistent spacing
  • Separator after social icons group has mx-2
  • Removed duplicate separator before FontDebugger to avoid double separator when debugger is hidden

Layout now shows:
Social Icons (with spacing) | Language | Theme | Profile
Each element properly separated with breathing room

Center services dropdown menu and fix alignment Β· 382607e

  • Changed NavigationMenuViewport positioning from left-0 to left-1/2 with -translate-x-1/2
  • Dropdown now appears centered under the navigation bar instead of right-aligned
  • Maintains z-[100] for proper layering above other content

The services dropdown with all 5 service columns now appears centered on the page

Configure Vercel to only deploy main/master branches Β· 05d9886

Added ignoreCommand to skip builds for non-production branches:

  • Only builds and deploys main and master branches
  • All other branches (like booking, feature branches) are skipped
  • Prevents preview deployments for every branch push
  • Deployments only happen when PR is merged to main/master

This reduces build minutes and ensures only production-ready code is deployed.

Configure Vercel to deploy only main and preview branches Β· 7b4a02c

Updated deployment configuration:

  • Only main and preview branches will be built and deployed
  • All other branches (booking, feature branches, etc.) will be skipped
  • ignoreCommand checks for main or preview branches
  • Deployments happen only when:
    1. Direct push to main/preview
    2. Pull request merged to main/preview

This prevents unnecessary preview deployments and saves build minutes.

…and 1 more commits in this repo.

Merges:

  • Merge pull request #8 from Rupali59/booking

πŸ“ˆ Development Analytics

Daily Summary

MetricToday
Commits13
Merges1
Skill runs0
Decisions0
Eurekas0
CEO plans0
Notes touched0

Decisions logged today

None today.

Eurekas

None today.

Strategic plans authored

None today.

Notes touched

None today.

Running totals (as of this date)

Active days last 90:           37 / 90  (substantive)
Days with any signal last 90:  37 / 90
Skill runs (since 2026-03-25):  0
Commits this year (authored):  370
Decisions logged this year:    0
Eurekas this year:             0
CEO plans authored this year:  0
Projects touched this year:    14
Top projects last 90:          Obsidian (11d), SSJK-CRM (11d), Youvan (5d), ACE-Coliving (4d), VipinKaushik (4d)

πŸ’­ My Notes

[Your own thoughts, observations, or context for this day β€” this section is never overwritten by automation]