style(ui): refactor reader layout grid, fix focus mode layout collapse, fix SVG rendering dots, reorganize intelligence toolbar (#69)
Reorganized the reader toolbar and layout grid to improve visual consistency and layout robustness in Focus Mode. Fixed outline SVG rendering bugs that caused icons to show as solid dots. Closes #70 --------- Co-authored-by: Marek Jasiński <jasins.marek@gmail.com> Reviewed-on: #69 Co-authored-by: Antigravity <antigravity@google.com> Co-committed-by: Antigravity <antigravity@google.com>
This commit was merged in pull request #69.
This commit is contained in:
@@ -36,3 +36,13 @@ Run test suite:
|
||||
```bash
|
||||
dotnet test --no-restore
|
||||
```
|
||||
|
||||
## 🗄️ Database Migrations
|
||||
|
||||
Automatic database migrations at startup (`MigrateAsync()`) have been disabled to ensure compatibility with Native AOT compilation and prevent locking issues in multi-instance environments.
|
||||
|
||||
To apply database migrations locally, run the EF Core migration command from the solution root:
|
||||
|
||||
```bash
|
||||
dotnet ef database update --project src/NexusReader.Infrastructure --startup-project src/NexusReader.Web
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user