Commit Graph

17 Commits

Author SHA1 Message Date
1a0b231a7b Fix editor.html to properly use Alpine.js with x-data
- Restored x-data, x-model, x-show, x-for, x-if directives
- All methods defined in Alpine data component
- Canvas click handler properly uses () to access Alpine store
- Open button now works with @click handler
2026-03-27 09:17:41 -07:00
59277692ef Rewrite editor.html with vanilla JS ORAEditor class
- Removed Alpine.js dependency (wasn't loading properly)
- Clean vanilla JavaScript class-based implementation
- All core functionality preserved
- Simpler, more maintainable code
2026-03-27 09:10:52 -07:00
e40f95b8d7 Add README with usage instructions
- Quick start guide
- Feature list
- Usage workflow
- API reference
- Testing commands
2026-03-27 08:59:18 -07:00
fb0b50fcd3 Fix test counters in test_app.py 2026-03-27 08:58:40 -07:00
4c050c5a0b Add frontend editor.html with Alpine.js + Tailwind UI
- File open/save functionality
- Layer list with visibility, rename, delete, reorder
- Polygon drawing tool with canvas overlay
- Mask extraction with ComfyUI integration
- Krita integration button
- Settings modal for ComfyUI URL config
2026-03-27 08:57:59 -07:00
c79b0b4add Add Flask application with API endpoints
- Routes for file operations, layer management, polygon drawing
- Mask extraction endpoint with ComfyUI integration
- Krita integration endpoints
- Basic API tests
2026-03-27 08:49:27 -07:00
319c2565c6 Add ora_ops module for ORA file operations
- Implements core ORA reading/writing functions
- Layer add, rename, delete, reorder, visibility operations
- Full test suite with 8 passing tests
2026-03-27 08:46:49 -07:00
6487b00655 new images 2026-03-27 08:14:33 -07:00
86603f015e Test vram 2026-03-10 13:08:26 -07:00
1b13072412 progress 2026-03-09 20:43:30 -07:00
44926b751d skill 2026-03-09 15:55:31 -07:00
629bdb3d78 agent update 2026-03-09 15:48:37 -07:00
041c0ebbdb progress 2026-03-09 10:54:10 -07:00
dd4899b8f9 progress 2026-03-09 09:22:21 -07:00
7c0ff65a19 progress 2026-03-04 22:05:05 -08:00
33dc00cb6a progress 2026-03-04 20:35:24 -08:00
a04ae0edd9 supports resources based on masks. 2026-03-04 13:45:52 -08:00