Add notes functionality to the application with CRUD operations and labeling

Integrates a new Notes feature, including backend API routes for notes and labels, database schema updates, frontend UI components for creating, viewing, editing, and deleting notes, and internationalization support for notes in both English and Arabic.
This commit is contained in:
Riyadh
2026-04-21 11:29:05 +00:00
parent 75147c8f24
commit 5a0a573609
9 changed files with 1263 additions and 0 deletions
+1
View File
@@ -8,3 +8,4 @@ export * from "./settings";
export * from "./user-app-orders";
export * from "./app-opens";
export * from "./password-reset-tokens";
export * from "./notes";