Skip to content

feat(frontend): implement Turing machine UI with React Query#14

Merged
Pauldatcom merged 2 commits intopaulfrom
feat/frontend-machine-interface
Nov 14, 2025
Merged

feat(frontend): implement Turing machine UI with React Query#14
Pauldatcom merged 2 commits intopaulfrom
feat/frontend-machine-interface

Conversation

@Pauldatcom
Copy link
Copy Markdown
Collaborator

  • Add MachineTuring component with tape visualization
  • Add Cell component for tape cell display
  • Implement React Query hooks (useTape, useCreateTape, useExecuteStep, useResetTape)
  • Add API endpoints client for tape operations
  • Add Zustand store for tape state management
  • Fix ESLint errors (replace any with unknown, extract RootComponent)
  • Configure dark mode in root layout

- Add MachineTuring component with tape visualization
- Add Cell component for tape cell display
- Implement React Query hooks (useTape, useCreateTape, useExecuteStep, useResetTape)
- Add API endpoints client for tape operations
- Add Zustand store for tape state management
- Fix ESLint errors (replace any with unknown, extract RootComponent)
- Configure dark mode in root layout
@Pauldatcom Pauldatcom merged commit 8170571 into paul Nov 14, 2025
1 check passed
@Pauldatcom Pauldatcom deleted the feat/frontend-machine-interface branch November 14, 2025 10:24
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