chrysopedia/frontend
jlightner 26a5d0e0ef fix: crypto.randomUUID fallback for HTTP contexts
Chat page and ChatWidget used crypto.randomUUID() for conversation IDs,
which is only available in secure contexts (HTTPS). On HTTP, this throws
'crypto.randomUUID is not a function'. Added generateUUID() utility with
Math.random-based fallback.
2026-04-05 06:05:17 +00:00
..
public add robots.txt — disallow all crawlers from indexing the site 2026-04-03 08:31:33 +00:00
src fix: crypto.randomUUID fallback for HTTP contexts 2026-04-05 06:05:17 +00:00
index.html feat: Added favicon (SVG + 32px PNG), apple-touch-icon, OG social image… 2026-04-03 05:45:51 +00:00
package-lock.json feat: Added PostsFeed component to creator profile pages with Tiptap HT… 2026-04-04 09:17:30 +00:00
package.json feat: Added PostsFeed component to creator profile pages with Tiptap HT… 2026-04-04 09:17:30 +00:00
tsconfig.app.json feat: Split key moment card header into standalone h3 title and flex-ro… 2026-03-30 08:55:48 +00:00
tsconfig.app.tsbuildinfo feat: Built CreatorTransparency page with four collapsible sections, AP… 2026-04-04 13:58:33 +00:00
tsconfig.json feat: Split key moment card header into standalone h3 title and flex-ro… 2026-03-30 08:55:48 +00:00
vite.config.ts feat: Added AppFooter component displaying app version, build date, com… 2026-03-30 12:00:58 +00:00