Add Znakopis feature with document and sentence management

- Implemented Znakopis page with document and sentence CRUD operations
- Added backend routes for documents and sentences
- Created UI components for sentence editing and display
- Added sentence store for state management
- Integrated select component for document selection
- Updated README with Phase 3 completion status
- Removed obsolete fix-colors.md file
This commit is contained in:
2026-01-17 18:50:53 +01:00
parent 2b768d4c13
commit 8bdd4f6368
17 changed files with 1654 additions and 190 deletions

View File

@@ -2,14 +2,15 @@
A modern web application for learning and using Croatian Sign Language (Hrvatski znakovni jezik). This is a proof-of-concept implementation designed to replicate the functionality of the original Znakovni.hr platform.
## 🎉 Current Status: Phase 2 Complete!
## 🎉 Current Status: Phase 3 Complete!
**Phase 0:** Project Setup - COMPLETE
**Phase 1:** Authentication & User Management - COMPLETE
**Phase 2:** Dictionary Module - COMPLETE
🔄 **Phase 3:** Sentence Builder (Znakopis) - Next
**Phase 3:** Sentence Builder (Znakopis) - COMPLETE
🔄 **Phase 4:** Video Sentence Player - Next
The Dictionary module is now fully functional with search, filtering, and detailed term viewing!
The Sentence Builder is now fully functional with drag-and-drop, document management, and multi-page support!
## 🎯 Project Overview