Skip to content

feat(frontend): bootstrap frontend v1 for auth and prompts workflows#16

Merged
luisfponce merged 2 commits intomainfrom
feat/introduce_frontend_v1
Mar 17, 2026
Merged

feat(frontend): bootstrap frontend v1 for auth and prompts workflows#16
luisfponce merged 2 commits intomainfrom
feat/introduce_frontend_v1

Conversation

@luisfponce
Copy link
Copy Markdown
Owner

  • scaffold a React plus Vite frontend baseline with TypeScript, routing, linting, theme tokens,
    and shared UI primitives to support the web API
    client app.
  • implement auth and prompts flows end to end with typed API client and error handling, validation schemas Zustand auth store, login and prompts pages, reusable prompt form/list components, and provider wiring
  • align backend user read contract by updating user schema and users endpoint response shape so
    frontend consumption remains consistent.

luisfponce added 2 commits March 10, 2026 08:37
* scaffold a React plus Vite frontend baseline with
TypeScript, routing, linting, theme tokens,
and shared UI primitives to support the web API
client app.
* implement auth and prompts flows end to end with
typed API client and error handling, validation schemas
Zustand auth store, login and prompts pages, reusable prompt
form/list components, and provider wiring
* align backend user read contract by updating
user schema and users endpoint response shape so
frontend consumption remains consistent.
Back:
- auth endpoints cleanup
- prompt schema validation fixes

Front:
- login flow wiring
- prompts page integration with API
@luisfponce luisfponce merged commit c7bc61b into main Mar 17, 2026
3 checks passed
@luisfponce luisfponce deleted the feat/introduce_frontend_v1 branch March 17, 2026 16:15
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