Gustavo Henrique Santos Souza de Miranda
92d892fb73
feat: [US-061] - Choice option condition variable dropdown
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 10:36:16 -03:00
Gustavo Henrique Santos Souza de Miranda
b4b9f8cec9
feat: [US-060] - Edge condition variable dropdown
...
Replace the variableName text input in edge conditions with a
Combobox-based variable selector. Adds ConditionEditor modal
that opens on edge click, with type-aware operators (comparison
for numeric, == and != for string/boolean) and type-adaptive
value inputs (number, text, or boolean toggle).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 10:30:42 -03:00
Gustavo Henrique Santos Souza de Miranda
d9c42f4cf7
feat: [US-054] - Character and Variable TypeScript types
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 04:23:53 -03:00
Gustavo Henrique Santos Souza de Miranda
0440d632cd
feat: [US-002] - Define TypeScript types for flowchart data
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 00:52:34 -03:00
Gustavo Henrique Santos Souza de Miranda
a5a2732ba5
feat: [US-001] - Project scaffolding and configuration
...
- Initialize Next.js 16 with TypeScript and App Router
- Configure TailwindCSS 4 via @tailwindcss/postcss
- Install Supabase client libraries (@supabase/supabase-js, @supabase/ssr)
- Create .env.example with required environment variables
- Set up basic folder structure: src/app, src/components, src/lib, src/types
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 00:51:19 -03:00