velxio/frontend/src
David Montero Crespo ea61bd5475 feat: user nav dropdown in landing page + redirect to editor after OAuth login
- Google OAuth callback now redirects to /editor instead of landing page
- Landing page nav shows avatar, username and dropdown when logged in
  (My Projects, Open Editor, Sign out)
- Skeleton placeholder during checkSession so login button never flickers

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 21:50:35 -03:00
..
__tests__ Refactor simulator store to unify serial data handling and add board pin mapping utility 2026-03-05 21:07:03 -03:00
assets feat: Implement Arduino Simulator with component management and simulation features 2026-03-03 00:20:49 -03:00
components feat: /project/:id URL, per-project file volumes, and public/private access control 2026-03-06 20:38:06 -03:00
data Refactor simulator store to unify serial data handling and add board pin mapping utility 2026-03-05 21:07:03 -03:00
pages feat: user nav dropdown in landing page + redirect to editor after OAuth login 2026-03-06 21:50:35 -03:00
services feat: /project/:id URL, per-project file volumes, and public/private access control 2026-03-06 20:38:06 -03:00
simulation feat: enhance RP2040 and AVR simulators with serial baud rate handling; update editor toolbar and library manager modal for improved state management and UI 2026-03-05 21:07:10 -03:00
store feat: implement user authentication and project management features 2026-03-06 10:14:50 -03:00
types feat: add react-router-dom for routing and enhance wire rendering with automatic offsets 2026-03-04 18:03:54 -03:00
utils feat: implement user authentication and project management features 2026-03-06 10:14:50 -03:00
App.css fix: enhance Docker build process and improve file explorer resizing functionality 2026-03-06 11:20:47 -03:00
App.tsx feat: /project/:id URL, per-project file volumes, and public/private access control 2026-03-06 20:38:06 -03:00
index.css feat: Implement Arduino Simulator with component management and simulation features 2026-03-03 00:20:49 -03:00
main.tsx feat: add component metadata types and generator 2026-03-03 19:30:25 -03:00
vite-env.d.ts feat: Implement Arduino Simulator with component management and simulation features 2026-03-03 00:20:49 -03:00