Skip to content

feat: sidebar Developer section + rename Developer Portal#147

Merged
zenabot27 merged 19 commits intomainfrom
ai-bun-migration
Feb 28, 2026
Merged

feat: sidebar Developer section + rename Developer Portal#147
zenabot27 merged 19 commits intomainfrom
ai-bun-migration

Conversation

@zenabot27
Copy link
Collaborator

Summary

  • Separate sidebar into Explorer and Developer sections with divider
  • API Docs and Developer Portal grouped under "Developer" heading
  • Works in both mobile drawer and desktop sidebar (collapsed/expanded)

Test Plan

  • Desktop sidebar shows "Developer" section header with divider
  • Collapsed sidebar shows divider line between sections
  • Mobile drawer shows "Developer" section header with divider

🤖 Generated with Claude Code

zenabot27 and others added 19 commits February 28, 2026 00:28
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12-task plan covering AuthContext, webhookApi, login/callback pages,
DeveloperLayout, API keys, endpoints, subscriptions, delivery logs,
sidebar link, Resend SMTP config, and build verification.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…hProvider

- Login page with email/password, register, and magic link modes
- Callback page to handle GoTrue token redirect
- DeveloperLayout with sidebar navigation and auth guard
- Dashboard page with stat cards, recent deliveries, and quick actions
- AuthProvider added to root layout provider chain

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add Resend SMTP env vars to docker-compose supabase-auth service.
Add VITE_GOTRUE_URL to frontend service.
All SMTP vars use env var substitution for production overrides.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Nothing Phone styled magic-link and confirmation email templates
with FlowIndex logo, dark theme (#0a0a0a), green accent (#00ef8b).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SVG Tiny PS format converted from original Figma export.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Dark background (#0a0a0a) instead of white
- Add OTP verification code ({{ .Token }})
- Replace stretched image logo with text FLOWINDEX
- Add "or" divider between magic link button and OTP
- Both magic-link and confirmation templates updated

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add bgcolor HTML attributes on every td/table element,
wrap in div with background-color, add style tag with
!important for Gmail u+.body selector.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replaces password-based login with email-only magic link flow.
After entering email, users see a 6-digit OTP input that auto-submits.
Adds verifyOtp method to AuthContext using GoTrue /verify endpoint.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Shows wallet login option below email with an "or" divider.
Button is disabled with a "Coming Soon" tag for future implementation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Splits sidebar nav into Explorer and Developer sections.
API Docs and Developer Portal now grouped under a "Developer" heading
with a divider line, in both mobile and desktop sidebars.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@zenabot27 zenabot27 merged commit 4bd9f8a into main Feb 28, 2026
@gitguardian
Copy link

gitguardian bot commented Feb 28, 2026

⚠️ GitGuardian has uncovered 4 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
27662386 Triggered Resend API Key 9991461 docs/plans/2026-02-28-developer-portal.md View secret
27662386 Triggered Resend API Key 9991461 docs/plans/2026-02-28-developer-portal.md View secret
27662385 Triggered SMTP credentials 80c8e26 docs/plans/2026-02-28-developer-portal-design.md View secret
27662384 Triggered SMTP credentials 9991461 docs/plans/2026-02-28-developer-portal.md View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant