the main plugins and dependencies have been added

This commit is contained in:
Александр Ебаклаков
2026-03-21 22:34:12 +03:00
parent c0a1fa6273
commit ce6e025d0e
8 changed files with 2909 additions and 23 deletions

View File

@@ -9,10 +9,10 @@
## `[INFRA]` — Инициализация и Инфраструктура
- [x] **INFRA-01** Создать Tauri-проект (`tauri init`) с базовой конфигурацией `tauri.conf.json`
- [ ] **INFRA-02** Создать Angular-проект с флагом `--standalone` (без NgModules)
- [ ] **INFRA-03** Настроить Rust-зависимости в `Cargo.toml`: `argon2`, `chacha20poly1305`, `sqlx`, `keyring`, `uuid`
- [ ] **INFRA-04** Настроить npm-зависимости: `@tauri-apps/api`, `rxjs`, установить ESLint + строгий TypeScript
- [ ] **INFRA-05** Настроить `tauri-plugin-global-shortcut` в `main.rs`
- [x] **INFRA-02** Создать Angular-проект с флагом `--standalone` (без NgModules)
- [x] **INFRA-03** Настроить Rust-зависимости в `Cargo.toml`: `argon2`, `chacha20poly1305`, `sqlx`, `keyring`, `uuid`
- [x] **INFRA-04** Настроить npm-зависимости: `@tauri-apps/api`, `rxjs`, установить ESLint + строгий TypeScript
- [x] **INFRA-05** Настроить `tauri-plugin-global-shortcut` в `main.rs`
- [ ] **INFRA-06** Настроить глобальные CSS-переменные и тему (цвета, типографику из `DESIGN.md`)
---