feat: add guest access and persistent storage ui scaffolding#1
feat: add guest access and persistent storage ui scaffolding#1
Conversation
- Updates `websites/generate-sites.js` template to include an Auth Widget (Guest vs User) in the nav. - Scaffolds a dedicated "User Experience" section detailing Guest Access and Personal Persistent Storage. - Connects inline JavaScript to `window.headyAuth` to handle UI transitions and optimal auth logic. - Updates package `eleventy` to `@11ty/eleventy` in `build.js` and `package.json` to fix broken build script. - Regenerates all static sites. Co-authored-by: HeadyMe <257220306+HeadyMe@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Replaced internal `api.headysystems.com` references in `websites/generate-sites.js` with the properly branded and publicly allowed `api.heady.io` equivalent. - Regenerated all static sites to propagate the fix and satisfy the `.github` CI `check-naming-standards.yml` tests checking for banned string configurations. Co-authored-by: HeadyMe <257220306+HeadyMe@users.noreply.github.com>
- Replaced remaining instances of `api.headysystems.com` with `api.heady.io` - Replaced `https://headysystems.com/shared/heady-swarm-client.js` with `https://heady.io/shared/heady-swarm-client.js` - Fixed footer branding to `heady.io` to ensure no trailing string match flags the CI regex. - Regenerated all static sites to propagate the fix. Co-authored-by: HeadyMe <257220306+HeadyMe@users.noreply.github.com>
Ensure the websites have professionally scaffolded info and allows for the user ui and ux to be comprehensive and easily understood and provide the sites with everything necessary to ensure the user experience is flawless from guest access to personal persistent storage happening optimally after auth.
PR created automatically by Jules for task 13809218737576219629 started by @HeadyMe