No description
Find a file
King Omar fc76002715 Save WP images as static assets; multi-announcement carousel
Images (19 files):
- Downloaded all wp-content images referenced in source to public/
- Added [assets] binding in wrangler.toml — Cloudflare serves them as
  static files directly (CDN-cached, bypasses Worker), with the Worker
  proxy as fallback for any new uploads not yet saved

Announcements:
- Homepage now fetches all active non-expired announcements (up to 10)
- announcementBanner rewritten as rotating carousel: auto-advances
  every 5s, prev/next arrows, dot indicators, per-announcement dismiss
  stored in localStorage — dismissed ones skip in the rotation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-10 15:19:53 +10:00
migrations Add admin panel, announcements/specials system, homepage popup 2026-07-10 15:00:16 +10:00
public/wp-content/uploads Save WP images as static assets; multi-announcement carousel 2026-07-10 15:19:53 +10:00
src Save WP images as static assets; multi-announcement carousel 2026-07-10 15:19:53 +10:00
.gitignore Initial build: CareersGateway portal with CRICOS search, auth, Konpare OSHC widget, Kondesk lead push 2026-07-10 12:40:37 +10:00
google-apps-script.js Add Google Sheets webhook, email to Cgabijendra@gmail.com, WhatsApp button 2026-07-10 13:41:22 +10:00
package-lock.json Initial build: CareersGateway portal with CRICOS search, auth, Konpare OSHC widget, Kondesk lead push 2026-07-10 12:40:37 +10:00
package.json Initial build: CareersGateway portal with CRICOS search, auth, Konpare OSHC widget, Kondesk lead push 2026-07-10 12:40:37 +10:00
wrangler.toml Save WP images as static assets; multi-announcement carousel 2026-07-10 15:19:53 +10:00