Full deployment history for this project.
Merge pull request #7 from mbarbine/jules-11099965658302759809-a5ed81da 🎨 Palette: Enhance sign-up page with password toggles & inline validation
Hi! Jules here. I have successfully upgraded the sign-up page with password toggles and inline validation. Here is a summary of the improvements: - Added accessible show/hide password toggle buttons to the Password and Repeat Password fields, complete with appropriate ARIA labels and focus states. - Implemented real-time inline validation alerts for password length (minimum of 6 characters) and matching. - Standardized the sign-up button's loading state with a spinning Loader2 icon. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #6 from mbarbine/palette/terminal-micro-ux-3863347843833108208 🎨 Palette: Terminal Emulator Micro-UX Improvements
feat(terminal): add micro-ux improvements to terminal emulator - Add focus-within visual styling to the main terminal container element to light up with a subtle green ring/border when active. - Add retro `bbs>` command prompt prefix to the terminal command input line. - Add keyboard shortcut hints in the status bar of the terminal for command history navigation. - Update Palette's journal with critical retro UX learnings. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #5 from mbarbine/copilot/fix-firebase-default-app-error
Merge pull request #5 from mbarbine/copilot/fix-firebase-default-app-error Fix Firebase Admin default app initialization for server module evaluation
Harden Firebase default initialization fallback logging Agent-Logs-Url: https://github.com/mbarbine/platphorm-bbs/sessions/3d5716aa-7834-4036-94b4-1a723f6bcfd4 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Preserve Firebase projectId env compatibility in server init Agent-Logs-Url: https://github.com/mbarbine/platphorm-bbs/sessions/3d5716aa-7834-4036-94b4-1a723f6bcfd4 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Refine Firebase admin fallback initialization and logging Agent-Logs-Url: https://github.com/mbarbine/platphorm-bbs/sessions/3d5716aa-7834-4036-94b4-1a723f6bcfd4 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Remove accidental tsbuildinfo artifact from branch Agent-Logs-Url: https://github.com/mbarbine/platphorm-bbs/sessions/3d5716aa-7834-4036-94b4-1a723f6bcfd4 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Fix Firebase admin default app initialization fallback Agent-Logs-Url: https://github.com/mbarbine/platphorm-bbs/sessions/3d5716aa-7834-4036-94b4-1a723f6bcfd4 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Plan: fix Firebase admin initialization for build Agent-Logs-Url: https://github.com/mbarbine/platphorm-bbs/sessions/3d5716aa-7834-4036-94b4-1a723f6bcfd4 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #4 from mbarbine/copilot/fix-missing-internalservererror-export Restore `internalServerError` export in BBS HTTP helper
Merge pull request #3 from mbarbine/v0/mbarbine-b8ef8e13
Merge pull request #3 from mbarbine/v0/mbarbine-b8ef8e13
fix: execute SQL migration scripts for table creation Create and run migration scripts to ensure database tables exist. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #1 from mbarbine/code-cleanup Migrate application from mock to real data
feat: migrate to real Supabase data and implement auth system Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: refactor migration script to handle SQL failures Break SQL script into smaller parts for better error handling. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: migrate from mock to real data Create migrations and update components for real data usage Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>